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.

compfreak847

Members
  • Joined

  • Last visited

Everything posted by compfreak847

  1. No randoms for 5 days? That's some insane luck. One random, and there goes guthans helm....
  2. Yep, go with rune. It can be killed fairly quickly (is weak for a level 138) and never (in my experience) breaks. Mith can be hard to obtain, and breaks often...
  3. The problem is, when they see someone (you) hanging around their, they will hop worlds or drop trade in a different place.
  4. Experiments or Rock Crabs
  5. Drop trading is illegal, and you can get banned for doing it....
  6. That's what muggi thought till he tried it: Don't wait for the prayer change, it's as fast as always - it just appears slower. EDIT: DO NOT ATTEMPT THE FIGHT CAVES UNTIL THE PRAYER GLITCH HAS BEEN FIXED I have attempted caves twice since the prayer glitch and have died both times. It is currently impossible.
  7. Took me 780 from bronze to rune :ohnoes: (yes, I kept track). However, the second rune one took 2.5k, and the third 500. I'd say totally random Didn't use ring of wealth, either.
  8. My answers in bold: Hope that helps -Deviledegg24
  9. They also have amazing attack bonuses :thumbsup:
  10. compfreak847 replied to a post in a topic in Help and Advice
    World 78 is the "official" pc world, but it rarely wins (too many level 50's)
  11. No, it's a real glitch. It seems like it has gotten better in the past few days, but it's still a pain when turning prayers on/off
  12. Are you sure about sharks? I thought they were 94....
  13. Airs are VERY hard to sell for 20 ea. They usually go for 15-17 ea.
  14. Nat crafting: 300k an hour at 44, 700k+ at 91. Barrows: 100-1m an hour with high combat stats.
  15. The problem is, you HAVE to do whatever he assigns, and he usually assigns low level monsters (i.e. desert lizards, take forever to get too and not that much xp)
  16. It's not that simple; there's no "easy" forumla.
  17. All fremnik helms require 45 defense, I believe. That's why "zerker pures" have 45 defense.
  18. Not to mention pures would never need to wear green d hide body or rune plate....
  19. 26 I find hard to believe, 9 I find impossible. Are you sure about that?
  20. I'm pretty sure it's three seconds.
  21. Hunting: Fast leveling, good money at 63. Slayer: Slow leveling, bad money till 85, then very good money. (whips) Herblore: Slow leveling, bad money. Farming: Slow leveling, decent money growing Ranarrs while alching/working Your choice, but I prefer Hunting or Slayer.
  22. Here's the code for different programing languages: Visual Basic: Public Function experience(ByVal lvl As Integer) Dim a As Long Dim x As Integer For x = 1 To lvl a = a + Int(x + 300 * (2 ^ (x / 7))) Next x experience = roundDown(a / 4) End Function PHP: <?php function experience($L) { $a=0; for($x=1; $x<$L; $x++) { $a += floor($x+300*pow(2, ($x/7))); } return floor($a/4); } for($L=1;$L<100;$L++) { echo 'Level '.$L.': '.experience($L).' '; } ?> Microsoft Excel: Cell A1: 1 Cell B1 formula: =ROUND.DOWN(A1+300*POWER(2;A1/7);0)/4 Cell A2: 2 Cell B2 formula: =B1+ROUND.DOWN(A2+300*POWER(2;A2/7);0)/4 Fill the rest of the first column with numbers 3, 4, ... Copy B2 field formula down. Javascript: Python: points = 0 for level in range(1,100): diff = int(level + 300 * math.pow(2, float(level)/7) ) points += diff str = "Level %d = %d" % (level + 1, points / 4) print str Hope this helps -Deviledegg24
  23. You mean often, mage bonus does not affect how high you hit, only how often. Slayer dart is one of the few spells that hits higher the higher your mage: Its max hit is: (mage level / 10 rounded down) + 10
  24. You must have 85 slayer to deal any damage to an Abyssal Demon.

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.