NotKappa Posted April 17, 2019 Posted April 17, 2019 I'm trying to make a hidden NPC that can have a questinfo - quest icon showing showing on top of the npc/map mark. I tried using HIDDEN_WARP_NPC, but the quest mark won't show even when I don't have quest. Quote
0 sader1992 Posted April 18, 2019 Posted April 18, 2019 1 hour ago, NotKappa said: I'm trying to make a hidden NPC that can have a questinfo - quest icon showing showing on top of the npc/map mark. I tried using HIDDEN_WARP_NPC, but the quest mark won't show even when I don't have quest. you are missing an if statment include the script so people can help Quote
0 NotKappa Posted April 18, 2019 Author Posted April 18, 2019 Here is the script I'm testing gef_d01_i,81,135,5 script Wizard#illuvamp HIDDEN_WARP_NPC,{ end; OnInit: questinfo 14664,QTYPE_QUEST; end; } The script is loaded, but the quest icon will not show on the map and not even the NPC and I didn't take the quest yet. The icon will only show if I used a visible NPC sprite but not with HIDDEN_WARP_NPC. Quote
0 sader1992 Posted April 18, 2019 Posted April 18, 2019 oh sorry , i mess understood the topic i don't know if it should show the event if the npc is hidden Quote
0 crazyarashi Posted April 18, 2019 Posted April 18, 2019 It should work even if it's hidden make sure you add a color marker so it will display on the map. Also add an OnTouch event to change its class id ^^ Quote
0 NotKappa Posted April 18, 2019 Author Posted April 18, 2019 So, I checked again and I forget to set a mark color for the map and when the NPC does a classchange the icon on top of the NPC will not show. Quote
Question
NotKappa
I'm trying to make a hidden NPC that can have a questinfo - quest icon showing showing on top of the npc/map mark.
I tried using HIDDEN_WARP_NPC, but the quest mark won't show even when I don't have quest.
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.