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.

bolter99

Members
  • Joined

  • Last visited

  1. Also, I've heard that under the Wise Old Man's bed there is a penguin. I think they are learning to escape from the island in the north west marked "Here be penguins". Also the wise old man steals your runes if u ask him about them. There is a guy just west of draynor bank hiding in the tree that wants stew P.S.What does accept aid do anyways? I think its actually a kalphite ... :s Oh and that rum + bananna thing is part of a quest.
  2. Thumbs up from me, you hit the nail on its head.
  3. Yeah, or using preg_match etc
  4. Heres a messy little code i just knocked up.... it works but i wouldnt recommend using it as it is. It needs a littl work. <? //USAGE: index.php?username=zezima&skill=attack function CCase($string) { $string = strtoupper(substr($string,0,1)).strtolower(substr($string,1,strlen($string))); return $string; } $username = $_GET['username']; $skill = $_GET['skill']; $scores = file_get_contents("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=".$username); $scores = str_replace("","\n",$scores); $scores = str_replace("","",$scores); $scores = split("\n",$scores); $i = 0; while ($i if (strpos($scores[$i],$_GET['skill'])>0) { $result = $scores[$i]; $result = substr($result,strpos($result,'.gif">')+6); $result = str_replace("","",$result); $result = str_replace("","",$result); $result = substr($result,strpos($result,$_GET['username'].'">')+2+strlen($_GET['username'])); $result = str_replace("","",$result); $result = str_replace(CCase($_GET['skill'])." ","",$result); $result = str_replace("","|",$result); $result = str_replace(" ","",$result); $result = str_replace(" ","",$result); $result = substr($result,1,strlen($result)); //After all that crap its ready to split once again. In this format: Rank(0),level(1),experience(2) $result = split("\|",$result); } $i++; } echo "Rank: ".$result[0]." "; echo "Level: ".$result[1]." "; echo "Experience: ".$result[2]." "; ?>
  5. Yeah, php is the easy option with a little help from javascript. <?php $username = "bolter99"; $highscores = file_get_contents("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=".$username); //Then some code here to split up the scores and display them. //Thats the hard part lol. ?>
  6. I dont think you should encourage people to post against the rules for their account back on the forums. Thats where the problems with customer services would start lol. PS: More mod would be a lot better, and they should be told not to act stuck up and just be themselves lol.
  7. Nvm found it :P [/img]
  8. Any ideas? Im stumped on this one...
  9. Gargoyles, jellies, guards and level 2 men lmao.
  10. 74, thats higher than ushual. But it can take a few turns to get somthing decent.
  11. I just got kharils coif I killed 6 brothers and got over 100 kill count. Serious... lol More kill count id say higher your chances are. Im aiming for 106 kill count atm. 43 so far. Ill post a picture of before and after.
  12. Spoils for the last 2 days:- Guthan Platebody (my 2nd) Veracs Flail I have all sets exept for kharils (i only have bolt racks for this set lol).
  13. Ectophial Spade Guthans Helm Guthans Warspear Guthans Platebody Guthans Platelegs Arhims Hood Arhims Robe Top Arhims Robe Bottom Zamorak Prayer Book Ancient Staff Wizard Boots Cooking Gaunts Noted Prayer Potions 10-20k Gold Rest with 4 Dose prayer potions I can stay there for days.
  14. Most of you complain about the games changes... Id like to see you do it lol. Apprieciate the changes made... apprieciate their hard work. You have no idea how difficult it can be to render an image in java.

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.