L2JLisvus

Would you like to react to this message? Create an account in a few clicks or log in to continue.

3 posters

    Revision 605

    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    Revision 605 Empty Revision 605

    Post  DnR 3rd May 2019, 13:14

    Grand Olympiad update.
    - Reworked Olympiad Observer mode. Also, fixed several related old bugs.
    - Added Olympiad point ranking.
    - Olympiad data will now be stored into database.
    - Improved Olympiad user packet broadcasts.
    - Players who log out during Olympiad will spawn at their initial location upon relog.
    - Olympiad properties file will now contain Olympiad configurations.
    - Fixed a serious bug that could stuck hero computation. This was caused by removal of Javolution.
    - Minor corrections on database installer.
    - Removed skill_name column from character_skills, since it's useless and consumes space.
    - Fixed Olympiad and Seven Signs auto-save global tasks not running.

    Before updating, please make sure to install new addons.
    All in all, new update requires the following:
    - Installation of olympiad_data and olympiad_nobles_eom tables.
    - Drop of column skill_name from character_skills.
    - Move of stored parameters from olympiad properties file to olympiad_data table.

    Best regards,
    DnR


    Last edited by DnR on 25th May 2019, 18:39; edited 1 time in total
    henrique
    henrique


    Posts : 26
    Join date : 2013-08-20

    Revision 605 Empty Error "Rev 605"

    Post  henrique 11th May 2019, 22:27

    New installation, DB clean.

    Code:
    Error could not store char skills: java.sql.SQLException: Parameter index out of range (5 > number of parameters, which is 4).

    Revision 605 Error10
    Karakan
    Karakan


    Posts : 756
    Join date : 2013-10-04

    Revision 605 Empty Re: Revision 605

    Post  Karakan 12th May 2019, 00:00

    Wrong section to post bugs/errors.

    -->   https://l2jlisvus.forumotion.com/f2-bug-reports
    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    Revision 605 Empty Re: Revision 605

    Post  DnR 12th May 2019, 19:35

    Hello. character_skills table has been updated. *Please update the corresponding table inside your database.
    *Drop skill_name column and update skill_level column type.

    Best regards,
    DnR
    henrique
    henrique


    Posts : 26
    Join date : 2013-08-20

    Revision 605 Empty Re: Revision 605

    Post  henrique 13th May 2019, 10:17

    DnR wrote:Hello. character_skills table has been updated. *Please update the corresponding table inside your database.
    *Drop skill_name column and update skill_level column type.

    Best regards,
    DnR

    It's a new installation, all tables clean and get this error.

    FIXED
    Code:
    Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
    ===================================================================
    --- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 608)
    +++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy)
    @@ -7179,8 +7179,7 @@
     statement.setInt(1, getObjectId());
     statement.setInt(2, newSkill.getId());
     statement.setInt(3, newSkill.getLevel());
    - statement.setString(4, newSkill.getName());
    - statement.setInt(5, classIndex);
    + statement.setInt(4, classIndex);
     statement.execute();
     }
     }
    DnR
    DnR
    Admin
    Admin


    Posts : 1475
    Join date : 2012-12-03
    Age : 34

    Revision 605 Empty Re: Revision 605

    Post  DnR 13th May 2019, 12:20

    This was truly a project fault. Added fix in rev609.
    I am sorry for the inconvenience, and thanks for pointing out and fixing the issue.

    Best regards,
    DnR

    Sponsored content


    Revision 605 Empty Re: Revision 605

    Post  Sponsored content


      Current date/time is 19th May 2024, 09:23