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.

fshiu

Members
  • Joined

  • Last visited

Everything posted by fshiu

  1. There aren't any level 126 free players (that werent previously members). The highest is 124, if I recall correctly. I thought Franzk was 125
  2. The problem is that you assume that infinity takes a particular value. Something cannot actually be infinity, but it can tend to infinity, which means it is larger than any value you assign it. Or, another way of thinking about it is, infinity (infinities?) are very large, but you don't know how large. So you can't really compare different infinities. That's why operations such as infinity minus infinity, infinity divided by infinity, etc. are undefined.
  3. prayerBTN.onRelease=function(){ if(prayer==false){ prayer=true; } if(prayer==true){ prayer=false; } } Why not just: prayerBTN.onRelease=function(){ prayer = !prayer; } And also for: if(prayer==false){ points=Math.ceil(difference/Math.floor(Math.pow(level,2)/6)); } if(prayer==true){ points=Math.ceil(difference/Math.floor(Math.pow(level,2)/12)); } Why not either: if(prayer){ points=Math.ceil(difference/Math.floor(Math.pow(level,2)/12)); } else { points=Math.ceil(difference/Math.floor(Math.pow(level,2)/6)); } or: points = prayer ? Math.ceil(difference/Math.floor(Math.pow(level,2)/12)) : Math.ceil(difference/Math.floor(Math.pow(level,2)/6)); (but some people don't like the ternary operator)
  4. Ever heard of merchanting?
  5. Depends on the definition of "interact" - from the rules I think they mean transferring items. The information on the 8th rule is mainly about item transfer anyway
  6. Jagex might want to give the forum starter something: intelligence
  7. If I deliberately choose to ignore people claiming to give free stuff, does that make me an autoer?
  8. I don't think the spiders can hit 10s. Level 3s at rune rocks are fun to 1 hit
  9. Weight is the force of gravity of an object. The weight of an object equals the mass of an object times the acceleration due to gravity, and has units kgms^(-2). Mass has units kg. The values of weight and mass are equal if the acceleration due to gravity is 1 ms^-2, which is not the case on earth (9.8 ms^-2)
  10. Wow that's slow, I can make that in a few hours rune mining.
  11. Or if you don't want to spend a lot of time training runecrafting before it becomes profitable, you could run airs for Fast Free Airs
  12. Yews are overrated; when people at Draynor willows reach 60 woodcutting they think they can finally earn millions effortlessly!
  13. What if there's a flaw in the runescript parser
  14. Doesn't mean pures/scouts/etc don't exist. Last time I used a lvl 3 to scout, a mage fire blasted him. Free trout :P
  15. I do not recommend creating a lvl 3 skill pure just to mine runite. There are many lvl 40-ish pures/scout killers/noobs at rune rocks who could one hit you. Also, you can't legally transfer your earnings to your main. Instead, get 85 mining on your main, and a scout. You're more likely to keep your rune ore that way.

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.