Sometimes happen that one char get lvl 111 in the server but the max is 110.
How can I solve this?
How can I solve this?
And what's wrong with changing the client? it's just to avoid crashingQuote:
the Spidy told me via PM that I have to change this table
USE SRO_VT_SHARD ---- YOUR DATABASE NAME
UPDATE _REFLEVEL
SET EXP_C ='99999999999999999' , EXP_M ='999999999'
WHERE LVL ='110'
but I have to change client too I looking some way that I don't have to change the client.