mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-23 07:55:55 +02:00
Updated to OTCv8 3.0 rev 19
This commit is contained in:
9
modules/game_bot/default_configs/vBot/test.lua
Normal file
9
modules/game_bot/default_configs/vBot/test.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local m = macro(1000, "Floor Change Delay", function() end)
|
||||
|
||||
onPlayerPositionChange(function(x,y)
|
||||
if m.isOff() then return end
|
||||
if CaveBot.isOff() then return end
|
||||
if x.z ~= y.z then
|
||||
TargetBot.delay(500)
|
||||
end
|
||||
end)
|
Reference in New Issue
Block a user