ISXEQ2:Vendor (Top-Level Object)
From ISMods Wiki
Contents |
[edit]
ISXEQ2 information for ISXEQ2:Vendor (Top-Level Object) has moved
[edit]
Please see: http://eq2.isxgames.com/wiki for up-to-date content.
[edit]
Description
Retrieves a vendor object from the game world.
For the purposes of ISXEQ2, a vendor is defined as any NPC or PC that can buy or sell items. This includes brokers.
[edit]
Forms
- vendor Vendor
For this TLO to function, you must have the vendor targetted and the merchant or broker window open and populated.
[edit]
Examples
- echo ${Vendor.NumItemsForSale}
- echo ${Vendor.Merchant[packet of spice].Price}
- echo ${Vendor.Broker[fulginate cluster].Price}
- Vendor:GotoSearchPage[1]
- Vendor:GotoSearchPage[${Vendor.TotalSearchPages}]
- Vendor.Merchant[packet of spice]:Buy[20]
- Vendor.Merchant[pristine conditionied]:Sell
- Vendor.Broker[iron cluster]:Buy
[edit]
