Set instant level 60 fix

Results 1 to 2 of 2
  1. #1
    Novice alerules is offline
    MemberRank
    Mar 2014 Join Date
    3Posts

    Set instant level 60 fix

    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 by alerules; 04-03-14 at 10:38 PM.


  2. #2
    Novice srkael is offline
    MemberRank
    May 2014 Join Date
    1Posts

    Re: Set instant level 60 fix

    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?



Advertisement