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

    [TFS 0.4, 8.6] Using monster looktype as outfit

    Its cuz normal 8.6 client have limit and when you send too many outfits it will just crash. To handle that there is #define OUTFITS_MAX_NUMBER 25 or whatever number there is (outfit.h) if there isnt any just check void ProtocolGame::sendOutfitWindow() in protocolgame.cpp and look for a loop...
  2. Marko999x

    OpenTibia [various] Tibia Extended Client Library

    Cipsoft has a limit of outfits in their client.
  3. CipsoftStinks

    OpenTibia [various] Tibia Extended Client Library

    justmedit protocolgame.cpp
  4. ralke

    Webdesign [Showoff] Greed Layout

    Some advances. Successfully imported retro outfits to website layout, files involved: characterprofile.php, topplayers.php. Added 7 retro outfits by breaking limit in sources and compiled outfits to .dat using Object Builder
  5. narko

    tfs 10.90 - can't add new outfits..

    As Tibia Client only supports 50 outfits, sources have like a limit too so the client doesn't bugs (if outfits.size > 50 { break). Here you have 51 outfits so It will only show 50.
  6. D

    TFS 1.X+ Looktype Bug's [tfs 1.2]

    can you upload your luascript.cpp? maybe here is limitation straight in function about setOutfit and set outfit condition.
  7. Marko999x

    Old client crashes with new sprites

    https://github.com/SaiyansKing/Tibia-Outfit-Limit-Changer/releases/tag/1.0
  8. A

    Elves VS. Orcs

    Would it be better in RL tibia if druids weren't allowed to have Hunter, Knight, Warrior etc. outfit? Let people choose the outfit they like. There is no reason why not. Why do you have these limits stuck in your brain?
  9. Loney

    8.6 from scratch and have few questions

    You don't certainly need a DLL to break these limits. Just extend your files (dat/spr) in ObjectBuilder and edit the client executable to read them (4 bytes instead of 2); There's many ways to reach this last one, but can't elaborate right now. EDIT: Found this 8.6 client someone posted with...
  10. Loney

    TFS 1.X+ Disable gamemaster outfit

    Compiled executable isn't working for you? Release Release 1.0 · SaiyansKing/Tibia-Outfit-Limit-Changer (https://github.com/SaiyansKing/Tibia-Outfit-Limit-Changer/releases/tag/1.0)
  11. F

    C++ OTClient Outfitwindow Uint16

    You already reached outfit limit which is Uint16 -> 65535? o_O Respect!
  12. Vesgo

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

    I think it would be easy if you remove some of the outfits, i dont know the limit, but it would solve your problem.
  13. johnsamir

    Old client crashes with new sprites

    ...you want 200 break; } } and it will work but only with OTC. otherwise you need to get a dll that extends outfit limits. but i haven't found one for free this one exists GitHub - SaiyansKing/Tibia-Extended-Client-Library...
  14. Addams

    Problem with outfits.xml, cannot add more than two orginal 8.60 tibia outfits

    You have reached the outfit limit which is 25. Edit your sources outfit.h #define OUTFITS_MAX_NUMBER 25 to #define OUTFITS_MAX_NUMBER 30 Don't make it higher than 30 because 8.6 client has outfit limitations and I think higher than 30 will cause debugs. If you wanted more than 30 you'll have to...
  15. E

    8.6 from scratch and have few questions

    this information actually made me sad, my ot was half way done and the only thing that worked to extend the sprites limit is that dll... but I had no idea it would make elf bot to not work... (yes, I've tried other options but none worked, always get error could not load Tibia.spr), I've already...
  16. vexler222

    OTClient Outfit limit, how to unlock it?

    I using 8.60 client, its possible to unlock it by hex editor?
  17. Felipe93

    Client Editing [Ip,Port,Rsa]

    i have added new outfit to that version on my ot if i assing an outfit via mysql works but when i try to add it to outfits.xml to be view when a player choose his outfit is still just appearin same 7 outfits of 7.7 version to conclude i can't make work any outfit added via outfits.xml
  18. johnsamir

    Tibia v8.60 Extended using HxD

    how to add outfit limits? would be possible to add mounts? or would be possible to convert 8.70 client into 8.60? (maybe easier thing)?
  19. CipsoftStinks

    OpenTibia [various] Tibia Extended Client Library

    which protocol do you use?
  20. Santi

    Lua How I can add more outfits?

    Oh ok. Then he should of do it as a talkaction or something. If he has 0.3.6
Back
Top