• 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. L

    Solved function onKill

    in theory was for him sumona but simply did nothing without error in the console. is how the code was not running otx malucooo/Otxserver-Global I put the function inside a file that was working and worked normally. I'm forgetting something else, I do not know what
  2. L

    Solved function onKill

    function onKill(creature, target) local targetMonster = target:getMonster() if not targetMonster or targetMonster:getName():lower() ~= 'boss1' then return true end Game.createMonster('boss2', Position(32800, 32831, 14)) return true end <event type="kill"...
  3. L

    Outfit Images - 10.99

    outfit 10.00+ no have?
  4. L

    Feature Auto Loot [TFS 1.3]

    @psychonaut [ 1%] Building CXX object CMakeFiles/tfs.dir/src/luascript.cpp.o /root/Otxserver-New/src/luascript.cpp:56:62: error: no ‘int LuaScriptInterface::luaPlayerAddAutoLootItem(lua_State*)’ member function declared in class ‘LuaScriptInterface’ int...
Back
Top