mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 02:39:20 +02:00
Updated to OTCv8 3.1 rev 222
This commit is contained in:
parent
c70abbdfdd
commit
00ca45bd62
@ -201,7 +201,7 @@ function tryExit()
|
||||
return true
|
||||
end
|
||||
|
||||
local exitFunc = function() g_game.safeLogout() forceExit() end
|
||||
local exitFunc = function() scheduleEvent(exit, 10) end
|
||||
local logoutFunc = function() g_game.safeLogout() exitWindow:destroy() exitWindow = nil end
|
||||
local cancelFunc = function() exitWindow:destroy() exitWindow = nil end
|
||||
|
||||
|
@ -141,7 +141,7 @@ end
|
||||
|
||||
function setupTopBar()
|
||||
local topPanel = modules.game_interface.getTopBar()
|
||||
topBar = topBar or g_ui.loadUI('TopBar', topPanel)
|
||||
topBar = topBar or g_ui.loadUI('topbar', topPanel)
|
||||
topBar = topBar or g_ui.createWidget('TopBar', topPanel)
|
||||
|
||||
manaBar = topBar.stats.mana
|
||||
|
BIN
otclient_dx.exe
BIN
otclient_dx.exe
Binary file not shown.
BIN
otclient_gl.exe
BIN
otclient_gl.exe
Binary file not shown.
BIN
otclient_linux
BIN
otclient_linux
Binary file not shown.
BIN
otclient_mac
BIN
otclient_mac
Binary file not shown.
BIN
otclientv8.apk
BIN
otclientv8.apk
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user