Jump to content
  • 0
Sign in to follow this  
hadiesyafiq

[How To Add] Always show emotion npc

Question

Good Morning (Malaysia morning right now) Hercules

i wonder how possible to add emotion popup like this  (see attach picture) 

on my npc..?

thanks to all of you in advance

post-12839-0-51411200-1494728428_thumb.png

post-12839-0-52880300-1494728436_thumb.png

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

This is could be done using 2 script commands showevent() or questinfo() for more informations you can check the commands documentation https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L8976-L9017

i try like this but now work 

 

izlude,100,100,4    script    Test    102,{
        mes("[Test]");
        mes("Hello World.");
        close();
 
    OnInit:
        showevent(QTYPE_QUEST, 0);
        end;
    }

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.