• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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