Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Noob modding questions!  (Read 613 times)

NoobKid

  • Bay Watcher
    • View Profile
Noob modding questions!
« on: October 23, 2014, 02:26:19 am »

The topic for modding noobs!

Could anyone help me with this? Haven't gotten around to material yet so...
Code: [Select]
[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]
What I can't get right is the product. It always results in "you make nothing."
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Noob modding questions!
« Reply #1 on: October 23, 2014, 03:49:22 am »

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.
« Last Edit: October 23, 2014, 03:51:17 am by Putnam »
Logged

NoobKid

  • Bay Watcher
    • View Profile
Re: Noob modding questions!
« Reply #2 on: October 23, 2014, 04:25:14 am »

Thanks. Just wanted a separate thread.
Logged

NoobKid

  • Bay Watcher
    • View Profile
Re: Noob modding questions!
« Reply #3 on: October 23, 2014, 04:28:54 am »

Changed it and it works now.
Logged