mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 1.2 - more advanced bot, new hotkeys, bug fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user