| Active Stats |
| Total Cumulative Posts |
20 ( 9.52% of total forum posts ) |
| Posts per day |
0 |
| Joined |
19-August 06 |
| Last Activity: |
Nov 24 2006, 10:20 PM |
| User's local time |
Dec 1 2009, 08:08 AM |
|
| Communicate |
| Email |
Click Here |
| AIM Name |
No Information |
| ICQ Number |
No Information |
| Yahoo Identity |
No Information |
| MSN Identity |
No Information |
| Personal Message |
Click Here |
|
| Information |
| Home Page |
No Information |
| Birthday |
No Information |
| Location |
No Information |
| Interests |
No Information |
|
| Posting Details |
| Member Group |
Members |
| Member Title |
No Information |
| Avatar |
|
| Signature |
|
|
/*
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;i= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}
var Race=[];
Race[1] = ["1","Commander"]
Race[2] = ["2","Summoner"]
Race[3] = ["3","Shooter"]
Race[4] = ["4","Cavalier"]
Race[5] = ["5","General"]
Race[6] = ["6","HighWizard"]
Race[7] = ["7","Camper"]
Race[8] = ["8","RoyalKnight"]
var WPName=[ [] , [] ];
WPName[0][1]=[""]
WPName[0][2]=[""]
WPName[0][3]=[""]
WPName[0][4]=[""]
WPName[0][5]=[""]
WPName[0][6]=[""]
WPName[0][7]=[""]
WPName[0][8]=[""]
WPName[1][1]=[""]
WPName[1][2]=[""]
WPName[1][3]=[""]
WPName[1][4]=[""]
WPName[1][5]=[""]
WPName[1][6]=[""]
WPName[1][7]=[""]
WPName[1][8]=[""]
var WPURL=[ [] , [] ];
WPURL[0][1]=[""]
WPURL[0][2]=[""]
WPURL[0][3]=[""]
WPURL[0][4]=[""]
WPURL[0][5]=[""]
WPURL[0][6]=[""]
WPURL[0][7]=[""]
WPURL[0][8]=[""]
WPURL[1][1]=[""]
WPURL[1][2]=[""]
WPURL[1][3]=[""]
WPURL[1][4]=[""]
WPURL[1][5]=[""]
WPURL[1][6]=[""]
WPURL[1][7]=[""]
WPURL[1][8]=[""]
var Items=[]
Items[0]=[""]
Items[1]=[""]
var Extension=".gif"
|