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?

Code:
new Server.Spells.Necromancy.LichFormSpell( this, null ).Cast();

This one works fine:

Code:
new Server.Spells.Necromancy.CurseWeaponSpell( this, null ).Cast();
 
Last edited:
strange issue.. i'm working with

new Server.Spells.Necromancy.LichFormSpell( this, null ).Cast();

and work very well.
(have u checked the squire skill value?)
 
Back