rhasce
Member
Hi all, I would like to allow my squires to be able to transform to either WraithForm or LichForm even Vampiric Embrace form, is this possible some how?
Im using the code below but the merc does nothing, would there be anothrer way?
This one works fine:
Im using the code below but the merc does nothing, would there be anothrer way?
Code:
new Server.Spells.Necromancy.LichFormSpell( this, null ).Cast();
This one works fine:
Code:
new Server.Spells.Necromancy.CurseWeaponSpell( this, null ).Cast();
Last edited: