Thread: Need MAcro help

  1. #1

    Need MAcro help

    So i have a perfect macro on my rogue :
    /cast [combat] Vanish; [nostealth] Stealth

    I want something similar on my druid i tried many but none of them was perfect so far. What i need is :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)


    sounds easy right, too bad somehow all i found weren’t working well enough. So maybe someone has one.

    Also leveling my alliance druid, night elf … so would like something like this :
    if in combat shadowmelt + next
    if not in combat this “next” :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)

  2. #2
    #showtooltip
    /cast [nocombat,nostealth]!Prowl;!Cat Form

    #showtooltip
    /cast [nocombat,nostealth]!Prowl;[combat,nostealth]Shadowmelt;!Cat Form

    Should do the trick
    Last edited by Rufio; 2019-04-08 at 06:10 AM.

  3. #3
    #showtooltip
    /cast [nocombat,nostealth]!Prowl;!Cat Form

    Tried this ... doesnt work, first it removes from prowl if spammed.
    Second it doesnt go into feral if prowl is on cd :/

  4. #4
    Quote Originally Posted by denisgsv View Post
    So i have a perfect macro on my rogue :
    /cast [combat] Vanish; [nostealth] Stealth

    I want something similar on my druid i tried many but none of them was perfect so far. What i need is :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)
    Code:
    #showtooltip
    /cast [nostealth,nocombat] Prowl
    /cast [combat,nostance:2] !Cat Form
    Just double check cat form is the second form, I can't remember without logginy my Druid. Should work.


    Quote Originally Posted by denisgsv View Post
    Also leveling my alliance druid, night elf … so would like something like this :
    if in combat shadowmelt + next
    if not in combat this “next” :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)
    Code:
    #showtooltip
    /cast [combat] Shadowmeld
    /cast [nocombat,nostealth] Prowl
    /cast [nostance:2] Cat Form
    Same again check Cat is the second form.

  5. #5

  6. #6
    Quote Originally Posted by denisgsv View Post
    So i have a perfect macro on my rogue :
    /cast [combat] Vanish; [nostealth] Stealth

    I want something similar on my druid i tried many but none of them was perfect so far. What i need is :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)


    sounds easy right, too bad somehow all i found weren’t working well enough. So maybe someone has one.

    Also leveling my alliance druid, night elf … so would like something like this :
    if in combat shadowmelt + next
    if not in combat this “next” :
    if prowl available enter prowl (spamming button should NOT exit prowl/stealth)
    if prowl not available enter cat ( from any form spamming should not exit cat)
    /cast [nocombat,nostealth]!Prowl;!Cat Form

    Tried this ... doesnt work, first it removes from prowl if spammed.
    Second it doesnt go into feral if prowl is on cd :/

  7. #7
    There is no way to activate an ability based on another ability being ready or not.

  8. #8
    i found what i was looking for :

    #showtooltip
    /use [combat] Shadowmeld
    /use [nocombat] !Prowl; [nostealth, noform:2] Cat Form

    and

    /cancelaura whateverflightformbuffiscalled

    must be put in there to use it while flying.

Posting Permissions

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