Issue information

Issue ID
#7328
Status
Fixed
Severity
None
Started
Joseph
Jun 6, 2013 10:46
Last Post
Ind
Jun 6, 2013 20:08
Confirmation
N/A

Joseph - Jun 6, 2013 10:46

NPC without dialogue will cause the character to stuck, regardless the usage of 'close' or 'end'.
[code=auto:0]<header>,{ select ("Test"); close; } <header>,{ select ("Test"); end; }[/code]

This post has been edited by Joseph on Jun 6, 2013 10:48

Nameless2you - Jun 6, 2013 16:48

First appearance: [url="http://herc.ws/board/index.php?app=tracker&showissue=7183&st=20"]http://herc.ws/board/index.php?app=tracker&showissue=7183&st=20[/url]

Ind - Jun 6, 2013 19:48

Its not a duplicate, the one in that bug report was already fixed and was caused by npc timeout.

Ind - Jun 6, 2013 20:08

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/71ac5d07a0d18dc56b73ebc2b2ae095eacd25241"]https://github.com/HerculesWS/Hercules/commit/71ac5d07a0d18dc56b73ebc2b2ae095eacd25241[/url] Thank you
when you display a menu without a dialog you have to use 'close' (as you'd need previously).