View Single Post
11-14-22, 03:35 PM   #1
JahirahDK
An Aku'mai Servant
 
JahirahDK's Avatar
Join Date: Sep 2020
Posts: 38
Misdirect smart-macro

Hey everyone
I am trying to stitch together an intelligent Misdirection macro able to adapt and behave in accordance to circumstance....
Im looking to advance my current MD macro with some additional utility without having to rely addons...
Misdirection macro
/cast [@focus,exists,nodead,help][help,nodead][@pet,nodead] Misdirection

This is the functionality I'd like to add...
Is this possible to achieve with API and scripting?
If [@focus,noexists]
-- then set my current target as /focus and announce %t in party chat...
If [@focus,exists]
-- then bypass announcement and function normally
__________________
//Jahirah

Last edited by JahirahDK : 11-14-22 at 05:13 PM.
  Reply With Quote