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

    [Znote AAC] Front page Server Info box

    And i've also made another edit in the script: 'bestPlayer' => mysql_select_single("SELECT `name`, `level` FROM `players` ORDER BY `experience` DESC LIMIT 1"), to: 'bestPlayer' => mysql_select_single('SELECT `name`, `level`, `experience` FROM `players` WHERE `group_id` < ' ...
  2. Fanges

    [Znote AAC] Front page Server Info box

    I got the problem solved: // Front page server information box by Raggaer. Improved by Znote. (Using cache system and Znote SQL functions) // Create a cache system $infoCache = new Cache('engine/cache/serverInfo'); $infoCache->setExpiration(60); // This will be a short cache (60 seconds) if...
  3. Fanges

    Action [TFS 1.0] Custom vocations

    Lua Script Error: [Action Interface] data/actions/scripts/custom/enhancedvocations.lua:onUse data/actions/scripts/custom/enhancedvocations.lua:17: attempt to call global 'doPlayerSetVocation' (a nil value) stack traceback: [C]: in function 'doPlayerSetVocation'...
  4. Fanges

    [10.77][TFS 1.2] ORTS, a real map project

    Thanks, and i love this tread, got so much info from it to get the server up and running ^^ Thanks :D
  5. Fanges

    [10.77][TFS 1.2] ORTS, a real map project

    okay, is it posible to change it that the Gamemaster has cap and can't level, just like the GOD ? Thus bij changing it in the lua files ? or do i need to change it in de .exe file by recomp~ ?
  6. Fanges

    [10.77][TFS 1.2] ORTS, a real map project

    Hello All, i've a question, is it correct that the Gamemaster has 0 Cap and can level up ?
  7. Fanges

    [Znote AAC] Gain Shop Points by Ingame Event

    Hello, does this also work one TFS 1.0 ? Becouse it's a nice script, and i like to use it ^^
Back
Top