Code
<?xml version="1.0" ?> <spellcast> <rules> <if SpellTargetType="Monster"> <equip when="midcast"> <Feet>Goetia Sabots +2</Feet> </equip> <equip when="aftercast"> <Feet>Herald's Gaiters</Feet> </equip> </if> </rules> </spellcast>
without the if rule, it works, but just for any spell, which isn't what i have in mind. but with the if rule it doesn't do anything at all
anyone able to help plz?