- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
I'm looking for the easiest way to hide the weight underneath a specific pack animal at least until it's tamed and am unsure how to proceed, has anyone done this before?
I found this in BaseCreature, which I suppose I could add an if it's this animal don't show else show..
I found this in BaseCreature, which I suppose I could add an if it's this animal don't show else show..
C#:
public virtual bool DisplayWeight { get { return Backpack is StrongBackpack; } }
Last edited: