Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 16 of 16
  1. #11

    Default PVP and personal targets

    some PVP points to remember....

    /assist focus
    clears in personal target you have set, so in a pvp situation where you get seperated from your main you can't fire... period.
    example, my main dies and the body is looted so it's back at the wintergrasp rez point, the rest of the team is now dead.

    this works better for a PVP situation, the [ ] allows my solo player to fire on his local target if the main is gone
    /cast [target=focus-target,exists,nodead] [ ] xxxx

    you might use this as a backup, it at least lets the PvP player fire on something
    /assist focus
    /targetenemy [noexists]


    ====================================
    as far as advanced functions go such as having a mage sheep, pally repentence, shaman hex, warlock seduce goes
    you need to keep the ability to have personal targets.
    if I have a mage on the team and want to sheep something I set the mage to have his own target and have a "sheep" button.
    /cast polymorph
    while the mage DPS button has
    /cast [target=focus-target] yyy
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  2. #12

    Default

    Quote Originally Posted by 'Darelik',index.php?page=Thread&postID=204676#post 204676
    falsfire3401:
    /cast [target=player] Heal would cast max rank Heal on self
    /cast [target=party1] Heal would cast max rank Heal on the next partymember (if you are partied, else won't work)
    /cast [target=toonname] Heal would cast max rank Heal on "toonname" if you are partied with "toonname"

    check if you're partied with "toonname"
    Even the heal on [target=player] didn't work when I tried it in a macro...so I switched to targeting toons by name to heal them...
    Shadowsong US:
    Moosetracks (surv FORMER raiding main) armory L80
    Mousetracks (assass/combat former raiding main) armory L80
    Background (holy, to be new raiding main) armory L79

    Team A (Level 75) (retired, priest extracted to above)
    Foreground (prot) armory
    Middleground(demo) armory

  3. #13

    Default

    The [target=player], [target=party1], etc all do work. I've used them several times in that past. Unless they've removed those target variable names, doubtfull, then they should still work.

    As for Ughmahedhurtz's quiz.. both are odd. In the /assist version as it's entering the macro and the focus's target is reset, then it will reset the sequence (which is likely expected behavior.) However, if you wanted to say.. use the toon's local target for casting CC spells (Hex, Polymorph, etc) then the [target=..] is a bit more usefull for all other spells.. keeping your CC target in the toon's local target.

    It all depends on what you wanna do.

  4. #14

    Default

    Quote Originally Posted by 'falsfire3401',index.php?page=Thread&postID=204861 #post204861
    Quote Originally Posted by 'Darelik',index.php?page=Thread&postID=204676#post 204676
    falsfire3401:
    /cast [target=player] Heal would cast max rank Heal on self
    /cast [target=party1] Heal would cast max rank Heal on the next partymember (if you are partied, else won't work)
    /cast [target=toonname] Heal would cast max rank Heal on "toonname" if you are partied with "toonname"

    check if you're partied with "toonname"
    Even the heal on [target=player] didn't work when I tried it in a macro...so I switched to targeting toons by name to heal them...
    the word player stays AS IS when making the macro. it doesn't mean player as in "the player's name." it means you/yourself (or whoever is using that macro...ie the active toon).
    so when u have the [target=player] parameter in a macro, it would always refer to you/yourself/active toon.

    party member variables for use in a macro's "[target= ]" parameter:
    player = yourself
    party1 = leader
    party2 = } the rest
    party3 = } of the
    party4 = } party

    note: party5 does not exist (!) as there are only 5 members in a party. hope that helped.
    Calling me a noob would be an understatement...

  5. #15

    Default

    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=20472 1#post204721
    There is another very important difference between "/assist focus" and /cast [target=focustarget]" type macros. Consider the following two macros:

    Macro 1:
    Code:
    /assist focus
    /castsequence reset=combat/target/5 insect swarm, moonfire, starfire, starfire, starfire, starfire
    Macro2:
    Code:
    /castsequence [target=focustarget] reset=combat/target/5 insect swarm, moonfire, starfire, starfire, starfire, starfire
    Pop Quiz: Which of the above two macros actually works as intended?

    Answer: Macro 1.

    So, if you prefer to have your macros reset to the beginning of a lengthy castsequence when switching targets, the only one that works is the /assist focus type macro. I'm sure some folks will find creative ways to work around this.
    To get Macro 2 to work, just replace the "target" in the reset part with "focustarget"
    I'm going to live forever, or die trying.
    5 Shaman Northrend Heroics - My YouTube Channel - Details about my setup (outdated)
    T2 Heroics: lvl 80 Heroics wearing lvl 60 armour
    Running 5-6 accounts on one computer, currently playing Horde on US-Skywall.
    My main teams:
    5x Shamans lvl 85
    5-class team lvl 100: Paladin, Druid, Shaman, Mage, Priest

  6. #16
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    Quote Originally Posted by 'Maxion',index.php?page=Thread&postID=205136#post2 05136
    Quote Originally Posted by 'Ughmahedhurtz',index.php?page=Thread&postID=20472 1#post204721
    Macro2:
    Code:
    /castsequence [target=focustarget] reset=combat/target/5 insect swarm, moonfire, starfire, starfire, starfire, starfire
    To get Macro 2 to work, just replace the "target" in the reset part with "focustarget"
    Really? Dang. Hadn't found anything that fixed that problem. I'll have to give this a shot. Thanks for the tip.
    Now playing: WoW (Garona)

Similar Threads

  1. nomodifier = cast on target modifier = assist cast?
    By Exblah in forum Macros and Addons
    Replies: 3
    Last Post: 11-10-2008, 08:29 AM
  2. Replies: 2
    Last Post: 10-21-2008, 07:54 AM
  3. target=party1target vs target=focustarget
    By daviddoran in forum Macros and Addons
    Replies: 8
    Last Post: 07-03-2008, 12:18 PM
  4. Assist or Target=Focustarget?
    By Stealthy in forum Macros and Addons
    Replies: 12
    Last Post: 03-13-2008, 02:40 PM
  5. [target=focustarget] within a cast sequence
    By Contents in forum Macros and Addons
    Replies: 5
    Last Post: 03-03-2008, 07:04 PM

Posting Rules

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