Dwarf Fortress > DF Modding

Noob modding questions!

(1/1)

NoobKid:
The topic for modding noobs!

Could anyone help me with this? Haven't gotten around to material yet so...

--- Code: ---[OBJECT:REACTION]

[REACTION:SWORD_BRINGER]
[ADVENTURE_MODE_ENABLED]
[NAME:Boraenansal!]
[REAGENT:A:1:WEAPON:NONE:NONE:NONE]
[PRODUCT:100:1:ITEM_WEAPON_SWORD_LONG:NONE:INORGANIC:ADAMANTINE]
[SKILL:PRAYER]
--- End code ---
What I can't get right is the product. It always results in "you make nothing."

Putnam:
PRAYER ain't a skill. You can see a list of all skills here. You want WEAPON:ITEM_WEAPON_SWORD_LONG, not ITEM_WEAPON_SWORD_LONG:NONE. Proper item token syntax is explained here. We already have a questions thread.

NoobKid:
Thanks. Just wanted a separate thread.

NoobKid:
Changed it and it works now.

Navigation

[0] Message Index

Go to full version