- ServUO Version
- Publish Unknown
- Ultima Expansion
- None
Is there anyway to add Abilities to creatures like. Keep in mind I want to add thse to existing creatures that are already tamed.
public virtual bool BleedImmune{ get{ return false; } }
public virtual double BonusPetDamageScalar{ get{ return 1.0; } }
public virtual bool ReduceSpeedWithDamage{ get{ return true; } }
public virtual bool HasBreath{ get{ return false; } }
types of things via like a deed or other types of items? Been playing around with pet items with my own type of training system have come up with all sorts of cool things but would like to do some of these but these seem to be a bit more difficult since these read only.
Any ideas or any examples kind of point me in the direction where I might be able to figure this out?
public virtual bool BleedImmune{ get{ return false; } }
public virtual double BonusPetDamageScalar{ get{ return 1.0; } }
public virtual bool ReduceSpeedWithDamage{ get{ return true; } }
public virtual bool HasBreath{ get{ return false; } }
types of things via like a deed or other types of items? Been playing around with pet items with my own type of training system have come up with all sorts of cool things but would like to do some of these but these seem to be a bit more difficult since these read only.
Any ideas or any examples kind of point me in the direction where I might be able to figure this out?