How to edit a Pokemon's base stats on your custom server

I set up a private server using the default 8000 port, but whenever I go to the file "Data" and "Pokedex" and then change a Pokemon's speed stat from 45 to 85, save the file, and reboot my server, the stats don't change. So obviously i'm changing the wrong thing. Where is the file located that I can edit Pokemon's base stats?

(I don't know if this is the right forum or not; but I'm desperate for answers here)
 
If you saying the stats don't change because you don't see the changes in your teambuilder, keep in mind that the client doesn't request this information from the server, its built with it. You can check if things changed server side with the /dt command eg: /dt ludicolo.
 
If you saying the stats don't change because you don't see the changes in your teambuilder, keep in mind that the client doesn't request this information from the server, its built with it. You can check if things changed server side with the /dt command eg: /dt ludicolo.
Fascinating. So the changes are probably there, they just don't show up visually? Hypothetically if I changed Bulbasaur's speed to 100 then, it'd be that way in battle, it just wouldn't show up?

thanks for this information. Is there any way to get the changes to show up in the client at all?
 
Fascinating. So the changes are probably there, they just don't show up visually? Hypothetically if I changed Bulbasaur's speed to 100 then, it'd be that way in battle, it just wouldn't show up?

thanks for this information. Is there any way to get the changes to show up in the client at all?
youll need to setup a custom client and edit the build script to import data from your own fork of showdown's github repo which has the desired changes.
 
Back
Top