Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (2)No (0)
Photo

Venom Splasher missing on exploding target.

Posted by Hercules Bot on 02 December 2010 - 05:01 PM

Originally posted by Hunter4565
http://www.eathena.w...er&showbug=4602

It was supposed to always hit.But when you try it on a person with a high flee,it'll miss.
Dunno if it'll miss on surrounding targets too.

battle.c:
CODE
        if( !flag.hit )
            switch(skill_num)
            {
                case AS_SPLASHER:
                    if( !wflag ) // Always hits the one exploding.
                        flag.hit = 1;
                    break;


------------------
QUOTE
Information:

    * This skill always hits.
    * The explosion will hit every target in a 5x5 area, for (base damage / # of targets in a 3x3 area) damage.
    * Damage is reduced by DEF.
    * Element is taken from the Right Hand.
    * Left Hand weapon ATK is not factored in.
    * Factors ATK Cards in left hand weapon.
    * Not affected by +% cards, only affected by ATK cards.
    * If the target uses the hide skill during the explosion, all damage will be cancelled but the chance to poison the target remains.

Source: iRO Wiki

Originally posted by Angezerus
Confirmed, related to: http://rathena.org/b...venom-splasher/

My issue was a duplicate then :)

Originally posted by Angezerus
!:)

Originally posted by Angezerus
/mail

Originally posted by Ind
Confirmed it doesn't miss on official servers; Confirmed it bypasses Auto Guard; Confirmed it DOESN'T bypass kyrie.

Originally posted by Ind
Fixed in [rev=16060]