http://www.macroquest2.com/wiki/index.p ... targettype
That is: all of the following return NULL even when target is character itself:
Code: Select all
/echo ${Target.BuffDuration[Circle of Embers]}
/echo ${Target.Buff[Circle of Embers].Duration} |this is incorrect syntax but I tried it
/echo ${Target.Buff[Circle of Embers].ID}
/echo ${Target.BuffCount}Code: Select all
/echo ${Me.Buff[Circle of Embers].Duration}
/echo ${Target}Code: Select all
/echo ${Target.BuffCount}The only different thing about this MQ2 session is that it was laggy yesterday fully utilizing a core causing a death. This happens from time to time and usually restart of a single session is all that is needed.
Now this bad MQ2 session is running without lag fine after I adjusted the macro to not buff other characters and pets, but the lack of target buff information is very annoying.
What could be the cause?
I am using WinEQ2.15 to manage MQ2 sessions.
Non standard plugins are mq2moveutils and mq2advpath
