mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 13:48:22 +00:00
[Feature] Add Lore Item Trade Error (#3932)
* DRAFT: [Feature] Add Lore Item Trade Error I had lots of feedback from players to add feedback when doing player to player trades to include what items were causing the trade block. I quickly added this check, however if multiple lore items are being traded, this will only output the first. So far it has worked well, but not sure if we want to: - Expand this to list all lore items in the trade. - Enable this by default and do not provide a rule? * Credit to @KinglyKrab for the assist on making this output a list. Ruled this off but enabled by default.
This commit is contained in:
@@ -219,6 +219,7 @@ RULE_BOOL(Character, UseForageCommonFood, true, "If enabled, use the common food
|
||||
RULE_INT(Character, ClearXTargetDelay, 10, "Seconds between uses of the #clearxtargets command (Set to 0 to disable)")
|
||||
RULE_BOOL(Character, PreventMountsFromZoning, false, "Enable to prevent mounts from zoning - Prior to December 15, 2004 this is enabled.")
|
||||
RULE_BOOL(Character, GroupInvitesRequireTarget, false, "Enable to require players to have invitee on target (Disables /invite name) - Classic Style")
|
||||
RULE_BOOL(Character, PlayerTradingLoreFeedback, true, "If enabled, during a player to player trade, if lore items exist, it will output which items.")
|
||||
RULE_CATEGORY_END()
|
||||
|
||||
RULE_CATEGORY(Mercs)
|
||||
|
||||
Reference in New Issue
Block a user