1. Ent Mngr>Databases>MuOnline>Character>right click it> Open table > return all rows u see "Class"number change that there, which ? i dont know exactly now just search for it or let me know later i will find it for u.
Max stats from/to ?
usually if its 32k max and u want 65k u only need to run this script in query analyzer >choose MuOnline on menu as database
and click F5 or the green button(execute) and make new character or go in game and test to add more stats.
else i dont know if there is somethin in config about it.. i doubt tbh.
paste this:
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