1. Seduction Macro with stopcasting

    Hi Folks

    I use the below macro in 2's (Arena)

    #showtooltip Seduction
    /cast [mod:shift,target=focus,pet:succubus] Seduction;[pet:succubus]Seduction;

    Currently if I use shift, it seduces the focus target and without shift my target

    What I want is in scenario where I switch the CC target, I want to cancel the seduction on focus and seduce target
    Some kind off stopcasting command to cancel the current seduction.

    Thanks for help :)

  2. June 5, 2021  
    I guess something like this can be added into ur macro

    #showtooltip Seduction
    /cast [mod:shift,target=focus,pet:succubus] Seduction;[pet:succubus]Seduction;
    /petfollow() [mod:ctrl]

    So basically what will happens is while seducing if u hit ctrl with macro it will call ur pet to you and therefore stop current seduction charm effect. after u call her back just press ur macro again in ordinary way depending which target u wanna re-seduce, it will cancel follow command and cast seduction.
    As for targeting i use target mouse-over macro mostly

    Hope this helps a bit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •