Anyway, here goes:
MQDataType, reference-type member addition request:
Reference type: spawn
Member(s):
spawn Target -- This spawn's current target, NULL if none
Now before you cry "we don't like cheating here," bear with me. Players (particularly clerics) use "assist targeting" all the time to find out who to heal when a mob is beating on someone (they assist the NPC, and then cast heal). I've written some macros in the past few days that effectively do this:
Code: Select all
/declare oldtarget int 0
/declare spawntarget int 0
/if (${Target.ID}) /varset oldtarget ${Target.ID}
/assist ${Spawn[whatever]}
/if (${Target.ID}) /varset spawntarget ${Target.ID}
/if (${oldtarget}) /target id ${oldtarget}
That being said, can this be added?
Thanks!


