Needing help with a Survival macro

i was wondering if there is or if anyone has any thoughts about a harpoon/disengage macro where is you are in melee range or not targeting something you use disengage and if you target something and arent in melee range you use harpoon

You cannot make macros that react to situations like range, but you can use this basic one to accomplish some of what you want:

/cast [@target, harm] Harpoon;Disengage

This should use harpoon if you have an enemy targeted, disengage otherwise.

1 Like

the only issue with that macro is that if i want to use disengage to get out of something it doesnt work

the best i could come up with is:

#showtooltip
/cast [@target, harm] Harpoon
/cast Disengage

only problem is i cant see the cd on the disengage if im targeted to something

1 Like

I wouldn’t do that…

make 2 macros

#showtooltip
/cast Harpoon
/cast Wing Clip

This one that u need spam it for apply snare after land close to enemy and next one is my favorite

#showtooltip
/cast Disengage
/cast Wing Clip

harpoon and disengage is off gcd, and Wing Clip ain’t but still cost focus. Wing Clip have no Cd too.

1 Like