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

    TFS 1.X+ Disable gamemaster outfit

    Change your void ProtocolGame::sendOutfitWindow() function to that: void ProtocolGame::sendOutfitWindow() { NetworkMessage msg; msg.addByte(0xC8); Outfit_t currentOutfit = player->getDefaultOutfit(); AddOutfit(msg, currentOutfit); std::vector<ProtocolOutfit>...
  2. WibbenZ

    Compiling [TFS 1.2] Outifts and Mounts limit

    Thats the client limit, most likely to limit us from adding our own, TFS might be missing a package that sends it(and the client uses a default value) or it's a basic integer that they increase with new mounts / outfits. You can either go with OTC or remove a couple of mounts and use the ids...
  3. johnsamir

    Old client crashes with new sprites

    empty fodler edit nvm i created an account and was able to download it but don't have sources do you have? but i read this tool has outfit limit break added
  4. Extrodus

    Old client crashes with new sprites

    I'd recommend @SHARINGAN, he has an amazing 8.60 client that is worth the investment if you are building a customized 8.6 server, actually - just a 8.6 server in general.
  5. zakius

    Outfits only used by a certain vocation

    or use sth like <outfit type="1" looktype="128" enabled="1" name="Citizen" premium="0" quest="78954"/> for each outfit you want limit, where quest is storage value, and just give correct storages to vocations. This should work like knight can use warrior and knight outfits, sorcerer can use...
  6. GOD Half

    TFS 1.X+ Client crash when change new Outfit.

    Yeah I know.. I asked the question but then solved the problem. I already explained what happened there. Thank you!
  7. Printer

    Exceeding 50 outfit limit

    It was limited because older clients, could not exceeding over 50 outfits. There is no harm, if you put the number higher, eventually it will crash the client and not the server. So you have to find the right amount.
  8. ralke

    Help new outfits 7.6 in 8.6 server Downgraded by nekiro

    @CipsoftStinks check if you have broke outfit limit at protocolgame.cpp https://otland.net/threads/various-tibia-extended-client-library.258489/page-4#post-2654280 if (protocolOutfits.size() == 35) { // Game client doesn't allow more than 26 outfits
  9. ralke

    TFS 0.X [7.72] Adding outfits OTClient

    @potinho Try changing the outfit limit on protocolgame.cpp searching this line if (protocolOutfits.size() == 26) { // Game client doesn't allow more than 26 outfits This will work if you're using OTClient, it doesn't have an outfit limit. But if you run on a normal Tibia client this probably...
  10. marek12

    Compiling Items animation speed?

    basically the question is, is it possible to speed-up animations for items when using customised 8.60 client? :D also is it possible to increase the outfit limit? (changing just MAX_OUTFIT_NUMBER = 25 in cpp doesnt work)
  11. ralke

    OpenTibia [various] Tibia Extended Client Library

    For those who couldn't break 8.60 outfit limit and use OTC/TFS 1.2. Go to protocolgame.cpp and search for/change if (protocolOutfits.size() == 35) { // Game client doesn't allow more than 26 outfits To the number you want (I post this reply because I couldn't find the answer searching in the...
  12. Tico Newgate

    [Discussion thread] Ruthless Chaos

    I wanted to add that I'm 100% against addon bonusses. No one wants to be limited to a certain outfit to gain a few stats lol. I get an oufit to look cool (that's the reward and it's great!). If you guys really want to implement an addon bonus system you should base it on the amount of outfits...
  13. Gesior.pl

    OpenTibia Items and outfits images generator for website 0.1.1

    Open Tibia Library 0.1.1 - based on OTClient, TFS and some other dat/spr/otb editing tools - written in TypeScript. Changes: added generator of all item animation frames to PNG - as one wide image - stackable items 'stacks' are treated as animation frames added PHP converter to change PNG with...
  14. vexler222

    OTClient Outfit limit, how to unlock it?

    So where i can download bot normal clienta?
  15. 2

    Old client crashes with new sprites

    bro it worked thank you so much
  16. E

    TFS 1.X+ Downgrade Cliente 13x+ for 8.60

    the outfit limit is extended as well?
  17. P

    Programmer ObjectBuilder bigger width and height

    i just have bigger effects/outfits which are bigger then the actual limit(10) 20 will be just a new safe threshold I figured out a workaround but its unpleasant so i want to make the changes
  18. X

    Help, when i change my outfit in my god char it crashes

    Weird. Like you say, there is no flag value in 1.x server's that govern outfits. You will have to remove some of your custom outfits, until you find your clients limit of outfits that can be displayed at 1 time. Or start using "/newtype outfit_id" chat command. Of course you won't be able to...
  19. 2

    Old client crashes with new sprites

    ...with and what should I open to edit these change 0xE4 to 0x10C and 0x2EE to 0x384 and push 19 to push 1E. Then I also found Tibia Outfit Limit Changer which is in the topic, but it has 2 font files and I also don't know what I should do with them...
  20. T

    Object Editor: When I compile as extended, tibia cant open

    Hello, please help me. I've added some outfits in my client until it reached limit. Then I compiled with "extended" option but now Tibia can't start "error code 4" Can you help me?
Back
Top