mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 22:23:28 +02:00
Version 1.3 - auto reconnect, better bot (with sound), animated mounts, bug fixes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user