Bzsrch¶
This plugin adds bazaar search access and commands.
Commands¶
/bzsrch [params] [name]
/breset
- Stops and resets the current bazaar search.
/bzquery
- The same as clicking the "find items" button on the bazaar window.
Top-Level Objects¶
Bazaar¶
Provides access to bazaar search functionality and results.
Forms
bazaar Bazaar
¶
- TRUE if there are search results
Datatypes¶
bazaar¶
Datatype providing access to bazaar search results and status information.
Members
int Count
¶
- Number of search results available
bool Done
¶
- True if search operation has completed
bazaaritem Item[#]
¶
- Returns the name of the item at the specified index
bazaaritem SortedItem[#]
¶
- Returns the name of the item at the specified index from a sorted list, as you'd see it in the GUI.
bazaaritem¶
Represents an individual item in bazaar search results, providing access to item details and trader information.
Members
string Name
¶
- The name of the item.
string FullName
¶
- Full item name including special characters (e.g.
Burynai Burial Regalia (Caza)
)
string Trader
¶
- The name of the trader selling the item.
int Price
¶
- Price per unit
int Quantity
¶
- Available quantity from this trader per stack. If the item id is stackable, this will return the stack size. If the item id is not stackable, this will return 1.
int ItemID
¶
- EQ item ID number