TLO:PointMerchant

From the wonderful RedGuides Wiki

Access to point merchants, such as those found in LDoN

This TLO is added by MacroQuest

Forms

Type Member Description
pointmerchant PointMerchant Returns TRUE if point merchant window is open

Access to Types

Type Description
pointmerchant Contains information about point merchants, such as LDON merchants. Inherits DataType:spawn when merchant active.
pointmerchantitem Returns information about the specified item from a point merchant

Examples

  • Returns the Price for index 1 or whatever index Ebon Hammer is in if you do it by name.

/echo ${PointMercant.Item[1].Price} OR /echo ${PointMercant.Item[Ebon Hammer].Price}


See also