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

    Graphic Designer Looking for spriter

    Hello, Looking for a good spriter for a PAID and continuous job. Leave HERE your works, portfolio and Discord. Thanks.
  2. armyman

    Nostalrius 7.7

    to prevent people from abusing npc by buying millions of items at once... but u can change this if u want open behaviourdatabase.cpp look for function searchDigit if (value > 500) { value = 500; }
  3. armyman

    Any old tibia layout working for ZnoteAAC?

    https://otland.net/threads/znote-aac-tibia-layout.236840/
  4. armyman

    [USA][7.4/7.72] Realistic RealOTS FREE [Thursday, 12/13/2018]

    Good server to play 😃
  5. armyman

    Nostalrius 7.7

    was a demonstration, but just remove from the code ITEM_POISONFIELD_NOPVP, if no have effect on poison nopvp :)
  6. armyman

    Nostalrius 7.7

    bandicam 2019-04-15 20-13-40-895 - Streamable (https://streamable.com/lb05o)
  7. armyman

    Nostalrius 7.7

    maybe this can be done with two lines 🤔🤔 void MagicField::onStepInField(Creature* creature) if (id == ITEM_POISONFIELD_PVP || id == ITEM_POISONFIELD_PERSISTENT || id == ITEM_POISONFIELD_NOPVP) { g_game.addMagicEffect(creature->getPosition(), CONST_ME_GREEN_RINGS); 🤔
  8. armyman

    Nostalrius 7.7

    You need enable ping system on otclient folder \src\client\game.cpp look for if(version >= 770) { inside this function add this enableFeature(Otc::GameClientPing); after compile again ur OTC.
  9. armyman

    Nostalrius 7.7

    Yes,if you use the right commands, u can find on behaviourbatadase.cpp
  10. armyman

    Quiver for paladins - tfs1.X

    Hello, @froy. Look for Item* Player::getAmmunition() const After return inventory[CONST_SLOT_AMMO]; Put the code there. if (Container* container = ammoItem->getContainer()) { if (container->getID() == 1999) // change quiver id here {...
  11. armyman

    Nostalrius 7.7

    Hello, Tarantonio. Please, Open house.cpp Check for search for ss << " It costs " << housePrice * 5 << " gold coins."; Erase the * 5 of this line, compile again, and check the real price in game. Give me ur feedback please. 😃
  12. armyman

    Nostalrius 7.7

    @rudger Number - 1 it's not a bug, but you need rewrite some things in all npcs of spells and change spells.xml to learn...
  13. armyman

    Nostalrius vs OtHire?

    it's very simple to create a task npc using the original NPCs, i did
  14. armyman

    Nostalrius 7.7

    there is no item editor, but you can do everything and easier, just by writing inside the srv.
  15. armyman

    Old Version of TFS

    if the server will be 7.4 version i have alot of information about the gameplay of those years, you can add me on discord Jhon#0029
  16. armyman

    OTClient OTC Addon outfits problem [TFS 1.2]

    Yes, but i already have addon added in server
  17. armyman

    OTClient OTC Addon outfits problem [TFS 1.2]

    Server version: 7.72 using downgraded [TFS] 1.2 My OTC game.cpp void Game::setClientVersion(int version) { if(m_clientVersion == version) return; if(isOnline()) stdext::throw_exception("Unable to change client version while online"); if(version != 0 && (version <...
Back
Top