Version 1.2 - more advanced bot, new hotkeys, bug fixes

This commit is contained in:
OTCv8
2019-11-06 23:46:40 +01:00
parent ba2a1c8d5f
commit bb8e1a247b
31 changed files with 1368 additions and 608 deletions

View File

@@ -269,10 +269,17 @@ function checkCreatures()
end
battleButton:creatureSetup(creature)
battleButton:enable()
creature_i = creature_i + 1
end
end
for i=#creatures + 1, 30 do
local battleButton = battleButtonsList[i]
if battleButton then
battleButton:disable()
end
end
local height = 0
if creature_i > 1 then
height = 25 * (creature_i - 1)