Issue information

Issue ID
#3009
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 23, 2009 6:18
Last Post
Hercules Elf Bot
Mar 5, 2012 13:09
Confirmation
N/A

Hercules Elf Bot - Apr 23, 2009 6:18

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

As I tested the novice training grounds to find a bug, well luckily I found one. In NPC Skill Tutor, when I choose in the menu Cancel the dialog box wont exit. When I look at the script i found that there is a missing "close" or "close2" command.

And I think it should be better to put "close2" on it because there is emotion on the npc when you cancel.

In the script I found this
QUOTE
case 3:
emotion e_omg;
end;
}


It should be
QUOTE
case 3:
close2;
emotion e_omg;
end;
}


I hope this would be fix.

This post has been edited by GMJobbie: Apr 22 2009, 11:19 PM