Close
Showing results 1 to 7 of 7

Hybrid View

  1. #1

    Default sheep macro help

    Hi, I want to make a macro that will do the following but my macro skills are not up for the job:

    Sheep my focus target if I have a hostile focus target
    else Sheep my focus target if I have a friendly focus target
    else Sheep my target if its Hostile
    else Sheep my target's target if I have a friendly target who has a Hostile target

    Also I want this macro not to change my target or focus target.

    Can any one help?

  2. #2

    Default RE: sheep macro help

    Quote Originally Posted by 'Tnarg',index.php?page=Thread&postID=138180#post13 8180
    Hi, I want to make a macro that will do the following but my macro skills are not up for the job:

    Sheep my focus target if I have a hostile focus target
    else Sheep my focus target if I have a friendly focus target

    else Sheep my target if its Hostile
    else Sheep my target's target if I have a friendly target who has a Hostile target

    Also I want this macro not to change my target or focus target.

    Can any one help?
    Not sure about the macro but your 1st 2 lines are contradictory. You want to sheep your focus if its hostile else sheep your focus if its friendly. So in other words just sheep the focus no matter what.

  3. #3

    Default

    /cast [target=focus, exists, harm] Polymorph, [target=focus1target, exists, harm] Polymorph, [target=target, exists, harm] Polymorph, [target=targettarget, exists, harm] Polymorph

  4. #4

    Default

    Thank you thats 100% what I wanted to do.

  5. #5

    Default

    the syntax on that is wrong. you will not get it to work.

  6. #6

    Default

    It's wrong but you did not post the right one or explain what's wrong?

    I am not a macro wizard so I don't see what's wrong or I'd post the correction.

    semicolon instead of comma?

    /cast [target=focus, exists, harm] Polymorph; [target=focus1target, exists, harm] Polymorph; [target=target, exists, harm] Polymorph; [target=targettarget, exists, harm] Polymorph

    Is that it?

  7. #7

    Default

    you can do it that way. sure. hehe.

    i'd write it like this but either way works.


    /cast [target=focus, harm] [target=focustarget, harm] [target=target, harm] [target=targettarget, harm] Polymorph; Polymorph

    if your focus is harmful, polymorphs. if not...
    if your focus' target is harmful, polymorphs. if not...
    if your target is harmful, polymorphs. if not...
    if target's target is harmful, polymorphs. if not...
    polymorph anyway.

Similar Threads

  1. Sheep Makro
    By gT4ty in forum Macros and Addons
    Replies: 7
    Last Post: 12-25-2008, 03:07 AM
  2. Multiple sheep macro
    By entoptic in forum General WoW Discussion
    Replies: 7
    Last Post: 11-04-2008, 10:08 AM
  3. extra content for the Macro:Sheep page
    By Simulacra in forum Off-Topic
    Replies: 4
    Last Post: 06-05-2008, 09:21 AM
  4. PVE Macro, Sheep 3 Diff Targets with 3 mages
    By Emo? in forum Macros and Addons
    Replies: 7
    Last Post: 03-05-2008, 07:06 PM
  5. What is the best way to multi-sheep
    By MaxD in forum Software Tools
    Replies: 16
    Last Post: 01-25-2008, 05:21 AM

Posting Rules

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