Issue information

Issue ID
#4103
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Mar 5, 2010 23:32
Last Post
Hercules Elf Bot
Mar 5, 2012 15:00
Confirmation
N/A

Hercules Elf Bot - Mar 5, 2010 23:32

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

CODE
    if(@niflheimlost == 2) goto L_PART2;
    if(@niflheimlost == 1){
        mes "[Marius]";
        mes "Who are you?";
        mes "...";
        mes "You found Sairin?";
        mes "She ran to Niflheim?";
        next;
L_PART2:
        mes "[Marius]";
        mes "Could you tell her that I am on my way?";
        mes "I am a little slow, and its very important that she knows.";
        next;
        menu "Yes",L_DONE, "No",-;
        close;


You forgot a:

CODE
        set @niflheimlost,2;


before:

CODE
L_PART2:


It's hard to complete the quest when the final var isn't set. (IMG:style_emoticons/default/tongue.gif)