Issue information

Issue ID
#2253
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 23, 2008 1:07
Last Post
Hercules Elf Bot
Mar 5, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 23, 2008 1:07

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

The sage quest have a little bug. The Whisper summoned in the last part of the Battle Test are not removed correctly in some circustances, so when somebody enters to the Quest after this have to fight with the extra Whisper that dont be removed before.

This change can fix that:

Change this:
CODE
OnTimer60000:
    mapannounce "job_sage","Time over.",bc_map;
    disablenpc "Arena#Doorkeeper";
    end;


To this:
CODE
OnTimer60000:
    mapannounce "job_sage","Time over.",bc_map;
    donpcevent "Arena#Doorkeeper::OnReset";
    end;


This will resolve this little but annonyng problem.

Regards.