Issue information

Issue ID
#4141
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 22, 2010 9:13
Last Post
Hercules Elf Bot
Mar 5, 2012 16:09
Confirmation
N/A

Hercules Elf Bot - Mar 22, 2010 9:13

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

I'm not sure whether this is supposed to work like this, the thing is this New World NPC stops healing you for free once you have collected 300 points.
QUOTE
else if ((ep13_yong1 > 59) && (ep13_yong1 < 300)) {
skilleffect "AL_HEAL",816;
heal 816,0;
if (countitem(6039) > 9) {
mes "[Ferocious Gorurug]";
mes "You've brough Pieces of Fish!";
mes "GOOD JOB!";
delitem 6039,10; //Piece_Of_Fish
getexp 15000,0;
setquest 12060;
set ep13_yong1,ep13_yong1+1;
next;
mes "^0000ffYou gain EXP 15,000^000000";
close;
}
else {
// custom translation
mes "Ferocious Gorurug welcomes you gracefully.";
next;
mes "[Ferocious Gorurug]";
mes "There you are!";
mes "What did you catch today?";
close;
}
}
else {
mes "Ferocious Gorurug is asleep.";
close;
}

Is it working as intended?