• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved yo how do you set up trainers properly?

Status
Not open for further replies.

DracoHouston

Kolben Developer
Contributor
ok so im trying to do the azalea gym atm, everythings set up afaik but every time a trainer aggros the game crashes

lets look at bug catcher josh
Code:
{"NPC"{NPC[{"Scale"{sngArr[1,1,1]}}{"Textures"{recArr[[0,0,16,16]]}}{"Texture"{rec[0,0,16,16]}}{"TexturePath"{str[WoodTower]}}{"Collision"{bool[1]}}{"Visible"{bool[1]}}{"Size"{intArr[1,1]}}{"Name"{str[]}}{"ID"{int[0]}}{"TextureID"{str[BugCatcher]}}{"TextureIndex"{intArr[0,0]}}{"ModelID"{int[3]}}{"EntityID"{str[NPC]}}{"Action"{int[2]}}{"Position"{sngArr[0,0,2]}}{"AdditionalValue"{str[5|trainer\azalea\gym\bugcatcherjosh]}}{"Rotation"{int[2]}}]}}
(extraneous tags are ignored and are just left in there by pokeditor)
scripts/trainer/azalea/gym/bugcatcherjosh.dat
Code:
@Trainer:azaleagymbugcatcherjosh
:end
scripts/trainer/azaleabugcatcherjosh.trainer
Code:
216
Bug Catcher
Josh
ummm, line?
BugCatcher
Johto|Trainer
1|46,13
2|
3|
4|
5|
6|
everythings fine until they aggro
 

BakaOnibi

Trainer
Donator
I think the problem is you need 3 different lines for their speech.
The first they say before you start the battle.
The second is for when they lose.
And the third for if you speak to them after the battle.
 

DracoHouston

Kolben Developer
Contributor
I think the problem is you need 3 different lines for their speech.
The first they say before you start the battle.
The second is for when they lose.
And the third for if you speak to them after the battle.
d'oh. i probably removed the other lines (i based it off a bird keeper or something) when i put in 'umm line?'
 

DracoHouston

Kolben Developer
Contributor
hmmm last time i checked trees didnt split in half and invert when you walk behind them IRL, so this isnt desirable
 

DracoHouston

Kolben Developer
Contributor
lol i caught a wild lvl 16 scyther etc to get stats for his pokemon and forgot to set their current hp so they weren't all half dead

gotta make a battle map and fix up some textures (also change that wall bill into a huge one) then its done

also its super sick that you can dump a pokemon tag in there and have full control over every aspect of the pokemon. great job nilllzz
 

Darkfire

Administrator
Administrator
P3D Developer
for stats you could use pokemon online team maker to tell you what they should be(its what i use when i don't feel like grinding and what to mass level)
 

DracoHouston

Kolben Developer
Contributor
for stats you could use pokemon online team maker to tell you what they should be(its what i use when i don't feel like grinding and what to mass level)
thats a great idea.

im still learning a LOT about pokemon (until about a month ago i hadnt played one since the early 00s) so it still surprises me the kind of tools people have made since then. things like johtomap are amazing
 

Darkfire

Administrator
Administrator
P3D Developer
search pokemon online and you should get something to download
its supposed to be a battle simulator esq system that allows people to set up servers etc for their site and alot of other things
it come with a team builder(as you don't train in there) to build your pokemon
here's the website http://pokemon-online.eu/
 
Status
Not open for further replies.
Top