Issue information

Issue ID
#1466
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 4, 2008 22:33
Last Post
Hercules Elf Bot
May 4, 2008 22:33
Confirmation
N/A

Hercules Elf Bot - May 4, 2008 22:33

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


/npc/guild/aldeg_cas05.txt
CODE
        if (getcharid(2) == .@GID) {
            mes "Brave ones...";
            mes "Do you wish to return to your honorable place?";
            next;
            if (select("Return to the guild castle.:Quit.") == 1) {
                if (getcharid(2) == GetCastleData("aldeg_cas05",1)) {
                    warp "aldeg_cas05",218,170;
                    end;
                }
            }


this script sends player to the unreachable spot "aldeg_cas05",218,170;