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

    How did i get my custom title?

    I didn't do it anyway.
  2. cbrm

    How did i get my custom title?

    And you wonder why? Ots owners are fed up with your "criticisms" and "suggestions".
  3. cbrm

    Solved NPC private channel shove up time configuration

    Open your own thread next time. The title says Solved.
  4. cbrm

    math.random() on startUp - The seed is bugged, here how to fix

    Not really a bug. You just have to use it inside a function on the script, or randomize the seed if you really really need to generate the random element outside functions.
  5. cbrm

    Complaint Why I can't create new thread

    Disable your Ad Blocker.
  6. cbrm

    [Switzerland] Classicus 7.4 - Increased loot&exp weekend!

    Is this server hosted in Germany or Switzerland?
  7. cbrm

    [CANADA][100% FREE][10.77][initial 999x] Nose Gang OT Server RECENTLY OPENED

    You're free to add "br server" in the title if that's what you want.
  8. cbrm

    Lua .lua easy cod

    I'd do it but the controversy makes one lose the interest.
  9. cbrm

    Solved Global Storage + TFS 1.2

    Yeah I'm so honest, problem solved.
  10. cbrm

    MoveEvent Advanced Training Tile

    Nice Boostnatics Turbo btw
  11. cbrm

    Solved Global Storage + TFS 1.2

    I don't think he will understand all that.
  12. cbrm

    Solved Global Storage + TFS 1.2

    database CREATE TABLE `global_storage` ( `key` INT UNSIGNED NOT NULL, `value` VARCHAR(255) NOT NULL DEFAULT '0', UNIQUE (`key`) ) ENGINE = InnoDB; replace those two functions in your compat.lua for these ones function getGlobalStorageValue(key) local query =...
  13. cbrm

    Solved Global Storage + TFS 1.2

    Please stop making multiple posts and edit your last post instead. Unlike in old TFS 0.2 and 0.3, Global storages in TFS 1.x series are stored in RAM and get erased whenever server shuts down or restarts. You would have to create a table in your database and change the way global storages are...
  14. cbrm

    Solved Bug with spells

Back
Top