Bot update - waypoints, attacking, looting

This commit is contained in:
OTCv8
2019-11-02 08:43:11 +01:00
parent 62ff2b1cf5
commit 6dd9a54749
15 changed files with 1640 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ context.macro = function(timeout, name, hotkey, callback, parent)
local switch = nil
if name:len() > 0 then
if context.storage._macros[name] == nil then
context.storage._macros[name] = true
context.storage._macros[name] = false
end
switch = context._addMacroSwitch(name, hotkey, parent)
end