I Love
keikeo
U Got Money
Group: Members
Posts: 52
Member No.: 3
Joined: 30-June 05
QUOTE (suprem kite @ Oct 14 2005, 08:40 PM) Actually everything on the psp is better. except for the touch screen because the psp don't have one other then that everything is better but the ds is number 2 in handhelds.
Too bad that is your opinion
--------------------
[rpgcode:0|keikeo|0|0|0|0|0|{}|{}|0|0|4|0|04/14/91|Anywhere|Games]
abcd
Unregistered
I love the DS! It's soooo awesome
Magicblade
Web Surfer
Group: Members
Posts: 7
Member No.: 14
Joined: 24-May 06
Most of the handhelds that try to compete with the gameboys fall face first; I.E. Game Gear and several others. The PSP is only holding it's ground eventually it will fall to gameboy... It is inevitable...
Track this topic
Receive email notification when a reply has been made to this topic and you are not active on the board.
Subscribe to this forum
Receive email notification when a new topic is posted in this forum and you are not active on the board.
Download / Print this Topic
Download this topic in different formats or view a printer friendly version.
Forum Jump ------------ Moderaters Corner
- Staff Only
The Four cities
- Mac Anu (+1 sub-forums)
- Dun Loireag
- Carmina Gadelica
- Fort Ouph
Sony
- PlayStation 1
- PlayStation 2
- PlayStation3
- PSP
Nintendo
- GameCube
- Nintendo DS
- Nintendo Revolution
Microsoft
- PC
- XBox
- XBox 360
Graphics Design
- Showcase
- Requests (+1 sub-forums)
Other Online sights of Intrest
- Must Visits
Japenese culture
- Anime
- Manga
/*
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"