Question HELP WITH HOLYSHIT SYNTAX

islandgirl671

Lifetime Member
Joined
Dec 5, 2014
Messages
165
Reaction score
39
Points
28
Can anyone please assist me on trying to make this work.

holyshit0=/if (${Me.PctHPs}<=80 && ${Me.XTarget.ID}>=3 && ${Me.AltAbilityReady[Projection of Fury]}) /aa act 3213

What I am trying to do is make this AA work when I have 3 or More mobs in my Extended Target Window. Thank you for reading.
 
Can anyone please assist me on trying to make this work.

holyshit0=/if (${Me.PctHPs}<=80 && ${Me.XTarget.ID}>=3 && ${Me.AltAbilityReady[Projection of Fury]}) /aa act 3213

What I am trying to do is make this AA work when I have 3 or More mobs in my Extended Target Window. Thank you for reading.

I don't do holyshits myself (so I may not be noticing other issues) but you should have...

${Me.XTarget}>=3 not ${Me.XTarget.ID}>=3

${Me.XTarget} gives you the Int number of npcs in your XTarget window, wehre the ${Me.XTarget.ID} either NULLs out or gives the ID of the 1st npc (not sure how it would react, honestly, but it wouldn't work for what you want).