I'm building a training area for new players and would like to make boxes spawn newbified weapons and such for them to use.
How would I type it into the spawner to spawn say, a newbie mace?
I've tried Mace/Newbie and Mace/Newbified but they arent recognized as properties.
QUOTE (Ajax @ July 16, 2006 07:04 am) |
I'm building a training area for new players and would like to make boxes spawn newbified weapons and such for them to use.
How would I type it into the spawner to spawn say, a newbie mace?
I've tried Mace/Newbie and Mace/Newbified but they arent recognized as properties. |
Newbied is a loottype property like Normal or Blessed. So if you want to spawn a Newbied Mace use this syntax:
Mace/Loottype/Newbied
or you can also use this syntax:
WEAPON,0,0/Loottype/Newbied
to spawn random weapon.