• 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!

Windows Increase max effects on client

Printer

if Printer then print("LUA") end
Senator
Premium User
Joined
Dec 27, 2009
Messages
5,782
Solutions
31
Reaction score
2,287
Location
Sweden?
Hello,

I have searched around and wanted too increase max effects on the game, ive seen few theards that say its possible with sources.
But then i found another theard but its on Portuguese.

But anyway i translated on google, maybe its not 100% understandable but you get the picture:

Tibia has the same networkmessage from OTServ (getU8, getU16, getU32)
Open ollydbg, find the opt switch from your version
Choose an known opt, that you know you have a getU8 and getU16, you can look at this in otserv sources
Replace the function call getU8 by getU16.
Go to that opt and find the address of that 2 functions
Just save

If someone can translate better, here is it:
O Tibia tem funções de networkmessage iguais as do otserv. getU8, getU16, getU32.
Abra o ollydbg, procure o switch de opts da sua versão.
Escolha um opt conhecido, que vc sabe que tem um getU8 e getU16, pode olhar isso nas sources do otserv.
Entre nesse opt, e ache o endereço das 2 funções.
Troque a chamada da função getU8 por getU16.
Só salvar

Does anyone understand how to increase the max effect on client, because i would love too know.

Im using otclient and max effects is increased but i need also tibia client. So if players cant use otclient they can use tibia client and all bugs report about otclient will be reported to the otclient team.

Thanks! Rep!
 
Last edited:
I got this :(
jBdinB.png
 
Back
Top