• 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

    Solved Possible to make runes unlimited in specified area?

    You can do the same to ammunation. https://github.com/celohere/forgottenserver/commit/778184a25146d21d56be36f85e25b8d90a5d32b5
  2. celohere

    Solved Possible to make runes unlimited in specified area?

    https://github.com/celohere/forgottenserver/commit/2ec79ce8f6d5262c8ed8d0f1c95fbcc01fed89ec
  3. celohere

    [8.0] - TFS 1.2

    I had some free time and was playing around with my server. And as I always liked the multiworld system, I decided to give it a try... https://github.com/celohere/forgottenserver/tree/Multi-world...
  4. celohere

    Compiling Java Server, help with Client

    Looks like there's a item on the map that doesn't exist on items.xml (item witth id 41215), try to remove this item from the map.
  5. celohere

    Looking for [Dev] - TFS 1.2 - Tibia 8.0

    https://github.com/celohere/forgottenserver/compare/master...exhausted-old-school?diff=split&w=
  6. celohere

    Lua rope doesn't pull creature

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

    [OTHire] Yurots 7.72 - Classic Map

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

    C++ TFS 1.2 downgrade by Ninja show healing

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

    Hex Editing

    https://github.com/SaiyansKing/TibiaClientGenerator
  11. 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
  12. 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.
Back
Top