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

    Solved [TFS 1.0] Addon doll Problem

    Try: !addon mage or: !addon "mage :)
  2. Rer

    Lua Needing helps with addons

    I don't know it's possible in query, but you can try with this: UPDATE `players` SET `lookaddons` = 3;
  3. Rer

    Solved Help with lua function

    I guess you can get "cid" with this: const Player* player = creature->getPlayer(); but I'm not sure :P I am not programmer :/
  4. Rer

    Solved add new mount don't work

    You don't have errors in console?
  5. Rer

    Solved Problem with script.xml

    Solved in PM.
  6. Rer

    Solved Query to add

    UPDATE `accounts` SET `premdays` = `premdays` + x; x = premium days
  7. Rer

    TFS 0.3.7 onkill remove stone

    I understand the remove of stone is working, but only text no?
  8. Rer

    Windows Server Save then Server Crash

    Enter the information of your computer and on which TFS is run / weight of map.
  9. Rer

    Solved add new mount don't work

    What TFS are you using?
  10. Rer

    [TFS 1.0] Add new groups

    Show your account from database and talkactions.xml
  11. Rer

    [TFS 1.0] Add new groups

    I met such a trifle before, so I'll ask here too - you reloaded talkactions module? :P
  12. Rer

    Problem with start OTS linux

    Open your map folder and open spawn.xml file, then delete "Eremo" and he's line :)
  13. Rer

    So does anyone know an active CodingForum (HTML/CSS/JS)?

    I am sure you can :D
  14. Rer

    So does anyone know an active CodingForum (HTML/CSS/JS)?

    Aaaa :) So you can found here :P
  15. Rer

    So does anyone know an active CodingForum (HTML/CSS/JS)?

    You think about: vBulletin, phpBB, myBB? Or what?
  16. Rer

    [LUA][TFS 1.0] Run script when server starts.

    I reply you on PM :P
  17. Rer

    how does mounts

    If you use TFS 1.0 you can try with this: local player = Player(cid) local outfit = player:getOutfit() outfit.lookMount = nil player:setOutfit(outfit)
  18. Rer

    Enpec's [RPG MAPPING]

    Your maps looks awesome. Great decorations and others. Like this!
  19. Rer

    [LUA][TFS 1.0] Run script when server starts.

    I do not know what is it should do. You wants to check item on selected position?
  20. Rer

    [LUA][TFS 1.0] Run script when server starts.

    function onStartup()
Back
Top