Jump to content
  • 0
tedexx

showevent() additional icons

Question

How can be added new icons to showevent() function?

 

*showevent(<icon>{, <mark color>})

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

Available Icons:

Remove Icon	: QTYPE_NONE
! Quest Icon	: QTYPE_QUEST
? Quest Icon	: QTYPE_QUEST2
! Job Icon	: QTYPE_JOB
? Job Icon	: QTYPE_JOB2
! Event Icon	: QTYPE_EVENT
? Event Icon	: QTYPE_EVENT2
Warg		: QTYPE_WARG
Warg Face	: QTYPE_WARG2 (Only for packetver >= 20120410)

Mark Color:
0 - No Mark
1 - Yellow Mark
2 - Green Mark
3 - Purple Mark

 

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hey! this is a client related, but to add more icons you have to add it in the data and add the info of the new icon in db/constants.conf below comment__: "questinfo"

Edited by Arduino

Share this post


Link to post
Share on other sites
  • 0

Hey! this is a client related, but to add more icons you have to add it in the data and add the info of the new icon in db/constants.conf below comment__: "questinfo"

Oh, nice! Where exactly in the data?

 

By the way, thanks for the responses!

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

×
×
  • Create New...

Important Information

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