• 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!

Recent content by celohere

  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
Back
Top