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

    Lua [TFS 0.4] Monster attack other monsters

    I was trying everything nothing happens :/ Solved - [TFS 1.0] Make a monster attack other monsters? Lua - Monsters Attacking Other Monsters (How to?)
  2. B

    Lua [TFS 0.4] Monster attack other monsters

    I have no idea. Help someone :oops:
  3. B

    Lua [TFS 0.4] Monster attack other monsters

    Anyone can help me? How to make monsters attack other monsters? :oops:
  4. B

    TFS 0.X Send message to channel

    (TFS 0.4) How use this function? doPlayerSendChannelMessage I tryed this way in globalevents: function onThink(cid, interval, lastExecution) for _, pid in pairs(getPlayersOnline()) do doPlayerSendChannelMessage(pid, "", TALKTYPE_CHANNEL_W, "test", 8) end return true end DEBUG :/ Why it...
  5. B

    C++ Monsters changing target for the player that obstacle it's path

    Hi! How make in tfs 0.4? I compile it but it doesn't work(no errors). :(
  6. B

    C++ onDeath all monsters

    I had to rebuild everything to work. Thanks, all works! :)
  7. B

    C++ onDeath all monsters

    Hi! I'm using tfs 0.4 and I have added: Feature - [CreatureEvent] Regestire all monster and players in creatureevent.xml I have a problem. I'm using this script but it didn't work.. :( <event type="death" name="monsterDeath" registerTo ="monster" event="script" value="script.lua"/> function...
  8. B

    C++ Npc trade

    Yes, but I want to do it through the window like on screen.
  9. B

    C++ Npc trade

    Hi everyone! I'm using tfs 0.4 I need a help. How to make the function also work with npc? int32_t LuaInterface::luaDoStartTrade(lua_State* L) { ScriptEnviroment* env = getEnv(); Item* item = env->getItemByUID(popNumber(L)); if(!item) {...
  10. B

    C++ Protection zone = no conditions

    I'm using tfs 0.4 What to do in order the players do not lose conditions after entering dp?
  11. B

    C++ Channel window

    What code is responsible for this panel?
Back
Top