Subscriber BettyBoop Posted November 5, 2013 Subscriber Share Posted November 5, 2013 (edited) since we moved for silent 0.8.0 cant have the chats anymore stored ,always worked with the previous version and it is very helpfully // Logsset g_log "server.log"set g_logChat "chatlog.log"set g_cheatLog "cheat.log"set logfile 2set g_logOptions 0set g_logAdmin "admin.log" set lua_modules "chat.lua rename.lua"set lua_allowedModules "chat.lua rename.lua" Edited November 5, 2013 by McBeth Quote Link to comment Share on other sites More sharing options...
Management hellreturn Posted November 5, 2013 Management Share Posted November 5, 2013 I believe my friend Jose already fixed it for you. Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted November 5, 2013 Author Subscriber Share Posted November 5, 2013 nope .......................... our chatlog.log keep to be at 0so ? Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted November 5, 2013 Management Share Posted November 5, 2013 Set this: set lua_allowedModules "chat.lua rename.lua" to this: set lua_allowedModules "" This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded. BettyBoop 1 Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted November 5, 2013 Author Subscriber Share Posted November 5, 2013 (edited) Set this: set lua_allowedModules "chat.lua rename.lua" to this: set lua_allowedModules "" This is common misunderstanding with Lua configurations. The allowed modules is an option which allows adding SHA1 signatures of loaded modules. I.e. it checs that the modules are proper. But if you don't have the signatures, then this can be left empty and all modules are loaded.done : will let you know tomorrow if all is oki nowthanks a lot Edited November 5, 2013 by McBeth Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.