Darklady73
Member
I am running a ServUO shard
Is it possible to do this? Lines in question are
" public override int Hides { get { return 10; } }
public override HideType HideType { get { return HideType.Frosted; } } "
I would like to add Scaled Hides with the Frosted Hides and is it possible to set a random amount between the two types? Like set 10 but make it random for the two types? ( 4 Scaled, 6 Frosted )
I would love to do this with my dragon scales too.
Any help on the coding would be greatly appreciated
Is it possible to do this? Lines in question are
" public override int Hides { get { return 10; } }
public override HideType HideType { get { return HideType.Frosted; } } "
I would like to add Scaled Hides with the Frosted Hides and is it possible to set a random amount between the two types? Like set 10 but make it random for the two types? ( 4 Scaled, 6 Frosted )
I would love to do this with my dragon scales too.
Any help on the coding would be greatly appreciated