Jump to content

Problems with my first Mod


Tempritscher

Recommended Posts

Greetings everyone.

i'm stucking on my own mod and don't know how to fix my issue.

I added some new Items based on already available stuff ingame.

the items are unable to craft cause they are all locked.

i also added the line "UnlockedBy" but nothing has changed.

 

 

screenshot:

http://prntscr.com/qmay0w

 

Here are the codes.

 

items.xml:

https://pastebin.com/C8V094Z5

 

recipes.xml:

https://pastebin.com/d93VFR1s

 

thanks in advance

Link to comment
Share on other sites

your schematics are pointing to the iron club, not your new items.. change the cvar to the item name you want to learn, then re add the learnable tags to the recipe.

 

<triggered_effect trigger="onSelfPrimaryActionEnd" action="ModifyCVar" cvar="meleeClubIron" operation="set" value="1"/>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...