Issue information

Issue ID
#2492
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 27, 2008 19:32
Last Post
Hercules Elf Bot
Mar 5, 2012 9:22
Confirmation
N/A

Hercules Elf Bot - Nov 27, 2008 19:32

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

I checked the SIGN script and couldn't find the problem, so I'm wondering if anyone else encountered the same bug.

On Path B (choosing Serin), after defeating the Dark Illusion summoned by Serin, I got warped to Niflheim. According to the guide, I should talk to the second Witch NPC (by clicking on the tombstone), and she should congratulate me and give me some exp. However, this doesn't happen. The NPC won't talk to me, I clicked the NPC and no conversation triggers whatsoever.

The corresponding script is this:
CODE
que_sign01,122,141,5    script    Witch#2    792,{

    if (signquest > 56) goto L_NoMedal;
    if (signquest > 55) goto L_Success;

[...]

L_Success:
    if (countitem(7313) < 5 && Sign_Branch8A) goto L_Voucher;
    delitem 7313,5;
    mes "[Kirkena]";
    mes "You've done well.";

[...]


I checked my quest variable, it is set to 56, but somehow the check fails and causes no conversation to trigger.