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']