MMOMinion
Some questions - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: Some questions (/showthread.php?tid=3942)



Some questions - fifidong - 09-27-2013

Could we get some info on EntityList?
Is there CharacterList like GW2Minion or do we use EntityList to get group members?



Since Lua only allows os.clock in seconds,
any chance we could get time in milliseconds in utility script?
Perhaps use LuaSocket?



Is the additional of priority more than [0,1] possible?
We might have to put "Cure 2" in the Immediate (Reactive?) Queue with higher priority,
when it becomes "mana-FREE"
Also, we might have to put "Swiftcast" on top of that to make it instacast for emergency.
[0,1,2] perhaps?



When Cure 1 is casted, sometimes it allows Free "Cure 2"
How can we tell if this "state" is on?


RE: Some questions - fifidong - 09-28-2013

yup. read through the whole thing.
even read through the ml_* and xivminion @ghub.
I couldnt find reference to EntityList and other blocks though.

just trying to supplement ml_utility for some "stuff"

questions above reflect the what's missing within public lua src + documentation.