Jump to content
  • 0

Hidden NPC with working questinfo


Question

Posted

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

  • 0
Posted
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

  • 0
Posted

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...