Issue information

Issue ID
#2337
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 11, 2008 7:37
Last Post
Hercules Elf Bot
Mar 5, 2012 9:12
Confirmation
N/A

Hercules Elf Bot - Oct 11, 2008 7:37

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

Current code:
QUOTE
679,Gold_Pill,Pilule,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ if(rand(1000)<100) sc_start SC_DPoison,10000,0; sc_start SC_Poison,50000,0; end; percentheal 50,50; },{},{}

Item has a chance to poison but will never have a healing effect.

Suggested code:
CODE
679,Gold_Pill,Pilule,0,5000,,300,,,,,0xFFFFFFFF,7,2,,,,,,{ if(rand(10) < 1) { sc_start SC_DPoison,10000,0; sc_start SC_Poison,50000,0; end; } percentheal 50,50; },{},{}