mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Another small bot update
This commit is contained in:
@@ -23,6 +23,7 @@ mount = nil
|
||||
mounts = nil
|
||||
mountCreature = nil
|
||||
currentMount = 1
|
||||
ignoreNextOutfitWindow = 0
|
||||
|
||||
function init()
|
||||
connect(g_game, {
|
||||
@@ -51,6 +52,9 @@ function updateMount()
|
||||
end
|
||||
|
||||
function create(creatureOutfit, outfitList, creatureMount, mountList)
|
||||
if ignoreNextOutfitWindow and g_clock.millis() < ignoreNextOutfitWindow + 1000 then
|
||||
return
|
||||
end
|
||||
if outfitWindow and not outfitWindow:isHidden() then
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user