mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
1.7 KiB
1.7 KiB
Merchant Data Buckets
- Merchant data buckets allow Server Operators to limit the items a merchant will show based on different data bucket comparisons and the bucket name and value provided.
Using Merchant Data Buckets
- To use a Merchant Data Bucket you will need to set the
bucket_name,bucket_value, andbucket_comparisonfields in themerchantlisttable for your intended item.
How the Data Buckets are Used
- The Merchant grabs all of your Data Buckets when you open the Merchant window and then compares your values to the field values noted above.
Comparison Types
- Merchant Data Buckets have 10 different comparison types.
Standard Comparison Types
- There are six standard comparison types.
0 (==)checks your value and the Merchant value forequality1 (!=)checks your value and the Merchant value forinequality2 (>=)checks if your value isgreater than or equal tothe Merchant value3 (<=)checks if your value islesser than or equal tothe Merchant value4 (>)checks if your value isgreater thanthe Merchant value5 (<)checks if your value islesser thanthe Merchant value
Special Comparsion Types
- There are four special comparison types.
- These values are pipe
|separated.6 (Any)checks if your value isanyof the pipe-separated Merchant values(Example: 1|2|3)7 (Not Any)checks if your value isnot anyof the pipe-separated Merchant values(Example: 4|5|6)8 (Between)checks if your value isbetweentwo pipe-separated Merchant values(Example: 1|3)9 (Not Between)checks if your value isnot betweentwo pipe-separated Merchant values(Example: 4|6)