Issue information

Issue ID
#4602
Status
Fixed
Severity
Fair
Started
Hercules Elf Bot
Dec 2, 2010 17:01
Last Post
Hercules Elf Bot
May 18, 2012 11:42
Confirmation
Yes (2)
No (0)

Hercules Elf Bot - Dec 2, 2010 17:01

Originally posted by [b]Hunter4565[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&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

Hercules Elf Bot - Apr 19, 2012 8:01

Originally posted by [b]Angezerus[/b]
Confirmed, related to: [url="http://rathena.org/board/tracker/issue-5473-venom-splasher/"]http://rathena.org/board/tracker/issue-5473-venom-splasher/[/url]

My issue was a duplicate then :)

Hercules Elf Bot - Apr 25, 2012 8:58

Originally posted by [b]Angezerus[/b]
!:)

Hercules Elf Bot - May 2, 2012 13:20

Originally posted by [b]Angezerus[/b]
/mail

Hercules Elf Bot - May 3, 2012 2:31

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

Hercules Elf Bot - May 3, 2012 2:46

Originally posted by [b]Ind[/b]
Fixed in [rev=16060]