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

    C++ TFS 1.2 downgrade by Ninja show healing

    Try: bool Game::combatChangeHealth(Creature* attacker, Creature* target, CombatDamage& damage) { const Position& targetPos = target->getPosition(); if (damage.primary.value > 0) { if (target->getHealth() <= 0) { return false; } if (damage.origin !=...
  2. celohere

    Hex Editing

    https://github.com/SaiyansKing/TibiaClientGenerator
  3. celohere

    AAC the Website is not creating accounts or letting me log into a existing one

    https://otland.net/threads/mysql-out.240147/post-2323594
  4. celohere

    Solved cannot create character when i try it doesn't make them

    Mark as the best answer,so people with same problem will find the answer easily.
  5. celohere

    Solved cannot create character when i try it doesn't make them

    https://otland.net/threads/znoteaac-thread-stack-overrun.247562/#post-2408030
  6. celohere

    C++ rune charges debug

    If your problem was solved mark the best answer, regarding your another question ,where did you get your items.otb?
  7. celohere

    C++ rune charges debug

    Open items.otb with item editor and add the flag stackable to all runes.
  8. celohere

    [8.0] - TFS 1.2

    If you want help with something unrelated to the distro of this topic, go to the support section please.I will not answer here.
  9. celohere

    Downgrading TFS 1.2

    https://github.com/otland/forgottenserver/compare/1.2...dbjorkholm:forgottenserver:8.6?expand=1
  10. celohere

    Znote AAC issues with setup

    You can import the schema directly through phpmyadmin.The schema file is located in www\engine\database folder.
  11. celohere

    C++ Convert source Tfs 1.2 from version 8.0 to 860

    https://github.com/dbjorkholm/forgottenserver/compare/8.6...dbjorkholm:forgottenserver:8.0
  12. celohere

    TFS 1.X+ Server frozen - 100% CPU usage, no leaking memory, bt full with symbols in thread

    https://otland.net/threads/any-tfs-catch-scripts-that-freeze-server.261466/#post-2650438
  13. celohere

    TFS 1.X+ celohere tfs 1.2 About standing on the magic wall

    How can you say that this bug is in the clean sources without testing first?I can't reproduce this ,and i never touched anything related to this.You should explain better your problem and state the modifications you've done before,so maybe someone will be able to help you. The normal behavior as...
  14. celohere

    TFS 1.X+ celohere tfs 1.2 About standing on the magic wall

    Did you reproduce this bug with a clean source?
  15. celohere

    TFS 1.X+ celohere tfs 1.2 About standing on the magic wall

    Seems that this bug comes from your personal changes ,take a look into your commits and try to find out where this behavior was introduced.
  16. celohere

    TFS 1.X+ Tfs 1.2 house warning letter & items disappearing

    No ,its just a lazy fix.
  17. celohere

    Runes move up to another backpack

    Didn't tried yet ,what kind of errors?
  18. celohere

    Runes move up to another backpack

    You need to replace the function not just add another one.
  19. celohere

    Runes move up to another backpack

    You did something wrong cause this changes really works ,i didn't see this changes on your repository.I will download nostalrius and try here just out of curiosity.
Back
Top