Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 11
  1. #1

    Default Target of target heal

    Hey there,

    So reasonably new to mutliboxing (about 1 week or so)

    Ive got a 5 man group consisting of 4 ele shams and 1 resto druid

    At the moment im trying to set up a ATG key map so my druid will cast to start with wrath and then a target of target heal, setting up the key maps was fine the only problem is that the macro that i have set up for the target of target heal doesn't seem to be working.

    When testing it my druid will cast wrath and then just heal himself, macro for target heal is:

    /target focustargettarget
    /castsequence reset=10 rejuvenation

    If anyone can shed any light if there is something im missing with the implementation or if i have missed a step? will be much appreciated!!

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    This sounds a little confusing and I've no experience with focustargettarget, but if you just want the target of your target, then you'd use...

    Code:
    /target targettarget
    ...which will target the target's target who was just the recipient of your wrath spell (which will most likely be one of your Shaman).

    I'm confused just writing this out.

  3. #3

    Default

    Haha you sir are a gentleman and a scholar.

    Even though you are confused by what you wrote it worked just like i wanted haha

    Thankyou MiRai, love your videos too btw man!!

  4. #4
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by lamma14 View Post
    Thankyou MiRai, love your videos too btw man!!
    No problem, and thanks.

  5. #5

    Default

    Well, for healing, I wouldn't suggest using target swapping. It's cleaner and more reliable to use macro conditionals.

    I'd start with the newbie's guides, of course. From there, understanding macros. And Fitzcarn's Macro Explain to see what a macro is trying to do.

    If you really have to use this setup for healing, there's a lot of old threads about it -

    http://www.dual-boxing.com/threads/5...eedback-wanted
    http://www.dual-boxing.com/threads/8...arm-heal-focus
    http://www.dual-boxing.com/threads/8...-Healing-Macro

    Just search for focustargettarget.

    But if you're using ATG, then you're using ISBoxer, which means you have access to VideoFX,
    Repeater Regions and Click bars.

    These are far more efficient than just blind auto-healing that you'd get with a static macro.
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

  6. #6
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by Khatovar View Post
    But if you're using ATG, then you're using ISBoxer, which means you have access to VideoFX,
    Repeater Regions and Click bars.

    These are far more efficient than just blind auto-healing that you'd get with a static macro.
    I was going to suggest moving to something else besides hard-coded macros, like Video FX, but in my defense...

    ...I have no defense. =\

  7. #7

    Default

    Hey khatovar,

    wow that Fitzcarn's Macro Explain is going to come in super handy thanks! I will have a look through the links you posted thanks, i am using isboxer

  8. #8
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    A castsequence needs more than one element:

    /cast [@targettarget, help] reset=combat rejuvenation, null

    Would cast a rejuv once at the beginning of combat or

    /cast [@targettarget, help] reset=target rejuvenation, null

    would cast a rejuv whenever you switched to a new target

    If you're trying to do dungeons though you would probably be better off taking the druid feral and doing a more traditional set up.

  9. #9

    Default

    I use something like

    /castsequence reset=combat smite,smite,penance
    /castsequence [@targettarget] power word: shield,prayer of mending,

    on my disc priest. Works awesomely.

  10. #10

    Default

    Quote Originally Posted by luxlunae View Post
    A castsequence needs more than one element:

    /cast [@targettarget, help] reset=combat rejuvenation, null

    Would cast a rejuv once at the beginning of combat...
    What does the "null" do? Does it just provide the "more than one element," or does it cause the castsequence to hang at the end of the sequence?

Posting Rules

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