mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 2.3 - cooldowns in action bar, more advanced bot, new cavebot, bug fixes
This commit is contained in:
3
modules/game_bot/panels/DONT_USE_PANELS.txt
Normal file
3
modules/game_bot/panels/DONT_USE_PANELS.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
DONT USE PANELS
|
||||
THEY ONLY HERE FOR BACKWARD COMPATIBILITY
|
||||
MAY BE REMOVED IN THE FUTURE
|
@@ -581,7 +581,7 @@ Panel
|
||||
newConfig = "name:" .. configName .. "\n"
|
||||
end
|
||||
for monster, config in pairs(monsters) do
|
||||
newConfig = newConfig .. "\n" .. monster .. ":" .. json.encode(config) .. "\n"
|
||||
newConfig = newConfig .. "\n" .. monster .. ":" .. json.encode(config, 2) .. "\n"
|
||||
end
|
||||
|
||||
context.storage.attacking.configs[context.storage.attacking.activeConfig] = newConfig
|
||||
|
Reference in New Issue
Block a user