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

  1. Odranoel

    [7.4, 7.8, 7.92, 8.0] Sabrehaven.com based on Nostalrius 7.7 fork

    I offer support, contact me on discord: odranoels.s
  2. Odranoel

    Looking for [Dev] - TFS 1.2 - Tibia 8.0

    If you still need help you can msg me in my discord: odranoels.s
  3. Odranoel

    Lua Stack Runes / Potions

    In spells.cpp change: int32_t newCount = std::max<int32_t>(0, item->getCharges() - 1); for int32_t newCount = std::max<int32_t>(0, item->getItemCount() - 1); In item.cpp change: uint32_t charges = std::max(static_cast<uint32_t>(1), static_cast<uint32_t>(item == nullptr ? it.charges ...
  4. Odranoel

    Programmer Aura System tfs 0.3.6 OtcV8

    If you haven't managed it yet, I can make a fixed aura for your character, talk to me on discord: odranoels.s 1712848599
  5. Odranoel

    anyone have for a sell myaac templates?

    Yes, contact me on discord: odranoels.s
  6. Odranoel

    Looking for spriter/scripter (naruto project)

    I'm a scripter. Which version of your TFS will we work with?
Back
Top