AxelBjork / Rush-Royale-Bot

Python based bot for Rush Royale
MIT License
29 stars 19 forks source link

FIXED code inside Spawn 4 units at start of the match #75

Open Newb420 opened 1 year ago

Newb420 commented 1 year ago
# Spawn units multiple times at the start of the match
for _ in range(4):
    bot.click(450, 1360)

    Go to bot_handler ctr+f type 450 and find # above it and replace the 2 lines of code with these 3 lines
Kurouoe commented 1 year ago

the console closes instantly after the command lines have been changed

hatehackppl commented 1 year ago

not working, bot unable run after add the command above

Newb420 commented 1 year ago

not working, bot unable run after add the command above

the console closes instantly after the command lines have been changed

Post your original code and your new code

replace #spawn units and botclick and make sure the new line of code is above it and 3rd line is indented

Kurouoe commented 1 year ago

not working, bot unable run after add the command above

the console closes instantly after the command lines have been changed

Post your original code and your new code

replace #spawn units and botclick and make sure the new line of code is above it and 3rd line is indented

# Spawn units
bot.click(450, 1360)
hatehackppl commented 1 year ago

image works like this... Thanks!