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

    Lua Level lock

    I am trying to put a lock on my server that only allows players to level x amount of times when killing a monster. This code seems like it should work but doesn't. Any help? local function getExpForLevel(level) level = level - 1 return ((50 * level * level * level) - (150 * level *...
  2. AdventureOts

    Ubuntu dedicated with Ubuntu desktop

    All of this is based on Don daniello's guide. I just wanted to create this to be more detailed in case some people have problems. !Start with a clean Ubuntu server/vps! Log into your root account with putty or another software then execute these commands. apt-get purge apache2* bind9* samba*...
  3. AdventureOts

    Linux Ubuntu 16.04 TFS 1.2

    For some reason my server doesnt want to load information from config.lua. I cannot change values like: exp, loot, skill, magic rate. Anyone know why this might be?
  4. AdventureOts

    Linux Ubuntu 16.04 TFS database problem

    Everything is working as far as the website, database, ect. The only problem I am having now is the server wont connect to the database even though all information is correct. Maybe I am missing something and someone more experienced with hosting TFS on ubuntu can help me.
  5. AdventureOts

    Mapper AdventureOts 10.95

    General The server is designed for long-term game play. The experience rate will be low, however, players will have various alternatives to increase their characters power. Players will be able to do daily missions, quests, events, and more to acquire 1 of 3 points. Achievement, Event, and PvP...
Back
Top