Jump to content
  • 0

NPC doing Quest emotes


Nyashuki

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  12/10/12
  • Last Seen:  

Heya,

I know the title might sound confusing that NPC will do an emote( /gg or etc) on the script, but i already know that.

What Im asking is this, (look at screenshot) I have no idea how to do this. Any Guide or help will be appreciated. Ty ~

screenChaos004_zps167b2e2b.jpg

screenChaos005_zps9e418bcf.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

using this showevent

*showevent <state>, <color>;

Show a colored mark in the mini-map like "viewpoint" and an emotion on top of a NPC.
This is used to indicate that a NPC has a quest or an event to certain player/s.

state can be:
0 = disable ( Used to disable and remove the mark and the emotion from the NPC. )
1 = exclamation emotion ( Used to show an important quest event to certain player. )
2 = interrogation emotion ( Used to show an non-important quest event to certain player. )
Other value may cause client crashes.
color can be:
0 = yellow "Quest"
1 = orange "Job"
2 = green "Event"
3 = an MVP flag

other values show a transparent mark in the mini-map.

  • Upvote 3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  12/10/12
  • Last Seen:  

Thanks Emi ~

using this showevent

One more thing, When I create the showevent, how come the player needs to click on the npc for that showevent to work?

so if they didnt click the npc, that showevent wont work.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

use other way to trigger it...for example OnTouch or OnPCLoadMapEvent and etc

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   4
  • Joined:  12/10/12
  • Last Seen:  

use other way to trigger it...for example OnTouch or OnPCLoadMapEvent and etc

Thanks again ~

><

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...