General TargetofTarget and -targetid|${Me.ID} Still not working
Reply
TargetofTarget and -targetid|${Me.ID} Still not working
I trying to find the code that will allow my Toon to get the target that I am attacking.

For example. My main has targeted a mob and I want to send a command to my cleric to nuke my target. I thought it would be something like:

${Me.TargetID} but this does not see to work.

I could use the assist command but I do not want to turn on auto attack in this example I only want to cast a spell on the mob.

Any help would be appreciated.
Last edited by nottheman on Wed Oct 06, 2010 6:23 am; edited 1 time in total
Mon Oct 04, 2010 11:37 am
You can turn off auto-attack on assist with /assist off . Otherwise, it would probably be helpful to post the exact code you've tried that is not working.
Mon Oct 04, 2010 11:49 am
/target warrior
/target ${Me.TagetOfTarget.Name}

Somethin like that, I'm on phone so I don't have the manual in front of me
Mon Oct 04, 2010 1:19 pm
Project Lead
A Manual would be helpful
Thank you for your reply.

I will give this a try later tonight when I am off work.

Where can I find a copy of the Manual?

nottheman
Mon Oct 04, 2010 1:25 pm
Macroquest.com
Click manual, click the "Me" top level object from the table near the top
Mon Oct 04, 2010 1:41 pm
Project Lead
If you are sending the command from your tank with EQBC and the cleric is using the mq2cast plugin the command would be

More +
/bc ClericName //casting "Nuke Spell Name" gem5 -targetid|${Me.Target.ID}

_________________
Sorvani
Mon Oct 04, 2010 8:02 pm
Senior Project Member
Still need assistance Please
I have tried both these commands and I get the same result:

/bc Rogue's Name //Target Tank's Name
/bc Rogue's Name //target -targetid|${Me.target.ID}

and

/bc Rogue's Name //Target Tank's Name
/bc Rogue's Name //target ${Me.TargetofTarget.Name}

both return something like

No spawn name or ID found (0-100) and or a Null is returned.

I have resolved at this point to use the //assist but I would rather just be able to target the target of my main tank for both my rogue and my casters.

I should also mention that the client I am using is SoD
Wed Oct 06, 2010 6:28 am
It was my understanding you were casting on a cleric. that command works only for casting.

More +
Line1: /bc RogueName //target ID ${Target.ID}
Line2: /pause 5
Line3: /bc RogueName //attack on


If you have set your rogue up to use MQ2Melee change line 3 to

More +
Line3: /bc RogueName //killthis

_________________
Sorvani
Wed Oct 06, 2010 8:32 am
Senior Project Member
Thank you
That did the trick

I just wanted to thank you all for the quick replies.
Wed Oct 06, 2010 3:45 pm
General TargetofTarget and -targetid|${Me.ID} Still not working
Reply