Jump to content

  •  

Robbeen

Member Since 23 May 2013
Offline Last Active Oct 21 2016 09:53 PM
-----

Issues I've Posted

    Bug position

    Posted 28 May 2013

    Hi, if you try to move when someone is hitting you, it gives you the same bug position than there :
    http://www.youtube.c...v=PVRk7I59dmw#!
    You come back to the same place, even with LK_CONCENTRATION or ENDURE...

    Sealed Shrine Crash

    Posted 27 May 2013

    Well, I did the instance with my administrator, and when the Great Bapho died, the map-server crashed.
    It was written :
    [Error]: script_rid2sd: fatal error ! player not attached!
    [Debug]: Function: erasequest (1 parameter):
    [Debug]: Data: number value=3041
    [Debug]: Source (NPC): control_baphomet at 0012@cata (3,3)
    [Error]: Server received crash signal! Attempting to save all online characters!

    That's the first time it happens to me so I don't know what to do... Thank you in advance.

    [Rune Knight] Crush Strike

    Posted 23 May 2013

    The formula for Rune Knight's Crush Strike is : ATK [{Weapon Level * (Weapon Upgrade Level + 6) * 100} + (Weapon ATK) + (Weapon Weight)]%
    Well, in battle.c, it's written
    short index = sd->equip_index[EQI_HAND_R];
    						if( index >= 0 && sd->inventory_data[index] && sd->inventory_data[index]->type == IT_WEAPON )
    							skillratio = sd->inventory_data[index]->weight/10 + sstatus->rhw.atk +
    								100 * sd->inventory_data[index]->wlv * (sd->status.inventory[index].refine + 6);
    

    We can see
    sd->inventory_data[index]->weight/10

    Is it normal that the weight is divided by 10 ?
    I tried this skill with a Gigantic Lance (2000 weight). Well, it doesn't do a lot of damages...
    Thank you in advance.

    Rune Knight Phantom Thrust

    Posted 23 May 2013

    When you use this skill, the target is supposed to go to the caster. However, he doesn't move, and it doesn't do damages.