Closed LLL184 closed 4 months ago
Is there any way for me to change the battle to another npc?
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.⚠️
thanks bro!
Is there any way for me to change the battle to another npc?