PointMerchant¶
Access to point merchants (such as those found in LDoN) when a window is open.
Forms¶
pointmerchant PointMerchant¶
- Returns TRUE if point merchant window is open
Associated DataTypes¶
pointmerchant¶
- Contains information about point merchants, such as LDON merchants. Inherits spawn when merchant active.
-
Members
pointmerchantitem
Item[#|name]¶string
To String¶- Returns TRUE if merchant window is visible, otherwise FALSE
pointmerchantitem¶
- Returns information about the specified item from a point merchant
-
Members
string
Name¶- Returns the name of the item.
int
ItemID¶- Returns the ID of the item
int64
Price¶- Price of item
int
ThemeID¶bool
IsStackable¶bool
IsLore¶int
RaceMask¶int
ClassMask¶bool
CanUse¶
Examples¶
Example
/echo ${PointMerchant.Item[1].Price}/echo ${PointMerchant.Item[Ebon Hammer].Price}- Returns the Price for index 1 or whatever index Ebon Hammer is in if you do it by name.