Silv3rPRO / proshine

A free, open-source and advanced bot for Pokémon Revolution Online.
https://proshine-bot.com/
MIT License
52 stars 69 forks source link

Learning more than one move at once #39

Open Silv3rPRO opened 8 years ago

Silv3rPRO commented 8 years ago

The bot cannot learn two moves at once:

[Learning Move: Sleep Powder  -->  Forget Move: growl]
[Learning Move: Poison Powder  -->  Forget Move: growl]

A queue should be implemented to fix this.

TaosGit commented 7 years ago

You don't need to implement a queue to fix it, you just need to update the pokémon moves after learning the first one. By that way, both moves will be learned correctly. (Like a human would do it : Learning 1st then the 2nd)