1. #1
    Deleted

    Feral Druid 1 Button PvP macro

    Hey guys just trying to figure out why my macro doesn't work It's suppose to target the player if not dead and then cast on it all the abilities here is the macro:
    Code:
    /targetenemy [noharm][dead] 
    /startattack 
    /castsequence reset=target Rake(Cat Form),Mangle(Cat Form),Shred(Cat Form),Tiger’s Fury(Cat 
    Form),Rip(Cat Form),Shred(Cat Form),Shred(Cat Form),Shred(Cat Form),Shred(Cat Form)
    It stop working on the 4th click or where it's suppose to cast Tiger's Fury and start spamming error message "You aren't in a party." - Didn't know I need to be in one hehe.

    I also tryed that one but still doesn't work:

    Code:
    /targetenemy [noharm][dead] 
    /castsequence reset=target Rake,Mangle(Cat Form),Shred(Cat Form),Tiger’s Fury(Cat Form),Rip(Cat Form),Shred(Cat Form),Shred(Cat Form),Shred(Cat Form),Shred(Cat Form),Ferocious Bite


    If anyone out there is good with macros please share my pain and tell me why this macro don't work. Tnx

  2. #2
    Deleted
    Sadly i'm not good with macros but do you need to have (cat form) after tigers fury as its a cat only thing?

  3. #3
    Mechagnome Ridesdel's Avatar
    10+ Year Old Account
    Join Date
    Jun 2009
    Location
    Northeast cost of New England
    Posts
    567
    been a while, but didnt they change /castsequence to be like /castrandom?

  4. #4
    There seemed to be a sentence break in your first macro where it actually is written as
    Code:
    Tiger's Fury (Cat
    Form)
    and it isn't being picked up right.

    I don't recommend a "one-button" macro like this, but try this out:

    Code:
    /targetenemy [noharm][dead]
    /startattack
    /castsequence reset=target Rake,Mangle(Cat Form),Shred,Tiger's Fury(Cat Form),Rip,Shred,Shred,Shred,Shred,Ferocious Bite
    Last edited by lawomous; 2011-10-29 at 02:29 AM.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Deleted
    Quote Originally Posted by lawomous View Post
    There seemed to be a sentence break in your first macro where it actually is written as
    Code:
    Tiger's Fury (Cat
    Form)
    and it isn't being picked up right.

    I don't recommend a "one-button" macro like this, but try this out:

    Code:
    /targetenemy [noharm][dead]
    /startattack
    /castsequence reset=target Rake,Mangle(Cat Form),Shred,Tiger's Fury(Cat Form),Rip,Shred,Shred,Shred,Shred,Ferocious Bite
    Again stuck on 4th click or where Tiger's Fury is

    EDIT: I've deleted Tiger's Fury from the macro and it works now, but still cant get it to work with it inside.
    Last edited by lawomous; 2011-10-29 at 02:30 AM.

  6. #6
    Sorry I updated it, try that version. I just tested it out, very weird bug.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  7. #7
    Deleted
    Yea work's like a charm now , tnx a lot mate Tho at the second "cycle" Tiger's Fury is on cd so you cannot keep spamming it but anyway the macro itself works, tnx once again

  8. #8
    Just wondering, what do you do when your first 3 moves only generate 3-4 combos. Do you still rip?

  9. #9
    possible to get a macro that uses cyclone on focus if i have 1 on my current target if i dont have 1 in nomod same as roots for mod:shift same for hibernate for ctrl and same for soothe for alt all in macro?

  10. #10
    Quote Originally Posted by spelle View Post
    possible to get a macro that uses cyclone on focus if i have 1 on my current target if i dont have 1 in nomod same as roots for mod:shift same for hibernate for ctrl and same for soothe for alt all in macro?
    Code:
    #showtooltip
    /cast [mod:shift,@focus,harm,nodead][mod:shift]Entangling Roots;[mod:ctrl,@focus,harm,nodead][mod:ctrl]Hibernate;[mod:alt,@focus,harm,nodead][mod:alt]Soothe;[@focus,harm,nodead][]Cyclone

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  11. #11
    thanx
    gonna help alot

Posting Permissions

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