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

    Default

    So now I am lvl 21 (got shaman's lesser healing wave yeah)

    I cant rly use buttons since I think thats only if u using ISboxer (for repeated regions) and I am using keyclone right now.
    my healing right now more or less option 2):

    E
    all shamans stop casting and lesser heal paladin

    F1
    click macro rotating healing wave from one of the shamans to paladin.

    It works ok for now, the biggest problem is how to reset the F1 macro. I was tinkling of not having a reset function, but that might off set the healing rotations. right now I have it reset on combat which means that most of the time the healing is done by one shaman, and that drains my mana.

    Mouseover I think that will be effective as well. I remember there was a discussion about setting the same group order to slaves as it is to the master( so player is not necessary always on top of group). But for some reason i cant find the posting on that, i think it was an addon that can do that. I don't quite see how to connect the dsp macro to the mouseover heal macro tho

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

    Default

    Set your reset to something really long, like 90 seconds. (reset=90) That should delay enough that you'll usually already be on the next pull before it resets. You could also do a reset=alt so if your healing key is 1, pressing ALT+1 would reset it.

    Caveat: I've not used a modifier key as a reset condition before, though wowwiki says it should work.
    Now playing: WoW (Garona)

  3. #13

    Default

    Quote Originally Posted by Cypress View Post

    Mouseover I think that will be effective as well. I remember there was a discussion about setting the same group order to slaves as it is to the master( so player is not necessary always on top of group). But for some reason i cant find the posting on that, i think it was an addon that can do that. I don't quite see how to connect the dsp macro to the mouseover heal macro tho
    Almost any unit frame addon can set your group order to a static order. I used Pitbull4 which allows you to add the player to the group frame, and then arrange the group frame alphabetically.


    Connecting the DPS macro the the heal macro is simply a matter of setting up the script to point to the appropriate macros.

    Code:
    <Hotkey 2>
        
        <If MouseIsOverWindowRect WoW1 36 57 274 631>
            <SendLabel w2>
    			<SaveMousePos>
    			<Clickmouse Noclick 60% 60% Norestore>
    		            <Key Lctrl 1>
    			<Restoremousepos>
    		<SendLabel w1, w3, w4, w5>
    		<Key 2>
    	<Else>
    	<SendLabel w1, w2, w3, w4, w5>
    		<Key 2>
    What this says is -

    If, while pressing key 2, my mouse is in this location {the coordinates of my group frames on my tank's screen}, move the mouse over to the same area on my healers screen and send key Lctrl 1 to my healer {Lctrl 1 being simply /cast [target=mouseover] Chain Heal in this case}, and send key 2 to all other WoW windows {being the various spam macros for my tank and DPS}, then move the mouse back {the movement is almost imperceptible}.

    If, while pressing 2, my mouse is anywhere else, send key 2 to every WoW window {again, 2 being my normal spam for tank and DPS and my "heal spam"}.
    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 _

Posting Rules

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