• 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 for query: outfit limit

  1. K

    outfit limit

    hello guys how i can open outfits limit ?? tfs 0.4 tibia 8.60 f5
  2. X

    [C++] Outfits limit.

    I cant add a lot of outfits in-game because there is a limit of 21 outfits I think or less than 21 dont remember exactly, how can I remove that limit? I'm guessing its source editing side.
  3. adolfuu

    Limit of Outfits in Client 8.6

    Does anyone know alter the limit of the outfits on a 8.6 client? Thanks! att;
  4. Exiled Pain

    Removing outfit limit

    Sup everyone. Puting some new outfits on outfits.xml , but I notice that there is a limit to only 25 outfits, after that they won't show ingame on the outfit window. Doesn't matter the order of the outfits, but as soon as you get to 25 the rest won't show. Is there a way to remove or...
  5. Exiled Pain

    Limit spell by outfit

    Sup, I would like to know if there is a way to limit spells by outfit. Description: Lets say you have a wizard outfit on, and only then you can make a specific spell, if you are not wearing the outfit you couldn't perform the spell. Better if directly by a spell command but if not, maybe...
  6. Sigoles

    TFS 1.X+ Limited Outfits

    Hi, where I can change to enable more outfits? my src its like limited (I created one monster with outfit 1120 to test and its works but my Gamemaster don't appear the outfit there in outfit widow) I did some test like: bool getOutfitAddons(const Outfit& outfit, uint8_t& addons) const; to bool...
  7. vexler222

    OTClient Outfit limit, how to unlock it?

    Hi, i have problem with outfits limit in client, i change define in outfit.h but i get debug if i try open "Set Outfit" menu, how i can unlock it in client too? Its possible?
  8. Marko999x

    Breaking outfit limit of 8.60 client

    Does anyone know how to break the outfit limit of 8.60 client ???
  9. E

    [c++] outfit limit - error

    Hello, I'm writting to You, because I hope that someone can solve this problem. Namely number of outfits in Tibia client. The engine is set to default to 25. I'm going to change it to 35, but during the game, when I want to change outfit, pops error - all ID of outfits are correctly rewritten...
  10. Gubailovo

    monster limit

    how to get around the 255 outfit limit?
  11. llamavani

    Help with Outfits limit 0.3.4.pl2

    this is one example of outfits.xml in my server <!-- Female outfits --> <outfit type="0" looktype="136" enabled="1" name="Ciudadana"/> <outfit type="0" looktype="137" enabled="1" name="Cazadora"/> <outfit type="0" looktype="138" enabled="1" name="Maga"/> <outfit type="0" looktype="139"...
  12. Marko999x

    Break outfit, mount and sprite limit of 8.70 client

    As the title says I would like to break the outfit, mount and sprite limit of 8.70 client. Let me know how much you want. Paying via Paypal.
  13. narko

    Compiling [TFS 1.2] Outifts and Mounts limit

    What I know so far is that the limit in outfits and mounts is client sided. But I just wonder if there's any way to modify or break this limit? Tibia Client: 10.53 Thanks in advance.
  14. D

    Increase outfit limit on outfit window 8.6 (pay by paypal)

    Hello, I need to increase the limit of outfits on 8.6 cipsoft client.. tried this tutorial without success: OpenTibia - [various] Tibia Extended Client Library (https://otland.net/threads/various-tibia-extended-client-library.258489/post-2511424) still debugging.. I'm looking for someone that...
  15. F

    8.50 Outfits crash ?

    Hello, I need help! I added outfits in Tibia.dat, all is working but in-game i type /newtype 500 and crash, i editied talkaction command to limit 560 but still crash. Where in C++ change max number of outfits ? :huh:
  16. Tormented

    otclient outfit limit

    i can only get around 50 outfoitts to display 1718456663 solved continue; } protocolOutfits.emplace_back(outfit.name, outfit.lookType, addons); if (protocolOutfits.size() == 250) { // Game client currently doesn't allow more than 50 outfits...
  17. Kekox

    [Talkaction] Outfits!

    Well since the tibia client is limited to 25 outfits in the windows outfits im making a talkaction that player can say !outfit <name> and then his outfit change to the outfit he said.. I've started making it: local outfits = { ["cult"] = {lookType = 59, storage = 21000} }...
  18. strutZ

    Exceeding 50 outfit limit

    Is there any harm if i change this to say... 60? I assume it was limited for a reason.. https://github.com/otland/forgottenserver/blob/master/src/protocolgame.cpp#L2662
  19. J

    Object builder (Increase Outfit Animation Limit)

    How increase the Animation limit from 3 Frames to more? Like 12 frames?
  20. DiegoRulez

    Compiling Outfits in Source 7.72

    What I am trying to do is add some sprites of version 8.6 and 11x in version 7.72. However there is a code in the source that limits the Outfits that will appear in the selection for you to use. I found some answers in Github of OTX 2 but I could not solve my problem. I'd like a range of 231 to...
Back
Top