Issue information

Issue ID
#4115
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 10, 2010 18:59
Last Post
Hercules Elf Bot
Dec 13, 2011 21:16
Confirmation
N/A

Hercules Elf Bot - Mar 10, 2010 18:59

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

CODE
12311,Large_Spray_Of_Flowers,Large Spray Of Flowers,11,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "ALL_PARTYFLEE",10; },{},{}


This item is not consumed when used, and therefore can be used over and over. Furthermore, I don't know whether it's correct or not, but the description states it has no effect if you're not in a party. If that's how it's supposed to work, you should change the effect to:

CODE
if (getcharid(1)) {itemskill "ALL_PARTYFLEE",10;}