Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Instant Level 60 Fix for Aion Game Server

Status
Not open for further replies.
Initiate Mage
Joined
Mar 2, 2014
Messages
3
Reaction score
1
Ok so, with old method from this thread we can't change our class to 60 instantly cuz many things have changed since that was written.
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.
 
Last edited:
Initiate Mage
Joined
May 8, 2014
Messages
1
Reaction score
0
Hello!
AL-GAME/src/com/aionemu/gameserver/services/ClassChangeService.java: these folders do not exist.
AL 4.0 in one click server. How can I make these changes?
 
Status
Not open for further replies.
Back
Top