Issue information

Issue ID
#2500
Status
New
Severity
None
Started
Hercules Elf Bot
Nov 30, 2008 2:01
Last Post
Hercules Elf Bot
Nov 30, 2008 2:01
Confirmation
N/A

Hercules Elf Bot - Nov 30, 2008 2:01

Originally posted by [b]Setras[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2500

Reading irowiki, i found that: http://irowiki.org/wiki/Acoustic_Rhythm
Elemental resistance bonus is increased with skill level, while status resistance bonus is set at 50%.

While surfing through sources i've found in skill.c:
CODE
    case BD_SIEGFRIED:
        val1 = 55 + skilllv*5;    //Elemental Resistance
        val2 = skilllv*10;    //Status ailment resistance
        break;

val2 = skilllv*10; //Status ailment resistance

Shouldn't it be set to 50 instead of skilllv*10?

Searching BD_SIEGFRIED in bug tracker did not succeed, so i think this was not asked earlier.