Issue information

Issue ID
#3711
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 6, 2009 2:21
Last Post
Hercules Elf Bot
Mar 5, 2012 14:46
Confirmation
N/A

Hercules Elf Bot - Nov 6, 2009 2:21

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

CODE
[b]if(countitem(538) > 0) {[/B]
                mes "[Trick or Treater]";
                mes "Yay thank you!";
                mes "Here, take this for being so nice!";
                sc_start SC_STRFood, 1800000, 5;
                sc_start SC_INTFood, 1800000, 5;
                sc_start SC_VITFood, 1800000, 5;
                sc_start SC_AGIFood, 1800000, 5;
                sc_start SC_DEXFood, 1800000, 5;
                sc_start SC_LUKFood, 1800000, 5;
                sc_start SC_FLEEFOOD, 1800000, 15;
                [B]delitem 528,1;    // Well-baked Cookie[/B]
                close;

Checks for cookies, and deletes monster feed, i was carryng monsterfeed, but i guess if u dont carry them , close button dont appear.