Issue information

Issue ID
#3529
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 25, 2009 17:43
Last Post
Hercules Elf Bot
Mar 5, 2012 14:27
Confirmation
N/A

Hercules Elf Bot - Aug 25, 2009 17:43

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

Hi there,

there is a little bug in the Rogue Guild Investigation Quest.

On this place (line 11644 to 11670) :
CODE
else if (rumour_nd == 1) {
        mes "[Guildsman]";
        mes "Yeah, we're investigating";
        mes "the strange crimes that are";
        mes "going on around the kingdom.";
        mes "How'd you know about that?";
        next;
        switch(select("I was just...:Can I help?")) {
        case 1:
            mes "[Guildsman]";
            mes "Just what...?";
            mes "Speak up, pal.";
            close;
        case 2:
            if (zdan_edq > 10) {
                mes "[Guildsman]";
                mes "So you wanted to help";
                mes "us out? Heck, we could";
                mes "use the help, I guess.";
                mes "I need you to go on a bit";
                mes "of a trip for me, so get";
                mes "some provisions ready, yeah?";
                set rumour_nd,2;
                close;
            }
        }
    }


If you doesn't have done the Z-Gang Quest the NPC stuck after you choose the menu point "Can I help?".

Regards
Red~