Issue information

Issue ID
#1817
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 9, 2008 2:40
Last Post
Hercules Elf Bot
Mar 23, 2012 10:22
Confirmation
N/A

Hercules Elf Bot - Jul 9, 2008 2:40

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

The F_GldTreasSw function is missing in Novice WoE. Causing players to be stuck in the Treasure Room after being sent there by the Manager.

Missing F_GldTreasSw function:
CODE
//==============================================================
//  Treasure Room Switch
//===============================================================
function    script    F_GldTreasSw    {
    mes " ";
    mes "There's a small lever. Will you pull it? ";
    next;

    if (select("Pull.:Do not.") == 1) {
        warp getarg(0),getarg(1),getarg(2);
        return;
    }
    close;
}


Also, Novice WoE Kafras won't show up or disappear when you hire/dismiss them.

Hercules Elf Bot - Mar 12, 2012 17:22

Originally posted by [b]Kenpachi[/b]
This was fixed in previous eAthena version.