Aaroniero
Initiate
I just edited Scripts/Spells/Necromancy/Transformationspell.cs around line 10 i added this:
if (this.Body != caster.BodyValue)
caster.Flying = false;
It works but only with necrospells, i tryed to do with magery too but i dnt know where... I want to stop fly when i use some plymorph spell like magery, spellweaving or Barracoon...
if (this.Body != caster.BodyValue)
caster.Flying = false;
It works but only with necrospells, i tryed to do with magery too but i dnt know where... I want to stop fly when i use some plymorph spell like magery, spellweaving or Barracoon...