qqqwda / pokemeow-autoplay

pokemeow autoplay discord bot using python, selenium and captcha solver
MIT License
7 stars 2 forks source link

Battle config #23

Closed LLL184 closed 4 months ago

LLL184 commented 4 months ago

Is there any way for me to change the battle to another npc?

qqqwda commented 4 months ago

in bot.py line 34 file you can find the task that executes the battle command:

self.battle_task = Task(lambda: self.battle.start(";b npc 1"), lambda: random.randint(39, 42))

just change ";b npc 1" to any npc you want, ⚠️remember that this Task just spams the first attack button.⚠️

LLL184 commented 4 months ago

thanks bro!