Toggle navigation
Hercules
Bugtracker archive
Hercules bug tracker archive
Hercules Bug Archives
Skills
Expiatio not piercing defense
Expiatio not piercing defense
Warning!
This is the old Hercules bugtracker archive, and may not reflect the current state of Hercules. The current bugtracker is on
GitHub Issues
.
Issue information
Issue ID
#6010
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 14, 2012 1:48
Last Post
Hercules Elf Bot
Jun 23, 2012 6:59
Confirmation
N/A
Hercules Elf Bot -
Jun 14, 2012 1:48
Originally posted by [b]Aleos[/b]
Expiatio is missing the core feature of the skill:
[code]if( sc && sc->data[SC_EXPIATIO] )
{ // Defense bypass 5 * skilllv
def1 -= def1 * 5 * sc->data[SC_EXPIATIO]->val1 / 100;
def2 -= def2 * 5 * sc->data[SC_EXPIATIO]->val1 / 100;
}[/code]
Credits to 3CeAM.
This post has been edited by
Aleos
on Jun 14, 2012 1:49
Hercules Elf Bot -
Jun 14, 2012 17:34
Originally posted by [b]malufett[/b]
Fixed @ [rev='16296']