Skip to content

YagoOliveiraB/Tibia-Outfit-Limit-Changer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Tibia Outfit Limit Changer

Tibia Outfit Limit Changer is a tool that modifies old versions of Tibia Clients to allow them to use more than hardcoded 25 outfit limit.
Currently only support 8.54 and 8.60 client versions, in future maybe there'll be more clients supported.
If you want to use more than 255 outfits you need server-side changes to from "msg.addByte(protocolOutfits.size());" to "msg.add<uint16_t>(protocolOutfits.size());" in protocolgame.cpp

Donation

If you like what I'm doing you can donate me :)

paypal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • C 1.8%