I am seeing something strange when I query the Lua Expression Evaluator for PctMana()
Note that in my test all my group members are full HP and full Mana.
Note that in my test all my group members are full HP and full Mana.
- If I query
mq.TLO.Group.Member(1).PctHPs()I get 100 (which is correct) - If I query
mq.TLO.Group.Member(1).PctMana()I get 100 (which is correct) - If I query
mq.TLO.Group.Member(0).PctHPs()I get 100 (which is correct) - If I query
mq.TLO.Group.Member(0).PctMana()I get 0 (which is incorrect)

