Issue information

Issue ID
#3674
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 24, 2009 2:22
Last Post
Hercules Elf Bot
Mar 5, 2012 17:30
Confirmation
N/A

Hercules Elf Bot - Oct 24, 2009 2:22

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

Tested and working

CODE
    case NPC_WIDEHELLDIGNITY:
    case NPC_WIDESOULDRAIN:
        if (flag&1)
            if (skillid == NPC_WIDESOULDRAIN)
                status_percent_damage(src, bl, 0, ((skilllv-1)%5+1)*20, false);
            else
                sc_start(bl,type,100,skilllv,skill_get_time2(skillid,skilllv));
        else {
            skill_area_temp[2] = 0; //For SD_PREAMBLE



Edit: Sorry I forgot skill_db line:

CODE
680,0,6,4,0,0x3,2:5:8:11:14,10,1,no,0,0x2,0,none,0,    NPC_WIDESOULDRAIN,Wide Soul Drain




This post has been edited by Daegaladh: Oct 23 2009, 07:37 PM