Jump to content

  •  

GrumpyPanda

Member Since 12 Nov 2013
Offline Last Active Mar 20 2017 09:38 AM
-----

Issues I've Posted

    clif_skill_damage type bug for 20130807

    Posted 18 Nov 2014

    It is still showing skill animation when type = 5
    sharpshoot/north wind for example will display animation on all targets in path.

    PACKETVER 20130807

    works fine on 2010 client though.

    Neutral element reduction bypass for some skills.

    Posted 24 Apr 2014

    There are some skills that are forced neutral but are still able to bypass the effects of % neutral reduction (raydric card for example) when using endow or elemental arrow, however, this is not the case in Hercules.

    Rapid Smiting
    "Reduction gears like Cranial, Poo and Immune are not ignored, but Immune can be bypassed by elemental endows."
    http://irowiki.org/c...c/Rapid_Smiting

    Falcon Assault
    "This skill will also bypass Raydric garments if the user has an enchant, endow, or elemental arrows."
    http://irowiki.org/c.../Falcon_Assault

    Blitz Beat
    "Blitz Beat is always neutral element but will bypass Raydric cards in PvP if elemental arrows are equipped."
    http://irowiki.org/classic/Blitz_Beat

    This is most likely not a full list of the skills that have this mechanic.

    Endure not working for skills.

    Posted 15 Dec 2013

    I personally tested with double strafe and blitz beat, assuming its all skills.

    With basic attacks endure works just fine, but if someone is spamming skills on you, you get the hit animation even with endure on.

    Fire Pillar damage.

    Posted 5 Dec 2013

    Its not getting the +50matk (testing int pre-re). each hit is only doing matk * 0.2, should be 50 + matk * 0.2

    This doesnt seem to be doing anything
    //Constant/misc additions from skills
    if (skill_id == WZ_FIREPILLAR)
    	MATK_ADD(50);
    

    Guild storage bug.

    Posted 3 Dec 2013

    Guild storage can get bugged so that it won't let any guild member open guild storage as if someone was using it.

    How to reproduce:
    Make a guild with at least 3 members.
    Leave only leader online
    Kick one member
    Try to use guild storage

    rAthena had this same bug, it was because of the guild bound item retrieval process
    https://github.com/r...commit/9a5a6b9e (should help)