mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-30 03:09:20 +02:00
Updated to OTCv8 3.1 rev 122
This commit is contained in:
parent
ad412d684f
commit
84d39afc86
@ -115,15 +115,12 @@ function loadMap()
|
|||||||
loaded = g_minimap.loadOtmm(minimapFile)
|
loaded = g_minimap.loadOtmm(minimapFile)
|
||||||
end
|
end
|
||||||
if not loaded then
|
if not loaded then
|
||||||
print("Minimap couldn't be loaded")
|
print("Minimap couldn't be loaded, file missing?")
|
||||||
end
|
end
|
||||||
minimapWidget:load()
|
minimapWidget:load()
|
||||||
end
|
end
|
||||||
|
|
||||||
function saveMap()
|
function saveMap()
|
||||||
if not loaded then
|
|
||||||
return
|
|
||||||
end
|
|
||||||
local clientVersion = g_game.getClientVersion()
|
local clientVersion = g_game.getClientVersion()
|
||||||
local minimapFile = '/minimap' .. clientVersion .. '.otmm'
|
local minimapFile = '/minimap' .. clientVersion .. '.otmm'
|
||||||
g_minimap.saveOtmm(minimapFile)
|
g_minimap.saveOtmm(minimapFile)
|
||||||
|
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