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

    How to make AOL work

    Good afternoon, I just noticed when searching for bugs on my server that the Amulet of Loss didn't work as it should. <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute...
  2. A

    Solved Change temple position

    I got it all to work, thank you guys!
  3. A

    Solved Change temple position

    I created a tile on that position, now what should I do to make the account manager spawn there? - - - Updated - - - How do I get to edit a specific player? Right click on players table -> Some menu shows up but no players.
  4. A

    Solved Change temple position

    It must be a lot easier than that, can't you access the player "Account Manager" and just change his spawning location? And I use SQLitestudio-1.0.0. But I can't find anything in there where I can change the spawning location.
  5. A

    Solved Change temple position

    Yes, I did change the position of it so it should be correct now.. Yet I can't access the account manager! :S
  6. A

    Solved Change temple position

    That was done, but the account manager are still disabled, where do you decide where he shall spawn? -- Account manager accountManager = true namelockManager = true newPlayerChooseVoc = true newPlayerSpawnPosX = 1017 newPlayerSpawnPosY = 1024 newPlayerSpawnPosZ = 7 newPlayerTownId = 1...
  7. A

    Solved Change temple position

    Hello, The account manager are currently disabled due to a misplacement of the temple. How do you change the position of it?
  8. A

    Lua Errors occuring during start-up

    In the distor? - - - Updated - - - There are a lot of files that it can't open. - - - Updated - - - And the spam that comes in the server-window makes the server freeze for approximately 10 seconds.. And all it say is: [Error - GlobalEvent Interface] In a timer event called from...
  9. A

    Lua Errors occuring during start-up

    I removed it and restarted the server.. Yet this appears, it mentions tables but honestly I can't find any tables that could relate to guildwars.. Plus, I searched the entire servermap for any guildwars-looking file or directory but I didn't find any. - - - Updated - - - The server is running...
  10. A

    Lua Errors occuring during start-up

    Edit.. The spamming messages shows up after a while.. But I don't think they are causing any harm. Let's see.. anti paralyze arena buypremium_command changender_command cleanhouses ctf custommonsters customspells firstitems football guild-outfit guildwarsystem highscorebook lottery pets...
  11. A

    Lua Errors occuring during start-up

    Yes, I get the same errors... They are stating something about guild_wars. And it won't load spawn data or open spawns file.. Seems like a mess! - - - Updated - - - Actually, the spamming messages has stopped now after that I removed those files that you mentioned.
  12. A

    Lua Errors occuring during start-up

    loadmodlib('repSystem') function doPlayerGiveItem(cid, itemid, amount, subType) local item = 0 if(isItemStackable(itemid)) then item = doCreateItemEx(itemid, amount) if(doPlayerAddItemEx(cid, item, true) ~= RETURNVALUE_NOERROR) then return false end else for i = 1, amount do...
  13. A

    Lua Errors occuring during start-up

    000-constant.lua 001-class.lua 002-wait.lua 004-database.lua 011-string.lua 012-table.lua 031-vocations.lua 032-position.lua 033-ip.lua 034-exhaustion.lua 050-function.lua 100-compat.lua 101-war.lua arena.lua And a folder named "disabled", but it's empty.
  14. A

    Lua Errors occuring during start-up

    <!-- <globalevent name="timer_example" time="21:35" event="script" value="my_script.lua"/> What about that?
  15. A

    Lua Errors occuring during start-up

    I figured there should be an error in this file. - - - Updated - - - Well that timer looks suspicious... Would that affect the spam in the server-window? - - - Updated - - - The biggest issue is simply the spawns, nothing spawns... Neither NPCs nor monsters. It says it's "unable to load"...
  16. A

    Lua Errors occuring during start-up

    That seemed to fix it, but as soon as I removed this a new version of error appeared: "OTSYS_SQLITE3_PREPARE<>: SQLITE ERROR: no such function: UNIX_TIMESTAMP <SELECT houses.owner,houses.id,players.name FROM houses LEFT JOIN players ON players.id=houses.owner WHERE players.lastlogin <...
  17. A

    Lua Errors occuring during start-up

    Alright, and the name of these files should be changed to what, i mean.. Depending on what?
  18. A

    Lua Errors occuring during start-up

    Good evening fellows, I recently downloaded a new map for my 8.6 server and the results turned out a bit different than expected. There are a few things that the server refuses to load, for example: ______________________________________________________________ "WARNING: Could not load...
  19. A

    [8.60] The Lost Server 0.3.6

    You need Speedy Share Premium for the file... Could you send it to me in some other way? Would be awesome! :) - - - Updated - - - Never mind ^^
Back
Top