Issue information

Issue ID
#7583
Status
Needs more Info
Severity
None
Started
thanna
Jul 25, 2013 15:36
Last Post
Gepard
Jul 26, 2013 14:42
Confirmation
Yes (1)
No (0)

thanna - Jul 25, 2013 15:36

when i use[code=:0] showevent 1,1; [/code]
it works fine but when I want to stop the showevent on the NPC using this[code=:0] showevent 0,0; [/code]
it still shows the emotion on the NPC

its just a small feature but it would be great if any plause is fix :)

jTynne - Jul 26, 2013 0:53

Confirming

thanna - Jul 26, 2013 5:29

I read topics about this and I found a post by Ms. AnnieRuru, she said you can use @refresh to remove the emoticon and the map indicator and it work

malufett - Jul 26, 2013 7:04

there is no command that could remove it because using it twice the effect will stack..unless refresh the character or unload-reload the npc..even in the 'script_commands.txt' the description is wrong state 0 is for no dialog in npc but have marker in the minimap not remove..

:meow:

Gepard - Jul 26, 2013 14:42

AFAIR you need to specify the color you want to disable.

So after
[code=auto:0] showevent 1,1; [/code]

use
[code=auto:0] showevent 0,1; [/code]

to disable.

Please provide feedback if it's still working like that.