evolving¶
A DataType that deals with evolving items.
Members¶
bool ExpOn¶
- Is evolving item experience turned on for this item?
float ExpPct¶
- Percentage of experience that the item has gained
int Level¶
- The level of the evolving item.
int MaxLevel¶
- The maximum level of the evolving item
string To String¶
- Same as ExpOn
Usage¶
Example
/echo ${FindItem[Blade of the Eclipse].Evolving.ExpPct}
print(mq.TLO.FindItem("Blade of the Eclipse").Evolving.ExpPct())