Issue information

Issue ID
#1264
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Mar 25, 2008 6:33
Last Post
Hercules Elf Bot
Feb 21, 2012 9:10
Confirmation
N/A

Hercules Elf Bot - Mar 25, 2008 6:33

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

i am using

to inflict status on a player via npc
sc_start SC_Poison,600000,0;
sc_start SC_Silence,600000,0;
sc_start SC_Blind,600000,0;
sc_start SC_Confusion,600000,0;
sc_start SC_Curse,600000,0;


then i have it heal them with:
sc_end SC_Poison;
sc_end SC_Silence;
sc_end SC_Blind;
sc_end SC_Confusion;
sc_end SC_Curse;


some reason blind/confusion/silence will not come off. I try using a green potion and that removes it but the script it self wont.

Thank you

my server using packet 9 if that matters?

This post has been edited by mirabell: Mar 24 2008, 11:34 PM