Rules to play SWmud
Creating a character
How to play SWmud
Join the mailing list
Current player poll
Meet the coders
Rogues' gallery
What's new
Site map

This site optimized for:
Explorer 5.5 and over
Netscape 6.1 and over

Experience Calculator

"0", Secondary => "0", Jedi => "0", Fourth => "0"), array( Primary =>"1000", Secondary => "1000", Jedi => "1500", Fourth => "5000"), array( Primary =>"1600", Secondary => "3200", Jedi => "4800", Fourth => "16000"), array( Primary =>"3400", Secondary => "6800", Jedi => "10200", Fourth => "34000"), array( Primary =>"6000", Secondary => "12000", Jedi => "18000", Fourth => "60000"), array( Primary =>"9500", Secondary => "19000", Jedi => "28500", Fourth => "95000"), array( Primary =>"14000", Secondary => "28000", Jedi => "42000", Fourth => "140000"), array( Primary =>"19600", Secondary => "39200", Jedi => "58800", Fourth => "196000"), array( Primary =>"26400", Secondary => "52800", Jedi => "79200", Fourth => "264000"), array( Primary =>"34500", Secondary => "69000", Jedi => "103500", Fourth => "345000"), array( Primary =>"44000", Secondary => "88000", Jedi => "132000", Fourth => "440000"), array( Primary =>"55000", Secondary => "110000", Jedi => "165000", Fourth => "550000"), array( Primary =>"67600", Secondary => "135200", Jedi => "202800", Fourth => "676000"), array( Primary =>"81900", Secondary => "163800", Jedi => "245700", Fourth => "819000"), array( Primary =>"98000", Secondary => "196000", Jedi => "294000", Fourth => "980000"), array( Primary =>"116000", Secondary => "232000", Jedi => "348000", Fourth => "1160000"), array( Primary =>"136000", Secondary => "272000", Jedi => "408000", Fourth => "1360000"), array( Primary =>"158100", Secondary => "316200", Jedi => "474300", Fourth => "1581000"), array( Primary =>"182400", Secondary => "364800", Jedi => "547200", Fourth => "1824000"), array( Primary =>"209000", Secondary => "418000", Jedi => "627000", Fourth => "2090000"), array( Primary =>"400000", Secondary => "476000", Jedi => "714000", Fourth => "0"), array( Primary =>"269500", Secondary => "539000", Jedi => "808500", Fourth => "0"), array( Primary =>"303600", Secondary => "607200", Jedi => "910800", Fourth => "0"), array( Primary =>"340400", Secondary => "680800", Jedi => "1021200", Fourth => "0"), array( Primary =>"380000", Secondary => "760000", Jedi => "1140000", Fourth => "0"), array( Primary =>"422500", Secondary => "845000", Jedi => "1267500", Fourth => "0"), array( Primary =>"468000", Secondary => "936000", Jedi => "1404000", Fourth => "0"), array( Primary =>"516600", Secondary => "1033200", Jedi => "1549800", Fourth => "0"), array( Primary =>"568400", Secondary => "1136800", Jedi => "1705200", Fourth => "0"), array( Primary =>"623500", Secondary => "1247000", Jedi => "1870500", Fourth => "0"), array( Primary =>"682000", Secondary => "1364000", Jedi => "2046000", Fourth => "0"), array( Primary =>"744000", Secondary => "1488000", Jedi => "2232000", Fourth => "0"), array( Primary =>"809600", Secondary => "1619200", Jedi => "2428800", Fourth => "0"), array( Primary =>"878900", Secondary => "1757800", Jedi => "2636700", Fourth => "0"), array( Primary =>"952000", Secondary => "1904000", Jedi => "2856000", Fourth => "0"), array( Primary =>"1029000", Secondary => "2058000", Jedi => "3087000", Fourth => "0"), array( Primary =>"1110000", Secondary => "2220000", Jedi => "3330000", Fourth => "0"), array( Primary =>"1195100", Secondary => "2390200", Jedi => "3585300", Fourth => "0"), array( Primary =>"1284400", Secondary => "2568800", Jedi => "3853200", Fourth => "0"), array( Primary =>"1378000", Secondary => "2756000", Jedi => "4134000", Fourth => "0"), array( Primary =>"1476000", Secondary => "2952000", Jedi => "4428000", Fourth => "0"), array( Primary =>"1578500", Secondary => "3157000", Jedi => "4735500", Fourth => "0"), array( Primary =>"1685600", Secondary => "3371200", Jedi => "5056800", Fourth => "0"), array( Primary =>"1797400", Secondary => "3594800", Jedi => "5392200", Fourth => "0"), array( Primary =>"1914000", Secondary => "3828000", Jedi => "5742000", Fourth => "0"), array( Primary =>"2035500", Secondary => "4071000", Jedi => "6106500", Fourth => "0"), array( Primary =>"2162000", Secondary => "4324000", Jedi => "6486000", Fourth => "0"), array( Primary =>"2293600", Secondary => "4587200", Jedi => "6880800", Fourth => "0"), array( Primary =>"2430400", Secondary => "4860800", Jedi => "7291200", Fourth => "0"), array( Primary =>"2572500", Secondary => "5145000", Jedi => "7717500", Fourth => "0"), array( Primary =>"2720000", Secondary => "5440000", Jedi => "8160000", Fourth => "0") ); function show_form($starting_exp, $start_level, $end_level, $guildslot, $HM) { ?>
Current Level:  
Ending Level:  
Guild:  
HM (if applies):  
Current Experience:  
19)) $start_level = 19; if(($guildslot == "Fourth") && ($end_level > 19)) $end_level = 19; // Make sure that start level is smaller than end level if($start_level > $end_level) { $temp_level = $start_level; $start_level = $end_level; $end_level = $temp_level; } // only calculate if levels are not the same. if($start_level != $end_level) { //Start calculating experience needed for levels for( $icount = $start_level; $icount < $end_level; $icount++) { $exp_to_level += $exp_array[$icount+1][$guildslot]; if((($icount + 1) == 20) && ($HM != "HM") && ($guildslot != "Fourth")) { if($guildslot == "Primary") { $exp_to_level += 1600000; } else { $exp_to_level += 2000000; } } if($exp_to_level <= $starting_exp){ $can_level = $icount+1; $can_exp = $exp_to_level; } } if($guildslot == "Secondary") $guildslot .= " (or Primary Jedi)"; if($guildslot == "Jedi") $guildslot .= " as a Secondary"; echo "

You can level from ".$start_level." to ".$end_level." in ".$guildslot; if($starting_exp > $exp_to_level) { echo " with ".($starting_exp - $exp_to_level)." experience left over."; } else { echo " after earning ".($exp_to_level - $starting_exp)." more experience."; if (($can_level)&&($can_level != $end_level)) { echo "

You can, however, level your guild to ".$can_level." without wait."; if($can_exp > 0) { echo "

That will leave you with ".($starting_exp - $can_exp)." experience left over, though."; } } } } else echo "

You chose the same start and end level. Both were set to ".$start_level.".\n"; echo "

"; //echo "Try another calculation"; return 0; } if($action == "calculate") { figure_exp($starting_exp, $start_level, $end_level, $guildslot, $HM); show_form($starting_exp, $start_level, $end_level, $guildslot, $HM); } else { show_form($starting_exp, $start_level, $end_level, $guildslot, $HM); } ?>
Site Map || Home || Top || Back || Play Now
 
   SWmud official website - www.swmud.org
SWmud Players Webring
[ Join Now | Ring Hub | Random | « Prev | Next » ]