Version 2.3 - cooldowns in action bar, more advanced bot, new cavebot, bug fixes

This commit is contained in:
OTCv8
2020-04-15 01:22:06 +02:00
parent ed8162a9d5
commit 9a4ab2ae3b
68 changed files with 3261 additions and 428 deletions

View File

@@ -0,0 +1,3 @@
DONT USE PANELS
THEY ONLY HERE FOR BACKWARD COMPATIBILITY
MAY BE REMOVED IN THE FUTURE

View File

@@ -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