Jump to content

Help with Quest Items given by NPC's


Recommended Posts

Hey everyone. I am having a bit of a quandary trying to figure out how to get this to work.

 

I have a quest where a quest item spawns in an npc. I have the ref alias set up in the quest alias's tab set to quest item, and created in the proper npc.

 

What I want to do is have the npc give me the quest item, however, no matter how I try to do it, he gives me the item, but for some reason it isn't marked as a quest object.. it shows up as junk instead of misc (even though it is a miscitem), and it can be dropped and destroyed (again, not being recognized as a quest object)... He simply gives me the base item and not the actual quest item.

 

ive tried both game.getplayer().AddItem(questitemname.GetReference()) and game.getplayer().AddItem(questitemname,1)

 

The properties seem to be set up properly and both compile with no errors, but my problem persists.

 

Any help would be greatly appreciated. It's driving me nuts!

 

 

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

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