• 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!

Search results

  1. M

    Lua Addon Quest [TFS]

    can someone help me with creating an addon quest for tfs? i used "doplayeraddaddon" function, but server dosent support it :S im using tfs 0.2.13 (mystic spirit)
  2. M

    [PHP] Picture Signatures for your server. TFS ONLY. [Modified]

    Hello all, first of all i have to say that this script is not mine, credits are going to MrSheen Link: http://otland.net/showthread.php?t=9414 But i have modified this script, and put in the character Group (player, gm, god) example: Script works exactly the same of MrSheen...
  3. M

    TFS--Ctrl+Q bug!!

    i have tfs 0.2.12 of talaturen oficial version, and im ataking a monster and i can do ctrl+q and ctrl+l, and then log out... how can i fix it?
  4. M

    [REQUEST] SCRIPT--Teleport for Area

    Hello, i do this script: function onSay(cid, words, param) newpos = {x=1031, y=1033, z=7} for areax = 1029, 1033 do for areay = 1028, 1037 do areapos = {x=areax, y=areay, z=7, stackpos=253} creature = getThingfromPos(areapos) if creature.itemid > 0 then if getPlayerAccess(cid) >= 1...
Back
Top