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

    Modifying player_storage

    The login.lua is what I will be doing in the end but right now I'm just testing to make sure it gives the access to each quest area that I want. In regards to the way the server caches data I do realize that. I did however edit the storage when the character was online I believe. However I...
  2. M

    Modifying player_storage

    Ultimately I am trying to make it so that some quests are already completed in ORTS in order to give new players access to some areas that they otherwise would not have the ability to use. In order to test adding the quest completion to players I have gone in through phpmyadmin and then edited...
  3. M

    Failed to load data/npc/playername.xml file was not found

    I tried executing /s without a name and it returns: [Error - Npc::Loadfromxml] failed to load data/npc/.xml file was not found The issue I was seeing before was looking for a playersname.xml where playersname is the name of a player that is currently logged into the game world. I see no reason...
  4. M

    Failed to load data/npc/playername.xml file was not found

    I can't say for certain but I'm pretty sure no. The server was originally set up a year ago on an AWS box. I recompiled on windows last month.
  5. M

    Failed to load data/npc/playername.xml file was not found

    This is TFS 1.2 compiled as x32, run on a x64 system.
  6. M

    Failed to load data/npc/playername.xml file was not found

    I have recently started seeing the error listed in the title of this post. Where "playername.xml" is appears the name of a player logged into the game world, I have not noticed any issue in the game. This player is not interacting with any npc or doing anything at the time the error occurs. The...
Back
Top