I saw a server with this type of transparency fade i though its because of otclient but then i though he still needed to upload sprite in object builder which removes all transparency, so wtf.I believe that Tibia does not support an alpha channel. It uses the kind of transparency that was common in the 90s where a single color is marked as transparent. Those more knowledgable than I can confirm.
So its not possible to achieve it on normal client?You need to modify ot client. Use google:
around 10% of results will give you answers and solutionsCode:site:otland.net transparent
So if you say no, how can it be done?
Jesus its something that i wont be able to achieveIm no expert, so I might be wrong, but I think it could be done
You just need to modify the parts of the application binaries that load, process, and render the graphics. Then you have to repeat this process for every operating system/processor that the version of Tibia you are using supports.
While this is technically possible, it is practically impossible due to the difficulty in finding the parts of the binaries that perform those functions, and the whole thing crashes and burns if you miss even one tiny bit of code that does anything with the graphics.