Full Version : Probability of spawning an item on a corpse
xmlspawner >>Q&A >>Probability of spawning an item on a corpse


<< Prev | Next >>

bubzy1000- 02-05-2006
i have made a spawner, but want to give it a probability of spawning a quest item on the corpse, i know ive seen how to do it somewhere, but cannot remember where, can u tell me plz?

ArteGordon- 02-05-2006
you can ADD items to the mob with some probability using

ADD,probability/item

like

orc/ADD,0.1/platehelm

will add a platehelm to the orc 10% of the time.