Angelmelody 221 Posted August 5, 2014 (edited) idea from here: http://herc.ws/board/topic/3257-aegis-showscript-command/?p=21640 *showscrpt("<message>"{,<GID>}); This script will display the output message on top of the units HeadIf an optional GID is specified, msg will be shown on specified units head.if GID isn't specified or target not exist, msg will be shown on the invoking characterif GID isn't specified and there is no player attached, msg will be shown on npc's head example: prontera,120,120,2 script bla 120,{ showscript("plz input an online player's name!"); input .@name$; .@tgid = getcharid(3,.@name$); showscript("this is a test!",.@tgid); close;OnInit: showscript "I m npc bla";end;} download: showscript.c Edited August 5, 2014 by Angelmelody 1 3 Jedzkie, evilpuncker, Napster and 1 other reacted to this Quote Share this post Link to post Share on other sites
jaBote 438 Posted August 5, 2014 Nice! I think it should get merged in the repo but... Doesn't this do already pretty much the same thing? *message "<character name>","<message>"; That command will send a message to the chat window of the character specified by name. The text will also appear above the head of that character. It will not be seen by anyone else. Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted August 5, 2014 Nice! I think it should get merged in the repo but... Doesn't this do already pretty much the same thing? *message "<character name>","<message>"; That command will send a message to the chat window of the character specified by name. The text will also appear above the head of that character. It will not be seen by anyone else. I think that the one from Angelmelody doesn't go to chat window, just as skills message (Fire bolt !!) Quote Share this post Link to post Share on other sites
Jedzkie 58 Posted August 5, 2014 +1 Add to repo pls! ) Quote Share this post Link to post Share on other sites
iZeal 5 Posted August 6, 2014 this is like a title? can you show some images please if you don't mind.Thanks Quote Share this post Link to post Share on other sites
Angelmelody 221 Posted August 6, 2014 this is like a title? can you show some images please if you don't mind. Thanks plz try example npc, I think nothing is better than first hand experience 1 iZeal reacted to this Quote Share this post Link to post Share on other sites
iZeal 5 Posted August 6, 2014 this is like a title? can you show some images please if you don't mind. Thanks plz try example npc, I think nothing is better than first hand experience Why didn't I think of that, Good Idea Quote Share this post Link to post Share on other sites
Sense 5 Posted August 25, 2014 WoW, nice release! Quote Share this post Link to post Share on other sites