DerpleMQ2 / rgmercs

Lua version of RGMercs Script
11 stars 21 forks source link

Chestclick only if mana is under harvets %? #92

Closed RobbanEQ closed 1 month ago

RobbanEQ commented 1 month ago

This actually only applies to higher lvls, but how should it be handled not to clicked even when full mana?

chestclick only if mana is under harvest mana %

cannonballdex commented 1 month ago

Like adding

and mq.TLO.Me.PctMana() <= 50 or a slider to specify the pct?

DerpleMQ2 commented 1 month ago

Are we making changes to this?

cannonballdex commented 1 month ago

Looks good, but in the edit harvest is spelled wrong. RGMercUtils.GetSetting('HavestManaPct')