Adding new species

Yeah, another dumb question thread. So I was playing around with my server and attempting to add stuff. My question is how to go about adding new species.

On another thread here, I've read about adding pokemon species through the server's *.patch file. I've tried "add pokemon: blah" through a *.patch, but that has had no such success.

A reply said the way to do it was dppspecies.db. I'm not exactly sure what exactly would open dppspecies.db, since it keeps saying that it's "binary".

Is there something I'm missing?
 
Put this in your patch file:

Add Pokemon: Name, 100, 80, 90, 80, 100, 100, Type1, Type2, Gender;
Name: a+ability, move1, move2 ..... ;

Base stats are in the following order: HP, attack, defense, speed, special attack, special defense.
 
I'm not too sure. Any time I try the "add pokemon", I get this.

INFO | jvm 1 | 2009/09/08 18:07:02 | Warning: no existing species of Add Pokemon.

Edit:
Nevermind. I see I had to work with the newest version of the source.

Thanks for the help with the syntax. Much appreciated.
 
Back
Top