Issue information

Issue ID
#4095
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 5, 2010 18:12
Last Post
Ind
Sep 21, 2014 3:48
Confirmation
N/A

Hercules Elf Bot - Mar 5, 2010 18:12

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

I recently implemented a large quest, which resulted in players having to kill 300 Wraith, 200 Evil Druid and 100 Wraith Dead. Players were receiving bad msgstringtable results everytime they killed any of the monsters, and now the quests are simply disappearing.

I first had to make sure they hadn't disabled the quests via. right-click in the quest window. I can confirm that they did not disable the quests.

My quest works like this:

CODE
if(Variable == 2) {
setquest 18211;
set Variable, 3;
}
else if (Variable == 3) {
if(checkquest(18211,HUNTING) < 2) {
mes "Blah blah, please complete";
close;
}
completequest 18211;
set Variable 4;
mes "Congrats!";
close;
}
else (...)


However, during the time they are killing the monsters I specify:
QUOTE
18211,0,1192,300,1117,200,1291,100,"Cleanse the New World"

The quest gets lost, and they are COMPLETELY incapicated and cannot complete my quest.

Does anyone have any ideas? I'd also like to note that the packets for the quest log system seem to have changed in recent clients, because monster kill count is invalid in the quest window.

Thanks.

Ind - Sep 21, 2014 3:48

I'm assuming this has been fixed as the whole quest log saving/loading/processing has been redesigned by haruna (and because we haven't heard about this in years)