DataType:evolving

From MacroQuest Wiki

Contents

Description

A DataType that deals with evolving items.

Members

float ExpPct Percentage of experience that the item has gained.
bool ExpOn Is evolving item experience turned on for this item?
int Level The level of the evolving item.
int MaxLevel The maximum level of the evolving item
To String Same as ExpOn

Examples

/echo ${FindItem[Blade of the Eclipse].Evolving.ExpPct}

See Also