Sorry, an error occurred. If you are unsure on how to use a feature, or don't know why you got this error message, try looking through the help files for more information.
The error returned was: The board administrator is no longer accepting any new registrations at the moment. Useful Links · Forgotten Password Recovery · Register a new account · Our help documentation · Contact the forums administrator < Go Back
Hosted for free by InvisionFree (Terms of Use: Updated 7/7/05) | Powered by Invision Power Board v1.3 Final © 2003 IPS, Inc.
/*
RPG Hack v3.2
Created by Webworldx & Peter - 17.11.03
Updated for xHTML compliance by Magus
This code may not be redistributed without express permission.
This header must stay intact at all times. Failure to comply with the above may result in your board being deleted.
*/
/*****************************************
Army Hack - Made by LagunaCid!
s3.invisionfree.com/ordallia
*****************************************/
RPGHigh="250"
NextLevel="10"
MoneySign="$"
NextWeapon="8"
NextItem="20"
AddMoney="15"
MoneyOn="N"
ItemWeapOn="N"
var BaseURL="http://www.webpost.net/ww/wwx/ifrpg/images"
var StatsURL="http://www.webpost.net/ww/wwx"
var statsImage=[];
statsImage[0]=["Soldiers","/hp.gif"]
statsImage[1]=["Magis","/mag.gif"]
statsImage[2]=["Archers","/str.gif"]
statsImage[3]=["Knights","/def.gif"]
statsImage[4]=["TempleKnights","/hp.gif"]
statsImage[5]=["Wizards","/mag.gif"]
statsImage[6]=["Snipers","/str.gif"]
statsImage[7]=["Paladins","/def.gif"]
var theEXP = ["EXP","/exp.gif"]
function getStats() {
TheStats=[];
stats=[];
var Soldiers=0;Magis=1;Archers=2;Knights=3;TempleKnights=4;Wizards=5;Snipe
rs=6;Paladins=7;
var Commander=1;Summoner=2;Shooter=3;Cavalier=4;General=5;HighWizard=6;Cam
per=7;RoyalKnight=8;
TheStats[Soldiers]=[]
TheStats[Soldiers][Commander]=10 + PostCount * 2
TheStats[Soldiers][Summoner]=5 + PostCount / 1
TheStats[Soldiers][Shooter]=5+PostCount / 1
TheStats[Soldiers][Cavalier]=5 + PostCount / 1
TheStats[Soldiers][General]=7 + PostCount * 1.5
TheStats[Soldiers][HighWizard]=5 + PostCount / 1
TheStats[Soldiers][Camper]=5 + PostCount / 1
TheStats[Soldiers][RoyalKnight]=5 + PostCount / 1
TheStats[Magis]=[]
TheStats[Magis][Commander]=1 + PostCount / 2
TheStats[Magis][Summoner]=3 + PostCount / 1
TheStats[Magis][Shooter]=1 + PostCount / 2
TheStats[Magis][Cavalier]=1 + PostCount / 2
TheStats[Magis][General]=1 + PostCount / 2
TheStats[Magis][HighWizard]=2 + PostCount / 1.5
TheStats[Magis][Camper]=1 + PostCount / 2
TheStats[Magis][RoyalKnight]=1 + PostCount / 2
TheStats[Archers]=[]
TheStats[Archers][Commander]=1 + PostCount / 2
TheStats[Archers][Summoner]=1 + PostCount / 2
TheStats[Archers][Shooter]=3 + PostCount / 1
TheStats[Archers][Cavalier]=1 + PostCount / 2
TheStats[Archers][General]=1 + PostCount / 2
TheStats[Archers][HighWizard]=1 + PostCount / 2
TheStats[Archers][Camper]=2 + PostCount / 1.5
TheStats[Archers][RoyalKnight]=5 + PostCount / 2
TheStats[Knights]=[]
TheStats[Knights][Commander]=PostCount / 3
TheStats[Knights][Summoner]=PostCount / 3
TheStats[Knights][Shooter]=PostCount / 3
TheStats[Knights][Cavalier]=1 + PostCount / 1.5
TheStats[Knights][General]=PostCount / 3
TheStats[Knights][HighWizard]=PostCount / 3
TheStats[Knights][Camper]=PostCount / 3
TheStats[Knights][RoyalKnight]=PostCount / 2.3
TheStats[TempleKnights]=[]
TheStats[TempleKnights][Commander]=2 + PostCount / 1.5
TheStats[TempleKnights][Summoner]=1 + PostCount / 2
TheStats[TempleKnights][Shooter]=1 + PostCount / 2
TheStats[TempleKnights][Cavalier]=1 + PostCount / 2
TheStats[TempleKnights][General]=3 + PostCount / 1
TheStats[TempleKnights][HighWizard]=1 + PostCount / 2
TheStats[TempleKnights][Camper]=1 + PostCount / 2
TheStats[TempleKnights][RoyalKnight]=1 + PostCount / 2
TheStats[Wizards]=[]
TheStats[Wizards][Commander]=PostCount / 4
TheStats[Wizards][Summoner]=PostCount / 3
TheStats[Wizards][Shooter]=PostCount / 4
TheStats[Wizards][Cavalier]=PostCount / 4
TheStats[Wizards][General]=PostCount / 4
TheStats[Wizards][HighWizard]=1+PostCount / 2
TheStats[Wizards][Camper]=PostCount / 4
TheStats[Wizards][RoyalKnight]=PostCount / 4
TheStats[Snipers]=[]
TheStats[Snipers][Commander]=PostCount / 5
TheStats[Snipers][Summoner]=PostCount / 5
TheStats[Snipers][Shooter]=PostCount / 3.75
TheStats[Snipers][Cavalier]=PostCount / 5
TheStats[Snipers][General]=PostCount / 5
TheStats[Snipers][HighWizard]=PostCount / 5
TheStats[Snipers][Camper]=1 + PostCount / 2.5
TheStats[Snipers][RoyalKnight]=PostCount / 5
TheStats[Paladins]=[]
TheStats[Paladins][Commander]=PostCount / 6
TheStats[Paladins][Summoner]=PostCount / 6
TheStats[Paladins][Shooter]=PostCount / 6
TheStats[Paladins][Cavalier]=PostCount / 4.5
TheStats[Paladins][General]=PostCount / 6
TheStats[Paladins][HighWizard]=PostCount / 6
TheStats[Paladins][Camper]=PostCount / 6
TheStats[Paladins][RoyalKnight]=PostCount / 3
for (i=0;iPage creation time: 0.0066 seconds | Archive |