Version 1.3 - auto reconnect, better bot (with sound), animated mounts, bug fixes

This commit is contained in:
OTCv8
2019-11-11 17:10:03 +01:00
parent d78af570ea
commit 1072671986
48 changed files with 458 additions and 154 deletions

View File

@@ -728,6 +728,13 @@ function getRightPanel()
return gameRightPanels:getChildByIndex(-1)
end
function getLeftPanel()
if gameLeftPanels:getChildCount() >= 1 then
return gameLeftPanels:getChildByIndex(-1)
end
return getRightPanel()
end
function getContainerPanel()
local containerPanel = g_settings.getNumber("containerPanel")
if containerPanel >= 5 then