xoBonesxo
Member
So I'm trying to add a check for faction when using faction vendors to make it so only players in that faction can use vendors, I tried taking this from FactionHorseVendor.cs Line 47
but it wasn't allowing anyone to use vendor... any help would be appreciated. typublic override void VendorBuy(Mobile from)
{
if (PlayerMobile)from, this.Faction));
}