• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Old-Server

    TFS 0.X Would be possible to add a storage and a addon to players offline?

    Yea, just execute a MySQL query that will update his storage and outfit with db.executeQuery() ?
  2. Old-Server

    C++ Check storagevalue on sources?

    you definitely aren't using tfs if you don't have this? link me where your sources are on github or anything for me to check it edit: bool getStorageValue(const uint32_t key, int32_t& value) const; u answered ur own question
  3. Old-Server

    C++ Check storagevalue on sources?

    feels very weird to call getPlayerStorageValue(cid,value) in c++ dont you think? this is a lua function not a c++ method (something the object "player" can call (a function)) std::string value; getStorage(11005,value); int64_t number = atoi(value.c_str()); if (number >= 1 ){ } else if (number...
  4. Old-Server

    getCreatureStorage returning NIL

    i guess this function could solve it but function getStore(cid,storage) return getCreatureStorage(cid,storage) or -1 end else i guess check luascript.cpp or creature.cpp
  5. Old-Server

    old tibia eh :)

    it's too easy to simulate multiclients without any admin knowing these days so this is not really possible in modern days
  6. Old-Server

    Lua [TFS 0.4] Monster attack other monsters

    monster can attack player too? use this; doMonsterChangeTarget(cid) ?
  7. Old-Server

    YurOTS 7.4 Mapping

    thank you:) some kind of 7.72 modified spr, altho i dont have caves without the earth around it etc roof i agree, looks not too good, but i was in love with this place as a kid from original yurots/neverland so i kept it for now!
  8. Old-Server

    C++ Checking if target is a monster or a player in TFS 0.3.6.

    u solve this by calling target->getID() which is a public function you dont access protected data directly, it requires a "get function" iirc
  9. Old-Server

    YurOTS 7.4 Mapping

    thank you:) not sure, needs more content atm
  10. Old-Server

    Eterna Mapping - Leo's Thread

    cool minimap
  11. Old-Server

    YurOTS 7.4 Mapping

  12. Old-Server

    YurOTS 7.4 Mapping

    Hello, this is my 7.4 YurOTS/Neverland
Back
Top