g_things.loadOtb('items.otb')
g_map.loadOtbm('ots.otbm')
g_things.loadOtb('items.otb')
g_map.loadOtbm('ots.otbm')
-- mod |reload things|
g_keyboard.bindKeyDown('F12', reloadScripts)
function reloadCurrentModule()
local focusedChild = moduleList:getFocusedChild()
if focusedChild then
local module = g_modules.getModule(focusedChild:getText())
if module then
module:reload()
if modules.client_modulemanager == nil then return end
updateModuleInfo(module:getName())
refreshLoadedModules()
show()
end
end
end
g_keyboard.bindKeyDown('F12', reloadCurrentModule)
ERROR: ...e_creatureinformation/game_creatureinformation.lua:235: attempt to index global 'moduleList' (a nil value)
Just put your minimap (the one from your users appdata) in data dir, it will load automaticallyThanks @Gesior.pl for that tip.
Do You know maybe how to unlock the full map for everyone? I mean using Your tip, it is unlocked on my PC but if someone download my compressed client, he has no map.