DataType:evolving
From MacroQuest Wiki
Contents |
[edit]
Description
A DataType that deals with evolving items.
[edit]
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 |
[edit]
Examples
/echo ${FindItem[Blade of the Eclipse].Evolving.ExpPct}
[edit]
