Starting level doesnt work properly.

Issue #210 resolved
Former user created an issue

This happens when for example i set starting level to 65 in configs. cdcscscscd.PNG

Comments (4)

  1. ShinichiYao

    l2jserver\gameserver\network\clientpackets\CharacterCreate.java

            if (Config.STARTING_LEVEL > 1)
            {
    +           newChar.setLevel(Config.STARTING_LEVEL);
                newChar.setExp(ExperienceData.getInstance().getExpForLevel(Config.STARTING_LEVEL - 1));
            }
    
  2. Former user Account Deleted reporter

    Thanks, now works fine but the percent is at 71.15 and the xp bar is empty.

  3. Log in to comment