• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Other - Target of Target

Joined
Oct 11, 2014
RedCents
1,387¢
Some Info I thought I would share.
I was trying to figure out a way for my healer to use a condition on a heal only if we were fighting a boss. Issue is Target.Named or SpawnMaster.HasTarget only works if you are targeting the MOB. Being on EMU Target.TargetofTarget just comes back null. So i decided to add SpawnMaster.HasTarget as and observable Query in DanNet. This now gives me the condition.

Heals3=Nature's Recovery|50|Class|shd|cond3
Cond1=${DanNet[*Tank'sName*].O[SpawnMaster.HasTarget]}

I will admit I have no idea how to put SpawnMaster.HasTarget as an observable query as a command. I leveraged Lua Plugin Boxhud; build new property in the GUI to add it. Maybe somebody actually knows the command and can add it here.

Edit:
Also decided to add Next To target Column.
1668061747318.png
 
Last edited:
for targetoftarget yo uwould use the character tlo
${Me.TargetOfTarget} and not the target tlo
 
for targetoftarget yo uwould use the character tlo
${Me.TargetOfTarget} and not the target tlo
When I tried that it just returns Null. According to Macroquest. This will only work when group or raid has it active.
1668062369297.png
I have not found a way to do that on EMU. This would also just get me the Target it would not identify it as a Boss.

Though if I missed something on EMU let me know. I will be more then glad to change this to an easier method.

Edit:
I just Realized I was Missing a Capital O for the "Of". FML
 
I think I am Missing Something. I have my target targeting a named mob on the spawnmaster list and I get the following. I am going to stick with what I got working above, but I will comeback to this. Thanks for making me realize my Fat Thumbs lol.
1668063383937.png
 
Ok I have tried every which way to Sunday to get ${Me.TargetOfTarget} to be recognized within SpawnMaster.HasTarget TLO. Though ToT works, but I just can't get it to trigger to recognize it is a boss.
 
Ok I have tried every which way to Sunday to get ${Me.TargetOfTarget} to be recognized within SpawnMaster.HasTarget TLO. Though ToT works, but I just can't get it to trigger to recognize it is a boss.

without testing, it looks like you are missing a } behind CleanName:

1668763276934.png
 
Other - Target of Target

Users who are viewing this thread

Back
Top
Cart