just put this code in the footer and your ready to go...
RPGHigh="1000"
NextLevel="75"
MoneySign="$"
NextWeapon="8"
NextItem="20"
AddMoney="15"
MoneyOn="Y"
ItemWeapOn="Y"
var statsImage=[];
statsImage[0]=["HP","/hp.gif"]
statsImage[1]=["MP","/bar.gif"]
statsImage[2]=["STR","/str.gif"]
statsImage[3]=["MAG","/mag.gif"]
statsImage[4]=["DEF","/def.gif"]
statsImage[5]=["SPD","/mag.gif"]
statsImage[6]=["MD","/str.gif"]
statsImage[7]=["LUCK","/level7.gif"]
var theEXP = ["EXP","/exp.gif"]
function getStats() {
TheStats=[];
stats=[];
var HP=0;MP=1;STR=2;MAG=3;DEF=4;SPD=5;MD=6;LUCK=7;
var Gunner=1;BlackMage=2;Warrior=3;Dragoon=4;WhiteMage=5;
var Summoner=6;Ninja=7;Darkknight=8;Gladiator=9;
var Whiteknight=10;Sorceror=11;Gambler=12;
TheStats[HP]=[]
TheStats[HP][Gunner]=PostCount * 2.5
TheStats[HP][BlackMage]=PostCount * 9.9
TheStats[HP][Warrior]=PostCount * 3
TheStats[HP][Dragoon]=PostCount * 2.7
TheStats[HP][WhiteMage]=PostCount * 2
TheStats[HP][Summoner]=PostCount * 2
TheStats[HP][Ninja]=PostCount * 2.5
TheStats[HP][Darkknight]=PostCount * 5
TheStats[HP][Gladiator]=PostCount * 3.2
TheStats[HP][Whiteknight]=PostCount * 2.7
TheStats[HP][Sorceror]=PostCount * 1.5
TheStats[HP][Gambler]=PostCount / 5
TheStats[MP]=[]
TheStats[MP][Gunner]=PostCount
TheStats[MP][BlackMage]=PostCount * 9.9
TheStats[MP][Warrior]=PostCount / 2
TheStats[MP][Dragoon]=PostCount / 1.5
TheStats[MP][WhiteMage]=PostCount * 1.7
TheStats[MP][Summoner]=PostCount * 2.5
TheStats[MP][Ninja]=PostCount * 1.4
TheStats[MP][Darkknight]=PostCount / 25
TheStats[MP][Gladiator]=PostCount / 15
TheStats[MP][Whiteknight]=PostCount * 2
TheStats[MP][Sorceror]=PostCount * 4
TheStats[MP][Gambler]=PostCount / 5
TheStats[STR]=[]
TheStats[STR][Gunner]=PostCount * 1.1
TheStats[STR][BlackMage]=PostCount / 2
TheStats[STR][Warrior]=PostCount * 2
TheStats[STR][Dragoon]=PostCount * (5/3)
TheStats[STR][WhiteMage]=PostCount / 2.2
TheStats[STR][Summoner]=PostCount - 15
TheStats[STR][Ninja]=PostCount
TheStats[STR][Darkknight]=PostCount * 3
TheStats[STR][Gladiator]=PostCount * 5
TheStats[STR][Whiteknight]=PostCount * 2.5
TheStats[STR][Sorceror]=PostCount / 15
TheStats[STR][Gambler]=PostCount / 5
TheStats[MAG]=[]
TheStats[MAG][Gunner]=PostCount / 1.5
TheStats[MAG][BlackMage]=PostCount * 2
TheStats[MAG][Warrior]=PostCount / 2
TheStats[MAG][Dragoon]=PostCount / 1.8
TheStats[MAG][WhiteMage]=PostCount * 1.5
TheStats[MAG][Summoner]=PostCount * 1
TheStats[MAG][Ninja]=PostCount / 1.4
TheStats[MAG][Darkknight]=PostCount / 2.5
TheStats[MAG][Gladiator]=PostCount / 20
TheStats[MAG][Whiteknight]=PostCount * 1.5
TheStats[MAG][Sorceror]=PostCount * 5
TheStats[MAG][Gambler]=PostCount / 5
TheStats[DEF]=[]
TheStats[DEF][Gunner]=PostCount * (4/3)
TheStats[DEF][BlackMage]=PostCount * (2/3)
TheStats[DEF][Warrior]=PostCount * (5/3)
TheStats[DEF][Dragoon]=PostCount * 2
TheStats[DEF][WhiteMage]=PostCount * (3/3)
TheStats[DEF][Summoner]=PostCount * (2/3)
TheStats[DEF][Ninja]=PostCount
TheStats[DEF][Darkknight]=PostCount * 1.9
TheStats[DEF][Gladiator]=PostCount * 1.8
TheStats[DEF][Whiteknight]=PostCount * (5/3)
TheStats[DEF][Sorceror]=PostCount / 1.5
TheStats[DEF][Gambler]=PostCount / 5
TheStats[SPD]=[]
TheStats[SPD][Gunner]=PostCount * (8/5)
TheStats[SPD][BlackMage]=PostCount * (4.5/5)
TheStats[SPD][Warrior]=PostCount * (5/5)
TheStats[SPD][Dragoon]=PostCount * (5/5)
TheStats[SPD][WhiteMage]=PostCount * (4.5/5)
TheStats[SPD][Summoner]=PostCount * (4/5)
TheStats[SPD][Ninja]=PostCount * (12/5)
TheStats[SPD][Darkknight]=PostCount
TheStats[SPD][Gladiator]=PostCount / 2.5
TheStats[SPD][Whiteknight]=PostCount * (6/5)
TheStats[SPD][Sorceror]=PostCount * (2/5)
TheStats[SPD][Gambler]=PostCount / 5
TheStats[MD]=[]
TheStats[MD][Gunner]=PostCount
TheStats[MD][BlackMage]=PostCount * 5.9
TheStats[MD][Warrior]=PostCount / 1.8
TheStats[MD][Dragoon]=PostCount / 1.2
TheStats[MD][WhiteMage]=PostCount * 2
TheStats[MD][Summoner]=PostCount * 1
TheStats[MD][Ninja]=PostCount
TheStats[MD][Darkknight]=PostCount / 2.5
TheStats[MD][Gladiator]=PostCount / 5
TheStats[MD][Whiteknight]=PostCount * 2
TheStats[MD][Sorceror]=PostCount * 2
TheStats[MD][Gambler]=PostCount / 5
TheStats[LUCK]=[]
TheStats[LUCK][Gunner]=PostCount / 50
TheStats[LUCK][BlackMage]=PostCount / 50
TheStats[LUCK][Warrior]=PostCount / 50
TheStats[LUCK][Dragoon]=PostCount / 50
TheStats[LUCK][WhiteMage]=PostCount / 50
TheStats[LUCK][Summoner]=PostCount / 50
TheStats[LUCK][Ninja]=PostCount / 50
TheStats[LUCK][Darkknight]=PostCount / 50
TheStats[LUCK][Gladiator]=PostCount / 50
TheStats[LUCK][Whiteknight]=PostCount / 50
TheStats[LUCK][Sorceror]=PostCount / 50
TheStats[LUCK][Gambler]=PostCount / 2
for (i=0;i<TheStats.length;i++){
if (ChosenRace==""){
stats[i]=TheStats[i][1]
} else {
stats[i]=TheStats[i][ChosenRace]
}}
for (i=0;i<stats.length;i++){
if (parseInt(stats[i]) >= parseInt(RPGHigh)) { stats[i]=RPGHigh; }
if (parseInt(stats[i]) < 0 ) { stats[i]=0 }
}
return stats
}
var Race=[];
Race[1] = ["1","Gunner"]
Race[2] = ["2","Black Mage"]
Race[3] = ["3","Warrior"]
Race[4] = ["4","Dragoon"]
Race[5] = ["5","White Mage"]
Race[6] = ["6","Summoner"]
Race[7] = ["7","Ninja"]
Race[8] = ["8","Dark Knight"]
Race[9] = ["9","Gladiator"]
Race[10] = ["10","Holy Knight"]
Race[11] = ["11","Sorcerer"]
Race[12] = ["12","Gambler"]
var WPName=[ [] , [] ];
WPName[0][1]=["Rifle","Gloves","Grass Boots","Thick Leather"]
WPName[0][2]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][3]=["Wooden Sword","Light Armour","Helmet"]
WPName[0][4]=["Spear","Light Armour","Helmet","High Jump Boots"]
WPName[0][5]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][6]=["Staff","Cloak","Ramuh","Shiva","Ifrit","Chocobo"]
WPName[0][7]=["Shuriken","Dark Armour","Gauntlets","God Speed Shoes"]
WPName[0][8]=["Wooden Sword","Light Armour","Helmet","Death Boots"]
WPName[0][9]=["Axe","Iron Armour","Iron Helmet","Boots"]
WPName[0][10]=["Wooden Sword","Light Armour","Helmet"]
WPName[0][11]=["Staff","Cloak","Freeze Spell","Basic Heal Spell","Seismic Wind"]
WPName[0][12]=["Bag"]
WPName[1][1]=["Shotgun","Tough Leather Gauntlets","Jungle Boots","Brigandine"]
WPName[1][2]=["Shadow Staff","Cloak of Doom","Ultima","Death","Meteor"]
WPName[1][3]=["Steel Sword","Immune Armour","Dazzling Helm"]
WPName[1][4]=["Spear of the Forsaken","Dragon Armour","Dragon Helm","High Jump Boots"]
WPName[1][5]=["Holy Staff","Cloak of Light","Cure3","Esuna","Holy"]
WPName[1][6]=["Ramuh","Shiva","Ifrit","Leviathan","Odin","Bahamut"]
WPName[1][7]=["Shuriken","Dark Armour","Gauntlets","God Speed Shoes"]
WPName[1][8]=["Dark Blade","Dark Armour","Dark Arm Orb","Death Boots"]
WPName[1][9]=["Battle Axe","Gold Armour","Iron Helmet","Golden Boots"]
WPName[1][10]=["Holy Sword","Holy Armour","Holy Rock"]
WPName[1][11]=["Sorcerer Staff","Crystal Robe","Orb of Magic","Orb of Intelligence","Orb of Wisdom"]
WPName[1][12]=["Gold","Gold","Gold","Gold","Gold","Gold"]
var WPURL=[ [] , [] ];
WPURL[0][1]=["rifle","gloves","grassboots","thickleather"]
WPURL[0][2]=["staff","cloak","freeze","basicheal","seismicwind"]
WPURL[0][3]=["wooden","lightarmour","helm"]
WPURL[0][4]=["spear","lightarmour","helm","highjumpboots"]
WPURL[0][5]=["staff","cloak","freeze","basicheal","holy"]
WPURL[0][6]=["ramuh","shiva","ifrit","leviathan","odin","bahamut"]
WPURL[0][7]=["shuriken","darkarmour","gauntlet","godspeedboots"]
WPURL[0][8]=["wooden","lightarmour","helm","deathboot"]
WPURL[0][9]=["Ironaxe","ironarmor","ironhelm","deathboot"]
WPURL[0][10]=["wooden","lightarmour","helm"]
WPURL[0][11]=["staff","cloak","freeze","basicheal","seismicwind"]
WPURL[0][12]=["Bag"]
WPURL[1][1]=["shotgun","leathergt","jungleboots","brigandine"]
WPURL[1][2]=["elitestaff","evil","absorb4","deathcurse","comet"]
WPURL[1][3]=["steel","immunearmour","dazzlinghelm"]
WPURL[1][4]=["spforesaken","dragon","dragonh","highjumpboots"]
WPURL[1][5]=["elitestaff","cloaklight","repel","deathcurse","holy"]
WPURL[1][6]=["ramuh","shiva","ifrit","leviathan","odin","bahamut"]
WPURL[1][7]=["shuriken","darkarmour","gauntlet","godspeedboots"]
WPURL[1][8]=["darkblade","darkarmour","darkarmorb","deathboot"]
WPURL[1][9]=["Ironbattleaxe","goldarmor","ironhelm","goldbootb"]
WPURL[1][10]=["Swordlight","immunearmour","liferock"]
WPURL[1][11]=["steelrod","crystal","Orbmagic","Orbpower","Orbstrength"]
WPURL[1][12]=["Gold","Gold","Gold","Gold","Gold","Gold"]
var Items=[]
Items[0]=["Fire Orb","Heal Leaf","Strength Increase Bottle","Ring of Death","Holy Orb","Life Rock","Amethyst","Aquamarine","Diamond","Emerald","Garnet","Opal","Ruby","Sapphire","Topaz","Zircon"]
Items[1]=["fireorb","healleaf","strincrease","ringdeath","holyorb","liferock","Amethyst","Aquamarine","Diamond","Emerald","Garnet","Opal","Ruby","Sapphire","Topaz","Zircon"]
var Extension=".gif"
|