Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Boolean

Members
  • Joined

  • Last visited

Everything posted by Boolean

  1. That's quite a bit of effort though.. :L Might just leave it as it is.
  2. That makes ALOT of sense.. So I guess there's no way to fix that apart from having the minimum requirement at level 7/8?
  3. I currently have : public int experienceForLevel(int level) { int total = 0; for (int i = 1; i < level; i++) { total += i + 300 * Math.pow(2, i / 7.0); } return (int) (total * 2.5) / 10; } However it returns the wrong answer at low levels (1-12). For example, I have 276 experience in the Summoning skill, but it results in the level of 276, not 4. It works fine for higher levels. This is for a RS Tool im making.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.