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

    Default Slave Heal Macro

    Can anyone out there make a macro as to where my slave will heal my focus' mouseover.

    Example

    Dual boxing, Master is my slaves focus. Master mouses over self(Master), hit macro and slave heals master, Master mouses over slave, slave heals slave.

    Bottom line can a macro like this work.

    /cast [target=targetmouseovertarget,help] flash Heal

    I pretty sure that isnt' a real targeting condition, but you get the point

  2. #2

    Default

    Not possible.
    You can't know what someone else is mousing over.

    Uulaa will be in here soon though to tell you about repeater regions ;-)

  3. #3
    Last edited by Khatovar : 03-25-2010 at 12:54 AM
    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 _

  4. #4
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    As far as heals go, you have two fairly different options in IS Boxer.
    I use both, Repeater based for my team, and Macro based for friendlies not in my raid/group.

    Option A - Macro based.
    This is good if the target is not a member of your team, party, raid, battlegroup etc.
    You will probably use assist based logic.
    The first condition which is true is used.

    I like something like:
    /cast [help][help,Target=TargetTarget][Target=TargetTargetTarget] Heal Spell

    You can abbreviate Target= into @, and capitalization is for easier reading, but doesn't matter.
    /cast [help][help,@TargetTarget][@TargetTargetTarget] Heal Spell


    Option B - Repeater Regions.
    Once you use this style of healing, you'll never want to revert to key based heals.
    The only drawback is that the target needs to be in your party or raid.

    Written Guide: http://isboxer.com/index.php/compone...lique-repeater
    Video Guide 1: http://isboxer.com/index.php/videos/...tovya-repeater
    Video Guide 2: http://isboxer.com/index.php/videos/...or-healing-101
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  5. #5

    Default

    this works in hotkeynet
    /cast [target=mouseover, exists, help] [target=focus, help] [] Flash Heal
    esp if you use info for script from khatovar's link above
    actually i change it in mine to
    /cast [mod:alt,target=mouseover, exists, help] Flash Heal; [target=focus, help] [] Flash Heal
    but still need region of your unit frames to use or it will mess up and heal mouseover targets that you don't want it to ie party members themselves as apposed to one you want it to when you want it to. Which is why the mouse region it used from his link
    What this macro does is if mouse is over certain area on screen send alt plus the key and does a mouseover heal. if no alt sent that means we don't have a mouseover to heal focus if no focus heal target ie the [] and player if none of the above although i think self cast has to be on in settings for the self heal part.

    Note that i use grid with it set to sort by name so order is always the same in the unit frames in the mouseover region.

  6. #6

    Default

    Quote Originally Posted by Ualaa View Post
    As far as heals go, you have two fairly different options in IS Boxer.
    I use both, Repeater based for my team, and Macro based for friendlies not in my raid/group.

    Option A - Macro based.
    This is good if the target is not a member of your team, party, raid, battlegroup etc.
    You will probably use assist based logic.
    The first condition which is true is used.

    I like something like:
    /cast [help][help,Target=TargetTarget][Target=TargetTargetTarget] Heal Spell

    You can abbreviate Target= into @, and capitalization is for easier reading, but doesn't matter.
    /cast [help][help,@TargetTarget][@TargetTargetTarget] Heal Spell


    Option B - Repeater Regions.
    Once you use this style of healing, you'll never want to revert to key based heals.
    The only drawback is that the target needs to be in your party or raid.

    Written Guide: http://isboxer.com/index.php/compone...lique-repeater
    Video Guide 1: http://isboxer.com/index.php/videos/...tovya-repeater
    Video Guide 2: http://isboxer.com/index.php/videos/...or-healing-101

    Have a question about Video guide 1. If i'm not mistaken it was said that regions can be set up to the point that it will pass thru on the slaves in the red region and makeable so that when you click it it doesn't activate on the master screen. Then an example was shown on the action bars, the question is, does it only work with mouse clicks? What about whats keybound in that region? and if so what are teh options if you aren't a clicker?

  7. #7
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    If you create an Action Target Group, for your healer toon or toons.
    You can select that as the target for the click.
    And combine that with KVM mode (check the square).

    The KVM mode means the local window will ignore that click.
    So your target is not changed while on your tank, and trying to have your healer heal you.

    But because the target is an ATG, it goes to all members of that group.
    So if you happen to have a team where 3x Elemental Shamans are the healers (like mine).
    Clicking a heal region from any shammy, sends the click to all three... even though none of them actually change targets.

    Without KVM, the lead shammy (or whichever window you are in), would change targets when clicking on the Grid frame.




    The example on the action bars is straight click passing. It is not running mapped keys. Basically, when you click on 1, via the keyboard, in IS Boxer it is doing a mapped key.

    The mapped key tells the other windows to assist the window in which the key originates from, and then to do whatever is on that same keybind.

    By broadcasting the click, every window is telling all of the others to assist them and then do whatever is on the same key.

    If you click a button (and broadcast the click), and the button does not have an assist component, then passing clicks this way will work just fine. I have buttons which have tiny repeater regions over them, for doing dailies or for clicking my hearthstone.

    In the example video 1, any of the keys which have a Repeater Region over them... would function completely fine, if they were activated via keyboard click.




    The newest feature for IS Boxer is click boxes.
    These are graphical regions on the screen, which are tied to mapped keys.
    So when you click on one, it is the equivalent of pressing a hotkey to activate that specific mapped key.

    Clicking on one of these will assist properly.
    Assuming you'd rather be clicking then pressing your keyboard keys.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  8. #8

    Default

    Quote Originally Posted by lorddread View Post
    this works in hotkeynet

    Note that i use grid with it set to sort by name so order is always the same in the unit frames in the mouseover region.
    This. Also use clique and repeater regions in IS and makes healing anyone/anything really easy.

  9. #9

    Default

    Another option now is Click Bars in ISBoxer which can also be used for healing, a little longer to setup than click regions but in some respects might provide more healing buttons, e.g. click regions with Vuhdo gives you left click ,right click, middle wheel etc, where as click bars could give you a button for any spell you want to cast. I believe each spell might have to have it's target assigned in the keymap, not 100% sure as I have not tried it yet, but it does seem like this route gives you a much more personalised set of spells per party member without using key modifiers to get to more than 3 or 4 heal spells.

  10. #10

    Default

    I just dual specced one of my pally slaves as a healer and have her stand back and spam Flash Heal in a macro. It's on the same button as my DPS and Tank's main spam. The macro I'm using and seems to work very well so far, is:

    #showtooltip
    /assist focus
    /cast [help][@focustargettarget] Flash of Light

    I've got another one like this for Holy Light and Holy Spark as well.

    She don't cast it if she doesn't have anyone selected, and will constantly heal whatever her focus's target is. Be it me, or someone else in the party that draws aggro. Down side I've noticed so far, is I have to setup a separate heal macro to heal herself if she somehow gets hurt from AoE damage or by an add in a mob I'm not targeting. I now have my numberpad on the right of my keyboard setup to target party members through the Keybindings interface and a macro on Num-5 to cast FoL as well. I'll get into using ISBoxer later, but for now, I'm still using Keyclone only. I saw the vids of how to set up for healing and liked it. I've got a priest on my 4th I'd like to use as a primary healer once I get her to 80. Right now, my main Priest healer is 68 and leads 3 Hunters using Healbot to heal.

Posting Rules

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