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

    Im looking for minimun level script. Thanks

    function onLogin(cid) local player = Player(cid) if player:getLevel() < 350 then player:addExperience(getExpForLevel(350) - player:getExperience(), true) end return true end
  2. HalfAway

    error mysql

    The field 'Sender' does not have a default value. Adjust the part that handles the items save, or do a workaround (no idea what Sender affects) set column 'Sender' as default empty.
  3. HalfAway

    Opening ports

    Since you can't access either the website or server with the IP, there is something blocking it. Either in the rotuers interface or firewall.
  4. HalfAway

    error mysql

    Explain more about your error. What does the error message say? Server version?
  5. HalfAway

    Tibia Hack and Slash Project

    Sauce?
  6. HalfAway

    Windows Which znoteacc

    ZnoteAAC's tables znote_accounts does not contain the row 'active_email'. Go inside your database and edit the table ´znote_accounts´ and insert this. ALTER TABLE `znote_accounts` ADD `active_email` tinyint(4) NOT NULL DEFAULT '0' If you recieve even more errors, I'd suggest you to wipe all...
  7. HalfAway

    User you miss from Otland

    Sorry, I had to break the rule.. @Peroxide, @BeniS, @Damon, @Anevis, @dominique120, @Chris, @Abyss_, @forgee, @Limos. Thats just to name a few.
  8. HalfAway

    Tibia Hack and Slash Project

    Cool, looking forward for more updates.
  9. HalfAway

    Clean House after Server Save

    Are you sure the house contains house tiles? Check with a map editor. Does the same thing occour if you save the server with a GM and then restarts it?
  10. HalfAway

    Znote php_curl

    ZnoteAAC does not handle any row called description in guilds. Either modify the database with phpmyadmin and adjust description to use a default value of blank/nothing. or edit the INSERT query for the guilds. I'd modify the database and set descriptions default value as nothing. Locate the...
  11. HalfAway

    TFS 1.X+ Door's being locked for some reason

    EduardoDantas was faster. ----- It is defined as a locked door. https://github.com/opentibiabr/otservbr-global/blob/ddc4c892efed021d9aa9e7f2ccc723d941d3448e/data/lib/tables/door.lua#L12 List of unlocked doors...
  12. HalfAway

    [USA] [Custom] ArchlightOnline - Avuria (New No-Bot World)! Official Release on March 6th, Friday 7:00 AM PT/16:00 CET!

    Great to see such progress with ArchlightOnline! I really love the landing /select server page. Best of luck, HalfAway
  13. HalfAway

    Open Tibia Archives

    https://github.com/HalfAway/
  14. HalfAway

    [Showoff] Dungeon System

    The dungeon finder looks really good!
  15. HalfAway

    Reimagination of Rookgaard

    Looking good, I'd like to see more :)
  16. HalfAway

    AAC "Players online" & "Highscores" not displaying everyone who is online after server wipe

    Sounds like a problem with cache. Can you search for a new character in view the characterprofile? If so, try to delete the onlinelist.cache.php inside /engine/cache and replace it with the one from ZnoteAAC. https://github.com/Znote/ZnoteAAC
  17. HalfAway

    Compiling Wersja klienta

    https://otland.net/threads/rules-for-the-support-board.217087/ #4.
  18. HalfAway

    [Znote AAC] Bootstrap 4 | Mobile Ready

    Looking good! :)
  19. HalfAway

    HELP SISTEM TASK

    Make sure the files exists in data/npc, with correct names. https://stackoverflow.com/questions/2507608/error-input-is-not-proper-utf-8-indicate-encoding-using-phps-simplexml-lo
Back
Top