Hi there.
Let me know here is the macro
/cast [@focus,help,nodead,exists][@party1,help,nodead,exists] [@player]Bloodlust(PvP Talent)
Thanks!
Hi there.
Let me know here is the macro
/cast [@focus,help,nodead,exists][@party1,help,nodead,exists] [@player]Bloodlust(PvP Talent)
Thanks!
Nope. Macros can’t do range checks. You can remove the exists
conditions as help
already implies it.
Thanks I can focus myself to get it to work just if in a BG @party1 would have to be near me or it fails.
Could try this if you’re trying to differentiate between BG and Arena behaviour
#showtooltip
/cast [@arena1,exists]; [@focus,help,nodead,exists] [@player] Bloodlust(PvP Talent)
/cast [@focus,help,nodead,exists] [@party1,help,nodead,exists] [@player] Bloodlust(PvP Talent)
Basically the 2nd cast will execute while in arenas and the 1st will execute while out of them
Thanks will try this though the problem is that no matter what, if i am in a bg or world or whatever, if party1 does exist and happens to be our of range. (Which might not happen that much in arena). The macro will not even cast on myself will give out of range as i “tries”.
Anyway thanks a lot for your help
Ya, that’s why the non-arena version doesn’t include the @party1
set.
Thanks will try it out. You are awesome