first step is still the same so make sure u do it before this.
gameserver.enable.simple.2ndclass = this can't be found GameServer\config here. instead you go to gameserver/config/main/custom.properties
now u look for this line : gameserver.simple.secondclass.enable
set it to true and u're done
next thing, u can't set
private int level =
and
if (getPlayerClass() != null && getPlayerClass().isStartingClass())
maxLevel = xx;
to 1 level over your desired level cuz you will get runtime error that character level is higher than maxlvl. set ti to 60 if u want insta 60.
now the tricky part.
go to ur AL-GAME/src/com/aionemu/gameserver/services/ClassChangeService.java.
when u open this, you will scroll down to line that says if(level != 9). under it should be return false; change this to return true;
or alter this in any way you want if u know a bit of programming.
and that's it. have fun
ps. pls like the thread if it helped you.






