Merchant's Trinket on ServUO

Merchant's Trinket on Production

Currently, Merchant Trinket's on ServUO do not have charges and have the wrong clilocs displayed. Below are the correct clilocs.
1071399 // Merchant's Trinket
1071398 // Discount Rate of Vendor Charge: ~1_val~%
1159250 // Non-commission vendors only.
"These earrings when equipped on a player run vendor will provide a val% discount to that vendor's daily charges. The earrings start with 90 uses and each day these earrings are equipped on the vendor will consume one use. The earrings function with non-commission vendors only."
When earrings are equipped on an NPC player vendor it auto uses a charge and will then attempt to use another charge in 24 hours, if still equipped. It functions like this to prevent players from removing them before the OnTick and not using a charge.
github.com

Merchant's Trinket on Production

Currently, Merchant Trinket's on ServUO do not have charges and have the wrong clilocs displayed. Below are the correct clilocs.
1071399 // Merchant's Trinket
1071398 // Discount Rate of Vendor Charge: ~1_val~%
1159250 // Non-commission vendors only.
"These earrings when equipped on a player run vendor will provide a val% discount to that vendor's daily charges. The earrings start with 90 uses and each day these earrings are equipped on the vendor will consume one use. The earrings function with non-commission vendors only."
When earrings are equipped on an NPC player vendor it auto uses a charge and will then attempt to use another charge in 24 hours, if still equipped. It functions like this to prevent players from removing them before the OnTick and not using a charge.
TrueUO/Scripts/Items/StoreBought/MerchantsTrinket.cs at master · TrueUO/TrueUO
https://discord.gg/5RtDbkY3fC. Contribute to TrueUO/TrueUO development by creating an account on GitHub.