Full Version : Spawning Items /w properties
xmlspawner >>Scripting Support >>Spawning Items /w properties


<< Prev | Next >>

EtraDor- 08-31-2006
I am using RunUO RC1 and I'm trying to make a cloak spawn with 100% lrc on it, But I cant get it right, This is what I've got: " Cloak/LowerRegCost/100 " But It gives a property not found error message. Also If I try to make the Item Property " Spellchanneling/1 " that doesnt work either. What do I do now ?

ArteGordon- 08-31-2006
the actual properties are

"attributes.lowerregcost" and "attributes.spellchanneling" so use

Cloak/attributes.LowerRegCost/100

EtraDor- 08-31-2006
Thanks for the support!