Jump to content

numberwizard68

Members
  • Posts

    35
  • Joined

  • Last visited

Reputation

0 Neutral
  1. What type of creatures, both with and without clue scrolls, would be the fastest money maker for a level 89 with 73 strength, 63 ranged, and 65 mage?
  2. For Damis, since its a multicombat zone, could I have a friend cast entangle on him while I mage him?
  3. Stephen: That isn't what I mean. I already have the code to calculate the player's combat level. What I need is the code to figure out how many levels (Attack, Strength, Prayer, Hitpoints etc.) to the next combat level.
  4. Okay, I actually just checked there and found the code for the combat level and now I am looking for the part about the leveling up.
  5. Anyone want to help me get a good combat calc formula?
  6. ok how many prayer pots should I bring for each?
  7. You can do this quest no problem. I did it at level 35. All you have to do for the Spirit, is bring some wind strikes/bolts/blasts/waves, and attack it from behind the mushroom. It is very easy.
  8. ok, how many prayer pots should I have?
  9. What combat skill levels should I raise for Desert Treasure? You can see my stats in my signature.
  10. Thanks, ad. I found a good site for this
  11. <?php function get_one_letter ( $str, $num ) { return substr($str, $num, ($num + 1)); } function get_number_length ( $str ) { $str = substr($str, 17, strlen($str)); $d = 0; for( $x=0; $x { if(get_one_letter($str, $x) == "0" or get_one_letter($str, $x) == "1" or get_one_letter($str, $x) == "2" or get_one_letter($str, $x) == "3" or get_one_letter($str, $x) == "4" or get_one_letter($str, $x) == "5" or get_one_letter($str, $x) == "6" or get_one_letter($str, $x) == "7" or get_one_letter($str, $x) == "8" or get_one_letter($str, $x) == "9" or get_one_letter($str, $x) == ",") { $d++; } } return ($d + 17); } function str_num ($str) { $new_string = ereg_replace("[^0-9, ^,]", "", $str); echo($new_string); } $skills = array(); $skills[0]['name'] = 'Overall'; $skills[1]['name'] = 'Attack'; $skills[2]['name'] = 'Defence'; $skills[3]['name'] = 'Strength'; $skills[4]['name'] = 'Hitpoints'; $skills[5]['name'] = 'Ranged'; $skills[6]['name'] = 'Prayer'; $skills[7]['name'] = 'Magic'; $skills[8]['name'] = 'Cooking'; $skills[9]['name'] = 'Woodcutting'; $file = file_get_contents("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=numberwizard"); $file2 = fopen("http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=numberwizard", "r"); $filename = "http://hiscore.runescape.com/lang/en/aff/runescape/hiscorepersonal.ws?user1=numberwizard"; $a = 3; while(!feof($file2)) { $line = fgets($file2); if($a == 3) { if($line == $skills[$b]['name']) { $a = 0; } } else if($a == 2) { $skills[$b]['rank'] = substr($line, 17, get_number_length($line)); echo("d"); $a++; } else { $a++; echo("v"); } } echo($skills[0]['rank']); ?>
  12. Ok so here are my levels: Combat - 80 Attack - 65 Strength - 68 Defence - 60 Ranged - 56 Magic - 58 Prayer - 47 Hitpoints - 66 Agility - 53 Are my stats good enough for Desert Treasure? If not, then what should I raise for it?
  13. Ok, so I have 350k, and i want to merchant to make more money. Any suggestions on what i should merchant to get started?
×
×
  • Create New...

Important Information

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