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

    Default Target pass through

    Good morning multiboxers,

    I am looking for some suggestions for my scenario.

    Say I have 4 characters, char1,char2, char3, char4

    Char1 is a tank.
    Char2 is the primary healer. He has all the heal macros setup and works fine.
    Char3 is the primary offhealer. The way I am setting him up is... /target char2; /cast [dead, target=party1target] Flash Of light; etc etc. So its checking to see if the main healer is dead before casting heals on the mains target (which is what i want).
    Char 4 is the 2ndary offhealer. I am struggling with how I would set him up. Ideally he should be checking to see if both char2 and char3 are dead before healing the target, but I dont think I can do that. If i just check if char3 is dead, then he will still cast if char2 (the primary healer) is alive... I only want him to cast if char2 and char3 are dead.

    Any thoughts?

    Thanks for any help you can provide.
    Currently running 10 miners in Eve Online.

  2. #2

    Default RE: Target pass through

    cool idea. would this work?

    /stopmacro [target=1stHealer,nodead]
    /stopmacro [target=2ndHealer,nodead]
    ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤
    Horde -- Nordrassil US (PvE)
    Drooz for Cheeses: Balsfjord / Cheddam / Oaxaca / Valdeon -- 4x 80 Tauren Druids
    Four on the Floorgasm: Dellawyn 80 Hunter / Treppa 80 Shaman / Nulzette 80 Warrior / Vellamak 80 Warlock
    ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤

  3. #3

    Default

    /cast [nodead] ; [target=targettarget, nodead] ; [target=targettargettarget] Heal


    Char4 is targeting Char3. if char 3 is alive, macro stops because there's no command.
    if char3 is dead, it passes to the next argument. now its seeing if char 2 is nodead. if it is nodead, then cast nothing, if it is not nodead, then go to next argument.
    next one says heal char1.


    this should work. but its untested. came off the top of my head so you might wanna try it out first. lol. i dont know how, but get your char2 and 3 dead on purpose on a test mob.

  4. #4

    Default RE: RE: Target pass through

    I havent gotten 2 stopmacro commands to work in 1 macro, not sure if im just doing it wrong. Thanks for the suggestions at any rate!
    Quote Originally Posted by 'dodar',index.php?page=Thread&postID=145735#post14 5735
    cool idea. would this work?

    /stopmacro [target=1stHealer,nodead]
    /stopmacro [target=2ndHealer,nodead]
    Currently running 10 miners in Eve Online.

  5. #5

    Default RE: Target pass through

    Quote Originally Posted by 'Redbeard',index.php?page=Thread&postID=145721#pos t145721
    Good morning multiboxers,

    I am looking for some suggestions for my scenario.

    Say I have 4 characters, char1,char2, char3, char4

    Char1 is a tank.
    Char2 is the primary healer. He has all the heal macros setup and works fine.
    Char3 is the primary offhealer. The way I am setting him up is... /target char2; /cast [dead, target=party1target] Flash Of light; etc etc. So its checking to see if the main healer is dead before casting heals on the mains target (which is what i want).
    Char 4 is the 2ndary offhealer. I am struggling with how I would set him up. Ideally he should be checking to see if both char2 and char3 are dead before healing the target, but I dont think I can do that. If i just check if char3 is dead, then he will still cast if char2 (the primary healer) is alive... I only want him to cast if char2 and char3 are dead.

    Any thoughts?

    Thanks for any help you can provide.
    /target char2; /cast [dead,target=party1target] Flash of light

    will not work.

    This will check to see if party1target (most likely the enemy) is dead. I'm assuming you want to check if your main healer (char2) is dead, in which case you really need to do something like this:

    /stopmacro [target=char2,nodead]
    /cast [target=party1] Flash of Light

    This will do nothing if char2 is alive, but if char2 is dead it will flash of light on your main character.
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  6. #6

    Default

    Thanks Hachoo I just caught that while testing this thing out...

    And now im finding that party1 is always referring to, what appears to be, the character in my group with the lowest letter in the alphabet (F) and not to the group leader as I was assuming... another problem to iron out hahaha.
    Currently running 10 miners in Eve Online.

  7. #7

    Default

    may be worth trying it in one stopmacro call. let me know if this works since it gives me some ideas but i'm at work and can't test til tonight. =)

    /stopmacro [target=1stHealer,nodead] [target=2ndHealer,nodead]

    you could just ref the tank by name in the 'tankname'target passm eliminating your dependence on party order (which gets hairy in raids/bgs if you don't get grouped properly).
    ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤
    Horde -- Nordrassil US (PvE)
    Drooz for Cheeses: Balsfjord / Cheddam / Oaxaca / Valdeon -- 4x 80 Tauren Druids
    Four on the Floorgasm: Dellawyn 80 Hunter / Treppa 80 Shaman / Nulzette 80 Warrior / Vellamak 80 Warlock
    ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤

  8. #8

    Default

    dodar,

    i was trying two separate stop macros..

    /stopmacro [dead]
    /stopmacor [dead]

    Your method of adding 2 conditions to one stopmacro line seems to be working so far... have to kill my people off a couple times to thoroughly test it though *evil laughter*.

    Thanks to everyone who posted here.
    Currently running 10 miners in Eve Online.

  9. #9

    Default

    you're welcome, but did you try my macro?

  10. #10

    Default

    I didnt, but only because my situation turned out to be slightly different from the one I initially posted... I wanted to add a target= line and not have it based on who you had selected so... maybe yours could be adapted but my macro brain cells are all dead for today (hopefully some regenerate tonight).
    Quote Originally Posted by 'elsegundo',index.php?page=Thread&postID=145821#po st145821
    you're welcome, but did you try my macro?
    Currently running 10 miners in Eve Online.

Similar Threads

  1. WoW suggestions (24hr pass/combat target dummy) - feedback please
    By keyclone in forum General WoW Discussion
    Replies: 13
    Last Post: 02-03-2009, 02:26 AM
  2. Clone Auto target its Mains(Focus) target ?
    By Rygh in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 07-24-2008, 11:11 PM
  3. Free up Focus target for Shaman Hex target
    By Fleecy in forum General WoW Discussion
    Replies: 3
    Last Post: 07-14-2008, 08:15 PM
  4. target=party1target vs target=focustarget
    By daviddoran in forum Macros and Addons
    Replies: 8
    Last Post: 07-03-2008, 12:18 PM
  5. Possible to have macro deselect target if target is dead?
    By LancerX in forum Macros and Addons
    Replies: 4
    Last Post: 04-13-2008, 02:50 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
  •