Jump to content

fshiu

Members
  • Posts

    47
  • Joined

  • Last visited

Everything posted by fshiu

  1. Every name is rare - each username registered must not be already taken
  2. let x = no. $10 bills, y = no. $5 bills 10x + 5y = 160 x = y + 4 solve for x and y
  3. 27 willows in 1 minute 50 seconds = 14.7 willows per minute (divide 27 by 1 and 5/6ths) = 883.6 willows per hour (multiply by 60) assume you get 883 willows per hour (because you cant have 0.6 of a willow) then 883 willows/hour * 67.5 xp/willow = 59602.5 xp/hour You should also try to see how much xp you get per hour by cutting at draynor, and compare
  4. Just a question: how do you know whip drops are normally distributed?
  5. YOu can't post HTML code as this could pose a security risk.
  6. the reason its so easy these days is because of all these "whips" and rune pick axes etc. i remember when rs was only in its first year. people who played the game at least 5 hours a day like bluerose took about 6-8 months to get to lvl 85. now i could get lvl 99 smithing in a month on 5 hours a day because you can get exp quicker using quicker tools. this was because jagex wanted to give new players a chance to catch up with the older players such as myself. i quit for a few years and only came back last month. found all these new member skills and went from totaly lvls of 700 to around 900!!!! in only a month!!! id'a been dreaming if that had happened in "the olden days" So maybe 99's can actually be achieved now without the need to no-life. 5 hours a day is a bit much, don't you think?
  7. If he was sleeping, he wasn't exactly guarding the bank vault...
  8. So when you're getting outmined, just "macro spray" them when they click on a rock! If you don't like someone at your training spot, just bring all your friends to keep "macro spraying" him! When you're in the wilderness, macro spray someone to stop them attacking yoU! This idea would also prevent reading forums and playing at the same time.
  9. Level 3 skillers are atleast more special than the normal person because its harder to level when your Str, Atk, Def is so low.. getting 99 WC with an iron axe or 99 mining with an iron pick is special in my mind :-w You don't actually have to wield your pick/axe/whatever. Just have it in your inventory and click on the rock/tree. In fact, that's what everyone (skiller or non-skiller) has to do to train skills, regardless of combat level.
  10. I don't get why people care about comparing total level and combat level. Combat skills are skills that require time and effort to train just like non-combat skills. There is nothing wrong about having 100 combat and 600 total, and nothing special about having 3 combat and 1200 total.
  11. Do you mean making one million gp in one hour, or making on average one million gp per hour?
  12. Since they're using keyloggers against you, they're probably stupid script kiddies (unless they wrote their own)
  13. Do my AS levels count here?
  14. Or you could screen scrape from tip.it's own combat calculator
  15. The page for someone's stats appears to be: http://hiscore.runescape.com/lang/en/af ... 1=username So you get the HTML of this page using curl or whatever, then use regular expressions (or a bunch of string handling functions) to get the stats from it.
  16. This could ruin rune rock/green drag pking.
  17. Using javascript, you could use XMLHttpRequest to retrieve your XML document, and then do stuff with the XML using DOM.
  18. <?php if ($_GET['id'] == 25) { header("Location: form.php"); } else { ?> rest of the code in article.php... <?php } ?> Right now, your if statement is just checking for a string which will return true. Also, you need to close the php tag, otherwise the interpreter will treat your HTML as php code. Edit: Oh, and I don't think you need the quotes around 'form.php'
  19. When I mine coal, sometimes I find that if I time a second click correctly (i.e. click the rock again when the pick is in mid-air) I can two-hit it. I think the correct time to click is around when the pick is at its highest point. Or maybe it's just my 85 mining...
  20. Who the heck even uses curses to hit when curse training? No one I know, that's for sure; you're supposed to wear armour so all your curses fail, so you can keep casting on one monster (or a few, as a curse eventually will work).
  21. What if player 2 has 99 prayer/smith/something harder? oh oops, didnt finish reading
  22. I guess you "afk" for a bit, with sound effects on. When the attacking sounds stop, you just run away a bit (so the monsters become aggressive again) and run back to your training spot.
  23. You could basically AFK train on some of the monsters in crowded rooms like the level 35 Flesh Crawlers.
×
×
  • Create New...

Important Information

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