• 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

    Lua rope doesn't pull creature

    Add after line 31: elseif thing:isCreature() then return thing:teleportTo(toPosition:moveUpstairs())
  2. celohere

    [OTHire] Yurots 7.72 - Classic Map

    https://github.com/Qwizer/Yurots/tree/b30329fe6caf4d4531b3c35f0448ca2ab3c73f8a
  3. celohere

    C++ TFS 1.2 downgrade by Ninja show healing

    Mark as the best answer if your problem was solved.
  4. 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 !=...
  5. celohere

    Hex Editing

    https://github.com/SaiyansKing/TibiaClientGenerator
  6. 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
  7. 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.
  8. celohere

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

    https://otland.net/threads/znoteaac-thread-stack-overrun.247562/#post-2408030
  9. 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?
  10. celohere

    C++ rune charges debug

    Open items.otb with item editor and add the flag stackable to all runes.
  11. 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.
  12. celohere

    Downgrading TFS 1.2

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

    Znote AAC issues with setup

    You can import the schema directly through phpmyadmin.The schema file is located in www\engine\database folder.
  14. 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
  15. 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
  16. 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...
  17. celohere

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

    Did you reproduce this bug with a clean source?
Back
Top