showevent() additional icons

tedexx

New member
Messages
79
Points
0
How can be added new icons to showevent() function?

Code:
*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
 
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"

 
Last edited by a moderator:
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!

 
Back
Top