Javanese 1 Posted March 29, 2014 Hello there, I use showevent on some npc on different map. showevent QTYPE_QUEST,1; The problem is, all the mark on map(from all npc that use it) are shown on all map that use mapflag loadevent. Even though i put the OnPCLoadMapEvent: showevent QTYPE_QUEST,1; end; at different npc. I am using client 2013-06-05 any help would be appreciate, thank you. Quote Share this post Link to post Share on other sites
0 Whimmyd89 2 Posted March 29, 2014 (edited) Because the label is executed on all maps when player enters, if you want an exclusive map you have to add an codition like OnPCLoadMapEvent:if (strcharinfo(3) == strnpcinfo(4)) showevent QTYPE_QUEST,1;end; Edited March 29, 2014 by Whimmyd89 Quote Share this post Link to post Share on other sites
0 Javanese 1 Posted March 30, 2014 Because the label is executed on all maps when player enters, if you want an exclusive map you have to add an codition like OnPCLoadMapEvent:if (strcharinfo(3) == strnpcinfo(4)) showevent QTYPE_QUEST,1;end; I see, it worked dude. thank you very much Quote Share this post Link to post Share on other sites
Hello there,
I use showevent on some npc on different map.
The problem is, all the mark on map(from all npc that use it) are shown on all map that use mapflag loadevent. Even though i put the
at different npc.
I am using client 2013-06-05
any help would be appreciate, thank you.
Share this post
Link to post
Share on other sites