Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 13

Hybrid View

  1. #1

    Default Pally SoR with target=focustarget

    Hi, I recently started dual-boxing and I'm converting my lvl 70 paladin's macros to help out with my new lvl 10 'main'. Currently the macro is:

    /castsequence reset=10 Seal of Righteousness,Judgement

    How do I use [target=focustarget] so that my lvl 70 paladin can help my main grind?

    I apologize if this has been answered before. I tried the search but couldn't find anything similar.

    Thanks in advance!

  2. #2

    Default

    Code:
    /castsequence [target=focustarget] reset=10 Seal of Righteousness, Judgement
    Untested. If it doesn't work just switch the "[target=focustarget]" and the "reset=10" bits around but I think I got it in the right order.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  3. #3

    Default

    I tried the following:

    /castsequence [target=focus,target=none] reset=10 Seal of Righteousness,Judgement
    /castsequence [target=focustarget,target=none] reset=10 Seal of Righteousness,Judgement

    And I tried alternating the [target=focus...] with reset=10 and it didn't work.

    Specifically it doesn't judge.

    I have another idea, I'll post it if it works....

  4. #4

    Default

    Try

    Code:
    /castsequence [target=focustarget, exists, harm][exists, harm] reset=10 Seal of Righteousness, Judgement
    And your initial post didn't have a space after the "," between the two spells. I think WoW gets its panties in a bunch over little things like that.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  5. #5

    Default

    I'm fairly sure this will work:

    /castsequence [target=focustarget,target=target] reset=10 Seal of Righteousness,Judgement

    If it doesn't, I'll repost a solution. At least it's judging.

  6. #6

    Default

    Quote Originally Posted by 'Rickson9',index.php?page=Thread&postID=44440#post 44440
    I'm fairly sure this will work:

    /castsequence [target=focus,target=target] reset=10 Seal of Righteousness,Judgement

    If it doesn't, I'll repost a solution. At least it's judging.
    I am fairly sure it won't.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  7. #7

    Default

    Rikson9,

    As Thinus pointed out, that definitely won't work, you can only have one target= per [].

    his post was right, the conditions should come be for the castsequence options, with one slight modification, it doesn't check to see if your focustarget is alive
    Code:
    /castsequence [target=focustarget, nodead, harm][nodead, harm] reset=10 Seal of Righteousness, Judgement
    also

    How long are you waiting before judging the seal? if you wait more than 10 secs it will just recast SoR

    How long are you waiting after judging the seal before trying to cast it again?

    reset= works like this
    1st cast: start timer
    2nd cast: is timer finished? No? the cast next in sequence AND RESET TIMER
    3rd Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    4th Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    5th Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    etc...

    so either remove the reset or don't spam it.
    [align=center]AeineiA AeineiB AeneiC AenieD AeineiX
    All your soul are belong to us
    "They can't be bargained with. They can't be reasoned with. They don't feel pity, or remorse, or fear. And they absolutely will not stop, ever, until you are dead"
    The Wiki is your Friend
    [/align]

  8. #8

    Default

    I started using the following and it seems to be working:

    /castsequence [target=focustarget,exists,nodead][target=target] reset=10 Seal of Righteousness,Judgement

    I'm judging Righteousness whenever I am able.

    Your macro with:

    /castsequence [target=focustarget, nodead, harm][nodead, harm] reset=10 Seal of Righteousness, Judgement

    seems interesting. I'm going to give that a try. Thanks a lot!

  9. #9

    Default

    Quote Originally Posted by 'Djarid',index.php?page=Thread&postID=44498#post44 498

    reset= works like this
    1st cast: start timer
    2nd cast: is timer finished? No? the cast next in sequence AND RESET TIMER
    3rd Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    4th Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    5th Cast: is timer finished? No? the cast next in sequence AND RESET TIMER. BUT there is no spell to cast
    etc...

    so either remove the reset or don't spam it.
    However, casting the last spell in a castsequence will make the sequence start over, even if you have had your reset timer set up.

    So there is never 'no spell to cast' for castsequences. In your example, after the judgement the macro would have cast the Seal again.

    On my paladins the only way I can get the macro to work like I want it to is

    Code:
    /cast Judgement
    /castsequence reset=10 Seal of <foo>, Judgement
    The first Judgement makes sure you're not wasting your seal and since judgement doesn't start global cooldown even if it is not cast it wont stop the macro.

    You can add [target=focustarget, nodead, harm] to avoid the error messages on screen. I personally like to keep them there so I know something is wrong when my screen goes red.

  10. #10

    Default

    This is what I use:
    /castsequence reset=30 Seal of Righteousness, Judgement

    I use a separate button for setting my focus; assist, or I manually click a target which I do a lot since the paladin is my tank.
    Sanctume [Paladin] + [Team Shaman] Sanctumea + Sanctumei + Sanctumeo

Similar Threads

  1. Replies: 2
    Last Post: 10-21-2008, 07:54 AM
  2. target=party1target vs target=focustarget
    By daviddoran in forum Macros and Addons
    Replies: 8
    Last Post: 07-03-2008, 12:18 PM
  3. target=focustarget + nochanneling? HELP!
    By Poolboy in forum Macros and Addons
    Replies: 5
    Last Post: 03-17-2008, 10:09 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
  •