Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #007583

  • 0 - None Assigned

  • Needs More Info

Issue Confirmations

  • Yes (1)No (0)
Photo

Showevent bug

Posted by thanna on 25 July 2013 - 03:36 PM

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

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

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

changed status to: Unable to Fix

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:

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

So after
showevent 1,1;

use
showevent 0,1;

to disable.

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