[Howto] Set instant LV55/LVxx

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Proficient Member LeRaz0r is offline
    MemberRank
    Dec 2011 Join Date
    162Posts

    [Howto] Set instant LV55/LVxx

    Hey.


    I was asked to share this, so here it is.


    1. - Start of by going into GameServer\data\static_data and open player_experience_table.xml.

    There, you will find a listing of the required amount of experience per level. Replace every single level upto your desired Instant Level, in my case; 55.

    Example:
    Code:
    	<exp>0</exp> <!-- 84528173 -->
    	<exp>0</exp> <!-- 97508511 -->
    	<exp>0</exp> <!-- 112426441 -->
    	<exp>0</exp> <!-- 128909893 -->
    	<exp>0</exp> <!-- 146070028 --> <!-- Level 50 -->
    	<exp>0</exp> <!-- 177464778 --> <!-- Level 51 -->
    	<exp>0</exp> <!-- 204255001--> <!-- Level 52 --> 
    	<exp>0</exp> <!-- 236485764 --> <!-- Level 53 --> 
    	<exp>0</exp> <!-- 271392354)--> <!-- Level 54 --> 
    	<exp>0</exp> <!-- 341728469--> <!-- Level 55 -->
    	<exp>2398328592</exp> <!-- 268283101 -->
    	<exp>2696122834</exp> <!-- 297794242 -->
    	<exp>3026674442</exp> <!-- 330551608 -->
    	<exp>3393586726</exp> <!-- 366912284 -->
    	<exp>3800859361</exp> <!-- 407272635 --> <!-- Level 60 -->
    2. - Now move to GameServer\config and open your configuration file.

    Search for:
    Code:
    gameserver.enable.simple.2ndclass =
    And make sure it is set to "true".


    3. - Direct yourself to GameServer\src\gameserver\model\gameobjects\player and open PlayerCommonData.java.

    Search for:
    Code:
    private int level =
    Set it to 56.

    Search for:
    Code:
    if (getPlayerClass() != null && getPlayerClass().isStartingClass())
    maxLevel = xx;
    Change maxLevel to 56.



    4. - Login to your server with a new character and he will be Level 55 upon logging in. You will also be given the choice of secondary class when you create a new character, that being for example Ranger/Assassin etc.



    Hope this helps.


  2. #2
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Howto] Set instant LV55/LVxx

    Awesome stuff! Thank you very much!
    Posted via Mobile Device

  3. #3
    Member someonewhy is offline
    MemberRank
    Jun 2011 Join Date
    87Posts

    Re: [Howto] Set instant LV55/LVxx

    that's what i needed thanks <3

  4. #4
    Apprentice illuminator is offline
    MemberRank
    Jul 2013 Join Date
    22Posts

    Re: [Howto] Set instant LV55/LVxx

    Do you know how to do this on AL 3.9 Pre-Built? GameServer\src\gameserver\model\gameobjects\player is missing there.

  5. #5
    This is my title !!!! sami37 is offline
    MemberRank
    Jun 2010 Join Date
    287Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by illuminator View Post
    Do you know how to do this on AL 3.9 Pre-Built? GameServer\src\gameserver\model\gameobjects\player is missing there.
    You can't found it in pre build cause .java is a source code, look at the source folder
    "FULL_AL3.9_SOURCE\trunk\AL-Game\src\com\aionemu\gameserver\model\gameobjects\player"

  6. #6
    Apprentice illuminator is offline
    MemberRank
    Jul 2013 Join Date
    22Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by sami37 View Post
    You can't found it in pre build cause .java is a source code, look at the source folder
    "FULL_AL3.9_SOURCE\trunk\AL-Game\src\com\aionemu\gameserver\model\gameobjects\player"
    I downloaded the FullSource but for some reason it gives me an error while i'm trying to build gameserver. Login and Chat looked fine, but gameserver shows error.

  7. #7
    Apprentice whysky is offline
    MemberRank
    Jun 2008 Join Date
    9Posts

    Re: [Howto] Set instant LV55/LVxx

    I wasnt able to get it running, I can login to the server, create a char that is level 60 and the quest comes to ask what class I want, but after picking the class a bullitin is posted stating that class chang can only be done at level 9.
    Could you give me a hint where i can change that?

    Ben using FULL_AL3.9_SOURCE

    Thanks in advance

  8. #8
    Victus Mortuus Kreeate is offline
    LegendRank
    Aug 2010 Join Date
    2,364Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by whysky View Post
    I wasnt able to get it running, I can login to the server, create a char that is level 60 and the quest comes to ask what class I want, but after picking the class a bullitin is posted stating that class chang can only be done at level 9.
    Could you give me a hint where i can change that?

    Ben using FULL_AL3.9_SOURCE

    Thanks in advance
    Have you changed your player experience table to have 0 experience required up to level 60?

  9. #9
    Apprentice whysky is offline
    MemberRank
    Jun 2008 Join Date
    9Posts

    Re: [Howto] Set instant LV55/LVxx

    Ja, set the experience table to 0 and was instant 60. but the class popup says that class change can only be done while at lvl 9.
    Didn't quit work how I wanted.

  10. #10
    Novice z66a is offline
    MemberRank
    May 2013 Join Date
    4Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by LeRaz0r View Post
    2. - Now move to GameServer\config and open your configuration file.
    i can't found it in FULL_AL3.9_SOURCE

  11. #11
    Blender Fan|Kinenbi Owner Dwarfpicker is offline
    MemberRank
    Mar 2006 Join Date
    AtreiaLocation
    1,085Posts

    Re: [Howto] Set instant LV55/LVxx

    after you compiled look at your gameserver folder!!

    only for step 3 the source is needed!

  12. #12
    Apprentice Milutz94 is offline
    MemberRank
    Dec 2011 Join Date
    Calarasi, ROLocation
    12Posts

    Re: [Howto] Set instant LV55/LVxx

    Same thing, level 9 required to choose a class but i have instant 65 xD

  13. #13
    Apprentice limebrix is offline
    MemberRank
    Dec 2013 Join Date
    14Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by LeRaz0r View Post
    Hey.


    I was asked to share this, so here it is.


    1. - Start of by going into GameServer\data\static_data and open player_experience_table.xml.

    There, you will find a listing of the required amount of experience per level. Replace every single level upto your desired Instant Level, in my case; 55.

    Example:
    Code:
        <exp>0</exp> <!-- 84528173 -->
        <exp>0</exp> <!-- 97508511 -->
        <exp>0</exp> <!-- 112426441 -->
        <exp>0</exp> <!-- 128909893 -->
        <exp>0</exp> <!-- 146070028 --> <!-- Level 50 -->
        <exp>0</exp> <!-- 177464778 --> <!-- Level 51 -->
        <exp>0</exp> <!-- 204255001--> <!-- Level 52 --> 
        <exp>0</exp> <!-- 236485764 --> <!-- Level 53 --> 
        <exp>0</exp> <!-- 271392354)--> <!-- Level 54 --> 
        <exp>0</exp> <!-- 341728469--> <!-- Level 55 -->
        <exp>2398328592</exp> <!-- 268283101 -->
        <exp>2696122834</exp> <!-- 297794242 -->
        <exp>3026674442</exp> <!-- 330551608 -->
        <exp>3393586726</exp> <!-- 366912284 -->
        <exp>3800859361</exp> <!-- 407272635 --> <!-- Level 60 -->
    2. - Now move to GameServer\config and open your configuration file.

    Search for:
    Code:
    gameserver.enable.simple.2ndclass =
    And make sure it is set to "true".


    3. - Direct yourself to GameServer\src\gameserver\model\gameobjects\player and open PlayerCommonData.java.

    Search for:
    Code:
    private int level =
    Set it to 56.

    Search for:
    Code:
    if (getPlayerClass() != null && getPlayerClass().isStartingClass())
    maxLevel = xx;
    Change maxLevel to 56.



    4. - Login to your server with a new character and he will be Level 55 upon logging in. You will also be given the choice of secondary class when you create a new character, that being for example Ranger/Assassin etc.



    Hope this helps.
    Hi I'm just wondering how can i do that in the AL 4.0 one click server? I can't find the source folder there.. Thank you. Can anyone enlightened me. :)

  14. #14
    Novice Putresopp is offline
    MemberRank
    Feb 2014 Join Date
    1Posts

    Re: [Howto] Set instant LV55/LVxx

    Could you update this tutorial for AL 4.0?

    I cant seem to find this in any of the Config files.
    2. - Now move to GameServer\config and open your configuration file.

    Search for:
    Code:
    gameserver.enable.simple.2ndclass =


    Also, ive downloaded the source files, but how to i compile/build them and? When i use the "build.bat" in the AL 4.0 Source i get an error at the end saying
    [ERROR] Failed to execute goal on project al-login: Could not resolve dependenci
    es for project org.aionlightning:al-login:jar:1.0: Failure to find org.aionlight
    ning:al-commons:jar:1.3 in https://maven.java.net/content/repositories/public/ w
    as cached in the local repository, resolution will not be reattempted until the
    update interval of java.net-Public has elapsed or updates are forced -> [Help 1]
    Last edited by Putresopp; 28-02-14 at 12:50 AM.

  15. #15
    Novice alerules is offline
    MemberRank
    Mar 2014 Join Date
    3Posts

    Re: [Howto] Set instant LV55/LVxx

    Quote Originally Posted by Putresopp View Post
    Could you update this tutorial for AL 4.0?

    I cant seem to find this in any of the Config files.


    Also, ive downloaded the source files, but how to i compile/build them and? When i use the "build.bat" in the AL 4.0 Source i get an error at the end saying
    http://forum.ragezone.com/f588/set-i...60-fix-990482/

    check it out, it fixes ur problem
    Last edited by alerules; 04-03-14 at 10:31 PM.



Page 1 of 2 12 LastLast

Advertisement