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

    OTClient rule violation no work; tfs 1.5 otv8

    https://github.com/rookgaard/optimized_forgottenserver/commit/5640e438f6f02959b038a620f526f53ad322fbe8#diff-2eab89b108f3dbae2f316d6a269731e6a899b19b6fe6396c0fb8fc805bbae0ad
  2. Manigold

    TFS 1.X+ Roof borders stack order

    In fact, after doing some testing here, just changing the wooden border from border to common in tibia.spr, and changing the stackorder from border to none in otbeditor solved the problem. But I don't know if it's the best solution, because that would force players to download the edited client...
  3. Manigold

    TFS 1.X+ Roof borders stack order

    I'm using tfs 1.2 and this little problem is very annoying, would anyone know how to solve?(same items.otb in server and map editor)
  4. Manigold

    AAC Znote guilds.php small issue

    Thank you very much, that solved the problem.
  5. Manigold

    AAC Znote guilds.php small issue

    When i invite more than one character from the same account to the same guild this happens: I believe the problem is in this part: <?php if ($highest_access == 2 || $highest_access == 3) { echo '<td>Remove:</td>'; } // Shuffle through visitor...
  6. Manigold

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    The sources included in this pack are not 8.0,take a look and you will see thats from nekiro old tfs 8.6 1.3 .
  7. Manigold

    AAC znote monster_loot.php

    This "fixed" the problem for me Add backwards compatibility for pre 1.x loot containers by nekiro · Pull Request #3189 · otland/forgottenserver (https://github.com/otland/forgottenserver/pull/3189)
  8. Manigold

    NPC Soft Boots Repair NPC

    Remove the : in the first line of your npc.lua.
  9. Manigold

    ZNOTE ACC - Create character BUG

    I'm having the same problem with latest znote aac.
  10. Manigold

    AAC Znote small problem

    Yes its loading ,i changed mysql_real_escape_string to mysql_znote_escape_string and loaded correctly ,is this ok or can cause some problem? I created directly in database just to test.
  11. Manigold

    AAC Znote small problem

    I'm using php version 7.1.1 The error is gone ,but it does not load anything after deletion part.
  12. Manigold

    AAC Znote small problem

    I'm having a small problem with znote aac ,when some character has apostrophes in the name ,the characterprofile.php page shows some errors. This part: <?php // pending deletion?($name) $deletion_time = mysql_select_single("SELECT `time` FROM...
  13. Manigold

    Lua [Solved] [TFS 1.5] Atk while walking

    Change here TFS-1.5-Downgrades/config.lua.dist at a4675433d0e5c0001d37d4cab1241120216597e4 · nekiro/TFS-1.5-Downgrades (https://github.com/nekiro/TFS-1.5-Downgrades/blob/a4675433d0e5c0001d37d4cab1241120216597e4/config.lua.dist#L88)
  14. Manigold

    TFS 1.X+ Questions about a multi-world system

    Hello, i found this >>> tfs <<< 1.0 with multi-world ,and i would love if someone could explain me how to make it work step by step. How do i configure this?It's missing some table on database?Do i have to use 2 or more executables?Do i have to compile both with betaserver or just the...
  15. Manigold

    TFS 1.X+ Ban System Injust 1.5 nekiro

    Maybe that helps: TFS 1.2 (8.0 Ninjalulz) ban question (https://otland.net/threads/tfs-1-2-8-0-ninjalulz-ban-question.255095/#post-2560164)
  16. Manigold

    Lua TFS 1.2 Save player

    The reason for this is to show players with skull on website in real time, cause the skulls is only updated on database when gm or server saves.
  17. Manigold

    Lua TFS 1.2 Save player

    No , i mean :when player A kills player B ,player A is saved. 1651955444
Back
Top