Hello guys!
So I've tried to add new pokemon on a shoddy battle server. I've made a patch file named "patch.txt". In the server.properties file I've added "patch.txt" on the server.patch line.
Now it looks so:
# Patch file to apply against the metagame.
server.patch = patch.txt
So now I've made a new file which is named patch.txt. In this new file I've added the following lines:
I've restarted the server but it doesn't work. And after that I've added some HG/SS Moves to the same file, now my file looks so:
The new Pokemon doesn't work but the new moves are available on the server now.
What is wrong? Could someone tell me my mistake?
Thanks alot!
So I've tried to add new pokemon on a shoddy battle server. I've made a patch file named "patch.txt". In the server.properties file I've added "patch.txt" on the server.patch line.
Now it looks so:
# Patch file to apply against the metagame.
server.patch = patch.txt
So now I've made a new file which is named patch.txt. In this new file I've added the following lines:
Code:
Adding Pokemon: Scolex, 95, 55, 95, 80, 85, 130, Dark,, Both;
Scolex: a+Intimidate, Knock Off, Ice Fang, Leer, Confuse Ray, Taunt, Thief, Rapid Spin, Torment, Sucker Punch, Scary Face, Crunch, Dark Pulse, Mean Look, Nasty Plot, Aura Sphere, Screech, Pursuit, Whirlwind, Zean Headbutt, Baton Pass, Ice Fang, Thunder Fang, Fire Fang, Wish, Toxic, Hidden Power, Hyper Beam, Protect, Frustration, Return, Shadow Ball, Double Team, Aerial Ace, Fassade, Secret Power, Rest, Attract, Snatch, Roost, False Swipe, Charge Beam, Endure, Will-O-Wisp, Embargo, Shadow Claw, Reversal, Giga Impact, Thunder Wave, Stealth Rock, Captivate, Sleep Talk, Dream Eater, Swagger, Substitute, Trick Room, Cut, Air Cutter, Spite, Bounce, Fury Cutter;
I've restarted the server but it doesn't work. And after that I've added some HG/SS Moves to the same file, now my file looks so:
Code:
Adding Pokemon: Scolex, 95, 55, 95, 80, 85, 130, Dark,, Both;
Scolex: a+Intimidate, Knock Off, Ice Fang, Leer, Confuse Ray, Taunt, Thief, Rapid Spin, Torment, Sucker Punch, Scary Face, Crunch, Dark Pulse, Mean Look, Nasty Plot, Aura Sphere, Screech, Pursuit, Whirlwind, Zean Headbutt, Baton Pass, Ice Fang, Thunder Fang, Fire Fang, Wish, Toxic, Hidden Power, Hyper Beam, Protect, Frustration, Return, Shadow Ball, Double Team, Aerial Ace, Fassade, Secret Power, Rest, Attract, Snatch, Roost, False Swipe, Charge Beam, Endure, Will-O-Wisp, Embargo, Shadow Claw, Reversal, Giga Impact, Thunder Wave, Stealth Rock, Captivate, Sleep Talk, Dream Eater, Swagger, Substitute, Trick Room, Cut, Air Cutter, Spite, Bounce, Fury Cutter;
Bulbasaur: String Shot, Worry Seed, Headbutt, Headbutt, Power Whip, Sludge;
Ivysaur: String Shot, Worry Seed, Headbutt, Power Whip, Sludge;
Venusaur: String Shot, Worry Seed, Block, Headbutt, Power Whip, Sludge;
Charmander: Headbutt;
Charmeleon: Headbutt;
Charizard: Tailwind, Headbutt;
The new Pokemon doesn't work but the new moves are available on the server now.
What is wrong? Could someone tell me my mistake?
Thanks alot!