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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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