Hello,
So I don't know where to start with this... I thought maybe spells.cs under these lines:
Then again...I'm pretty clueless on this whole scripting thing. Anything will help!
Thanks in advance.
So I don't know where to start with this... I thought maybe spells.cs under these lines:
C#:
public virtual bool OnCasterEquiping(Item item)
{
if (IsCasting)
{
if ((item.Layer == Layer.OneHanded || item.Layer == Layer.TwoHanded) && item.AllowEquipedCast(Caster))
{
return true;
}
Disturb(DisturbType.EquipRequest);
}
return true;
}
Then again...I'm pretty clueless on this whole scripting thing. Anything will help!
Thanks in advance.