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

    monster limit

    This is going nowhere quickly.... Since when is there a 255 character limit? Are you trying to put more than 255 outfits in the outfit selection window? What distribution are you using? What client are you using? What are you using to edit your outfits? How are you adding outfits? What are...
  2. S

    OTClient Outfit limit, how to unlock it?

    @vexler222 as he said, otc dont have outfit limit. you can download the sources here: edubart/otclient and compiled .exe here: OTClient builds (Windows) i think outfit limitations (25) in tfs 0.4 can be edited in outfit.h in line: OUTFITS_MAX_NUMBER
  3. loreal

    OpenTibia [various] Tibia Extended Client Library

    Would it be possible to remove the limit of 26 outfits from the client? 8.6
  4. J

    C++ TFS 1.3 (8.60) – How to Fix Outfit Crashes in Official Client?

    i in fact you can add more outfit but it has a limit. in order to add them you need to edit outfits.xml add match outfit ids with yours sprites, the limit without crashing are two more outfits otherwise you need a dll https://otland.net/threads/tibia-v8-60-extended-using-hxd.285560/ you can...
  5. Nekiro

    Compiling Gamemaster should have all outfits and addons

    Thank you, but I have new error does Tibia Client 8.6 limit outfits number?
  6. wizinx

    Webdesign [Showoff] Greed Layout

    nice joob!
  7. Gubailovo

    monster limit

    after passing the limit of 255 outfits. 256 it displays as 1. i.e. 256=1 , 257=2 , 258=3 and so on.......
  8. F

    OTClient Outfit limit, how to unlock it?

    If the outfit should be available for players you must add it in data/XML/outfits.xml also if you checking this by typing /looktype or /newtype (idk what tfs you using) you should open the script in talkactions and check if there isn't any blockade Otherwise I didn't notice if there are any...
  9. vexler222

    OTClient Outfit limit, how to unlock it?

    It not work, if i change this define i get debug if i try open outfit menu
  10. A

    C++ OTClient Outfitwindow Uint16

    Good morning, does anyone know how to increase the outfit limit in OTClient? Because my source for old client is like this: protocolgame.cpp msg.add<uint16_t>(protocolOutfits.size()); for (const ProtocolOutfit& outfit : protocolOutfits) { msg.add<uint16_t>(outfit.lookType)...
  11. ConAn Edujawa

    exp limit

    how i can break level 717217 in 0.4 need script when player stepon action xxxx summone monster same name of player and same power and sam vocation. EXAMPLE if player name tester and vocation paladin and his mana 2500 and hp 3000 the monster will be name tester and use paladin weapon and his mana...
  12. D

    TFS 1.X+ ZNOTE Highscores

    grab the latest znote sources, looking at it you're missing a whole section for your version of TFS if ($tfs == 'TFS_10') { if ($flags === false) { // In this case we only need to query players table $v = str_replace('`p`.', '', $v)...
  13. X

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    I need an npc that changes the outfit of a player, but only if that player has a certain storage id. Player - Hi NPC - hello Player - frog (if player has quest done 'storage =30001' NPC - You have turned into the outfit Frog. (outfit id 36) (if player does not have quest done NPC - You do not...
  14. Rexxar

    Removing outfit limit

    From what I can recall elf saying, the outfit limit is 30. This is client based and cannot be changed unless you do some major hexedit in the client.
  15. Marko999x

    Some OTClient questions!

    Hey Otland I need help with some otclient edits 1. Where do I remove the Outfit Limit in SETOutfit? 2. Where do I remove the Mount Limit in SETOutfit? 3. Where do I remove the sprite limit ? Answer: have been solved: [OtClient] Sprites Limit over 65535 !!! Thats all what I want to know...
  16. vexler222

    OTClient Outfit limit, how to unlock it?

    My fault, cuz my phone change "but" to "bot", i want client without outfit limit, check what say CipsoftStinks "otclient doesn't have outfit limitations, it's just the normal client that has that restriction"
  17. ralke

    TFS 1.X+ Disable gamemaster outfit

    I need to make the client work with extended sprites aswell, tried to compile that here Compiling - Saiansking extended .dll (https://otland.net/threads/saiansking-extended-dll.277226/) but couldn't. I am currently using this client for now How to increase sprite limit...
  18. narko

    Compiling [TFS 1.2] Outifts and Mounts limit

    The client is limited to certain amount of outfits and mounts in that client. I tried to set outfits.size to 51 in sources but it just doesn't work as inteed.
  19. chojrak

    Dat-Editor-Problem.

    I think it's script limitation that prevents debugs when you try to change your outfit to non-existing one, try editing ./data/talkactions/scripts/newtype.lua
Back
Top