How do I get rid of - the status and put maximum 65000 status ?
How do I get rid of - the status and put maximum 65000 status ?
mucore 1.0.8
MuCore 1.0.8![]()
I dont use stat in ranking, but try with my module.
https://mega.co.nz/#!2VhRWARb!XetHhA...akNgApCVyKswrg
Mmm.. Go to Add Points Setting in admincp and put 65535 there.
I never had that problem. :P
Go to your SQL, and put this query:
make sure u select MuOnline DBUpdate character set Strength = 65536 + Strength where Strength < 0
Update character set Dexterity = 65536 + Dexterity where Dexterity < 0
Update character set Vitality = 65536 + Vitality where Vitality < 0
Update character set Energy = 65536 + Energy where Energy < 0
Update character set Leadership = 65536 + Leadership where Leadership < 0
bye!
In 1 hour I come back to home. And help u :D
or try this query
Code:USE MUONLINE alter table character alter column Strength int null alter table character alter column Dexterity int null alter table character alter column Vitality int null alter table character alter column Energy int null alter table character alter column Leadership int null