Jump to content

Quest Items List


Recommended Posts

Hello All,

 

I am looking to find a way to add items to the quest item list. I would love to be able to SEE the quest item list too, but despite all my searching, I can't seem to find anything.

I've noticed that fetch quests have a property:

Quote

<property name="quest_item_ID" value="1"/>

 

This is what I'm trying to find and edit as I want to add another quest item.

Now despite copying quest items and making my own one, which works really well, it does not add to the quest item list by simply incrementing it. Quest ID 2 is Cassadora Supplies and number 3 doesn't exist, so the list stops there.

 

How do I add my own item to this list?

This is my current item:

Quote

<item name=" Quest Note Second Half">
            <property name="HoldType" value="45"/>
            <property name="Tags" value="quest"/>
            <property name="Meshfile" value="#Other/Items?Misc/sackPrefab.prefab"/>
            <property name="DropMeshfile" value="#Other/Items?Misc/sack_droppedPrefab.prefab"/>
            <property name="Material" value="Msteel"/>
            <property name="Stacknumber" value="1"/>
            <property name="SellableToTrader" value="false"/>
            <property name="CreativeMode" value="Player"/>
            <property name="Group" value="Resources"/>
            <property name="Candrop" value="false"/>
            <property name="IsQuestItem" value="true" />
        </item>

 

 

Lastly, I cannot find anywhere in the items.xml or loot.xml where the quest item Courier Satchel is declared with all it's properties that we can learn from.

Am I missing something?

Link to comment
Share on other sites

2 hours ago, ThunderSn1per said:

Hello All,

 

I am looking to find a way to add items to the quest item list. I would love to be able to SEE the quest item list too, but despite all my searching, I can't seem to find anything.

I've noticed that fetch quests have a property:

 

This is what I'm trying to find and edit as I want to add another quest item.

Now despite copying quest items and making my own one, which works really well, it does not add to the quest item list by simply incrementing it. Quest ID 2 is Cassadora Supplies and number 3 doesn't exist, so the list stops there.

 

How do I add my own item to this list?

This is my current item:

 

 

Lastly, I cannot find anywhere in the items.xml or loot.xml where the quest item Courier Satchel is declared with all it's properties that we can learn from.

Am I missing something?

 

Apologies,

 

Have found the quest_item list inside of "quests.xml" feel like a bit of an idiot! Only place I didn't check! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...