Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Better battle system for Pokénet

Newbie Spellweaver
Joined
Nov 19, 2011
Messages
20
Reaction score
7
What if we could implement the battle code from Pokémon Lab( ) into Pokénet?
It would be a huge improvement, and this would make the most complete online pokemon solution out there.
 
Joined
Aug 16, 2006
Messages
1,251
Reaction score
200
Pokenet already uses the shoddy battle system

it appears in these files;

Code:
[URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/MoveQueueException.java"]Server/src/org/pokenet/server/battle/mechanics/MoveQueueException.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/PokemonException.java"]Server/src/org/pokenet/server/battle/PokemonException.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/StatusListener.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/StatusListener.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/items/Berry.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/items/Berry.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/CompoundEyesAbility.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/CompoundEyesAbility.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/ValidationException.java"]Server/src/org/pokenet/server/battle/mechanics/ValidationException.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/StatException.java"]Server/src/org/pokenet/server/battle/mechanics/StatException.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/TrappingAbility.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/TrappingAbility.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/MultipleStatChangeEffect.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/MultipleStatChangeEffect.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/CriticalTypeAbility.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/CriticalTypeAbility.java[/URL]
[URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/OpponentEffectAbility.java"]Server/src/org/pokenet/server/battle/mechanics/statuses/abilities/OpponentEffectAbility.java[/URL][COLOR=#333333][B] 
[/B][/COLOR][URL="https://github.com/StrickenFromHistory/PocketMonstersOnline/blob/df11f38ca3df211ee66fcc63ed87351b8c8d92f0/Server/src/org/pokenet/server/battle/mechanics/moves/HiddenPowerMove.java"]Server/src/org/pokenet/server/battle/mechanics/moves/HiddenPowerMove.java[/URL][COLOR=#333333][B]

Plus a LOT more..
Probably outdated but what ever.[/B][/COLOR]
 
Back
Top