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

    [Gesior AAC] Mass emails sender

    which operates with email, you can with gmail, hotmail, or other? sorry for my bad english
  2. Feragon

    OTS database manager by Gesior

    you can reupload the documents?
  3. Feragon

    When i do a big update how can i let all the players to start at temple!

    when you open the server the players start in the temple globalevents/scripts create file start.lua and put this script function onStartup() db.executeQuery("UPDATE `players` SET `online` = 0 WHERE `world_id` = " .. getConfigValue('worldId') .. ";") db.executeQuery("UPDATE...
Back
Top Bottom