Issue Information
-
#004602
-
2 - Fair
-
Fixed
Issue Confirmations
-
Yes (2)No (0)
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:
------------------
Source: iRO Wiki
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;
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.
* 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
Confirmed, related to: http://rathena.org/b...venom-splasher/
My issue was a duplicate then
Originally posted by Angezerus
!
!
Originally posted by Angezerus
Originally posted by Ind
Confirmed it doesn't miss on official servers; Confirmed it bypasses Auto Guard; Confirmed it DOESN'T bypass kyrie.
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]
Fixed in [rev=16060]