L2JLisvus

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

2 posters

    (SOLVED)Problem when i log with my char.

    avatar
    confejulian


    Posts : 254
    Join date : 2016-08-27

    (SOLVED)Problem when i log with my char. Empty (SOLVED)Problem when i log with my char.

    Post  confejulian 5th September 2017, 20:26

    After i update the gameserver, i have this problem when i log with my char. How can i fix it?

    (SOLVED)Problem when i log with my char. 486004ee395aa1aabe4a071fa64eee4b
    https://i.gyazo.com/486004ee395aa1aabe4a071fa64eee4b.png


    Last edited by confejulian on 6th September 2017, 02:37; edited 1 time in total
    DnR
    DnR
    Admin
    Admin


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

    (SOLVED)Problem when i log with my char. Empty Re: (SOLVED)Problem when i log with my char.

    Post  DnR 6th September 2017, 02:22

    Hello.

    There have been few changes in characters table as you have noticed.
    Along with update comments i have included the following SQL commands.

    Code:
    alter table characters drop column acc, drop column crit, drop column evasion, drop column mAtk, drop column mDef, drop column mSpd, drop column pAtk, drop column pDef, drop column pSpd, drop column runSpd, drop column walkSpd, drop column str, drop column con, drop column dex, drop column _int, drop column men, drop column wit, drop column movement_multiplier, drop column attack_speed_multiplier, drop column colRad, drop column colHeight, drop column maxload;
    alter table characters add name_color MEDIUMINT UNSIGNED NOT NULL DEFAULT 16777215;

    Run these in your MySQL database and problem will be solved.
    avatar
    confejulian


    Posts : 254
    Join date : 2016-08-27

    (SOLVED)Problem when i log with my char. Empty Re: (SOLVED)Problem when i log with my char.

    Post  confejulian 6th September 2017, 02:36

    Thank you. Solved! Smile

    Sponsored content


    (SOLVED)Problem when i log with my char. Empty Re: (SOLVED)Problem when i log with my char.

    Post  Sponsored content


      Current date/time is 17th October 2024, 00:33