• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. mattch

    C++ send item to offline player depot

    Hello. I'm trying to make a function that send the item to the player depot, even if he are not online. Thats the function that i created. Its only working if the player is online. int LuaScriptInterface::luaSendPlayerDepotItem(lua_State* L) { //sendPlayerDepotItem(guid, item[, depotId =...
  2. mattch

    Solved Sharing Lua States

    Hello. I'm trying to make the lua states to be shared in all interfaces (creaturescripts, actions, talkactions, etc...), but I failed in every try. I'm trying make it based on this: https://otland.net/threads/shared-lua-states.55726/#post564976 my TFS version is 0.4
  3. mattch

    Compiling TFS 0.4 error

    Hey guys, i'm having a problem at the end of compilation, i dont know what is causing it: TFS 0.4 - Rev 3884 - 8.60 - Dev-C++ - Windows 7 -----------#EDIT------------ I managed, swapping the rev to 3777
Back
Top