It is currently Fri Jul 30, 2010 5:45 am

All times are UTC - 8 hours [ DST ]


Sponsors:




Post new topic Reply to topic  [ 17 posts ] 
Author Message
 Post subject: Macro time.
PostPosted: Tue Feb 17, 2009 12:25 pm 
Offline
Sapling

Joined: Tue Feb 17, 2009 12:07 pm
Posts: 2
I am a fairly recent conversion to the healing plate ways, having quit the game on my rogue before wrath, and only coming back in after inheriting an used pally from a friend and I have to say I'm hooked. I am also a macro junkie, as I use Clique to handle the basics of HL/FOL, and 1-= to handle the situational stuff. since i play on a laptop. I was wondering who out there has macros to share.


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Feb 17, 2009 3:37 pm 
Offline
Journeyman Healer
User avatar

Joined: Sat Feb 14, 2009 3:10 pm
Posts: 32
heres a few off the top of my head

Oh CRAP button:
#showtooltip Holy Shock
/cast Divine Favor
/cast Holy Shock

Oh SHIT button:
#showtooltip
/cast Divine Intervention
/ra Divine Intervention on %T !!

#showtooltip
/stop casting
/cast Holy Light

#showtooltip
/assist Instructor Razuvious
/cast Holy Light

can't really think of any others save /focus and other simple ones.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Feb 17, 2009 4:46 pm 
Offline
Bubble-Hearth
User avatar

Joined: Tue Jul 01, 2008 6:08 pm
Posts: 473
Location: BNE/.au
All-purpose cast-through macro:

#showtooltip Flash of Light
/stopcasting
/cast [button:2,target=player][target=target,help][target=targettarget,help] [target=none] Flash of Light


In order:
- Casts FoL on myself if I right click. If a left click, then:
- Casts FoL on my target if they're friendly. If they're not, then:
- Casts FoL on my target's target if they're friendly. If not, then:
- Gives me the glowy-hand spell targeting cursor.

Replace with the spell name of your choice.

Macros should really, however, go in the Macros forum. You can find a lot of useful paladin and pally-adaptable macros there.

_________________
Image
Paladin blogging at its bloggiest: Banana Shoulders • PlusHeal Forum Admin


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Wed Feb 18, 2009 4:03 am 
Offline
Journeyman Healer

Joined: Tue Jan 13, 2009 10:47 pm
Posts: 39
Location: Hungary
You haven't mentioned what kind of unitframes you are using. I strongly suggest Grid, it's absolutely awesome, can show a ton of info in a very clean and compact format. As for me, I don't use Clique, but I have all my healing tools embedded in mouseover macros, which I bind to the following buttons: 0 = Sacred Shield, 1 = Holy Light, 2 = Holy Shock, 3 = Flash of Light, 4 = Beacon of Light, 5 = Lay on Hands, R = Hand of Protection, F = Divine Favor+Holy Shock. I also suggest including using things like spellpower trinkets, Divine Illumination and stuff in your Holy Light macro. Sure, this way they might be on cooldown when you really need them, but otherwise you are risking not using these spells/cooldowns to their full potential. So e.g. my Holy Light macro looks something like this.

#showtooltip Holy Light
/cast Divine Favor
/cast Divine Illumination
/use trinket 1
/use trinket 2
/cast [target=mouseover] [help] Holy Light


I don't know the script by heart that disables error messages, you might wanna look it up somewhere (say, wowwiki) and include it in your macros. I hope I helped a bit.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Mon Mar 02, 2009 3:04 pm 
Offline
Sapling

Joined: Tue Feb 17, 2009 12:07 pm
Posts: 2
thanks all!


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Mar 03, 2009 6:59 am 
Offline
Heal Master!
User avatar

Joined: Tue Dec 02, 2008 10:00 am
Posts: 447
Location: Melbourne, Australia
There's a link in my sig to a paladin macro thread with some useful ones.

_________________
Image
Image
[ vine's HealUI ] [ vine's TankUI ]


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Mar 03, 2009 8:40 am 
Offline
Healer-At-Arms

Joined: Thu Feb 12, 2009 11:10 am
Posts: 16
Vyanda's macro with a couple modifications

Code:
#showtooltip Holy Light
/script UIErrorFrame:Hide()
/stopcasting
/cancelaura Divine Plea
/cast Divine Favor
/cast Divine Illumination
/use 13
/use 14
/cast [target=mouseover] [help] Holy Light
/script UIErrorFrame:Clear()
/script UIErrorFrame:Show()


(There is a macro section, I just deleted a macro from this post, wrote it there)

Best regards ;)


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Mar 24, 2009 3:06 pm 
Offline
Healer-At-Arms

Joined: Thu Feb 05, 2009 10:10 am
Posts: 18
I'd seperate the Divine Plea cancel out and bind it seperately. Or at least have a HL keybind without it. When I heal while Plea is up I spam Holy Lights, since half a flash is about worthless. If you need to cancel it cancel it, but you're better off letting it run its course if its not going to kill anyone. Maybe you could add it a Divine Favor+Shock combo, but then I use that during Plea too, since it allows me to boost my thruput when I need it.


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Mar 24, 2009 7:23 pm 
Offline
I need my own forums
User avatar

Joined: Mon Jan 26, 2009 3:56 pm
Posts: 75
If I wanted to macro the ability to cancel Divine Plea, I'd couple it to Divine Plea itself.

/cancelaura Divine Plea
/cast Divine Plea

One click casts Divine Plea, another click removes the buff.
___

I've been trying to make a mouseover macro for Holy Shock that casts Holy Shock on my mouseover target or, if I don't have a mouseover target, on my regular target.

I can't get anything to work except casting on mouseover.


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Tue Mar 24, 2009 7:57 pm 
Offline
Heal Master!
User avatar

Joined: Tue Dec 02, 2008 10:00 am
Posts: 447
Location: Melbourne, Australia
Samcen wrote:
I've been trying to make a mouseover macro for Holy Shock that casts Holy Shock on my mouseover target or, if I don't have a mouseover target, on my regular target.

I can't get anything to work except casting on mouseover.

You probably need an alt key modifier in there.

_________________
Image
Image
[ vine's HealUI ] [ vine's TankUI ]


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Wed Mar 25, 2009 9:16 am 
Offline
Healer-At-Arms

Joined: Thu Feb 05, 2009 10:10 am
Posts: 18
My judge-through macro is in the can't-live-without category.

Code:
/cast [harm][target=targettarget,harm] Judgement of Wisdom


I can target the tank and judge his target, or I can target a mob and judge it directly. If I have no target it does nothing -- this eliminates the default behavior, which is 'pull other random nearby mob'. If you like that sort of thing replace [harm] with []. It still switches my target to the mob, no getting around that. Of course if you've got a heal-through macro that's no worries. In my case I'm more or less constantly selecting my heal targets anyway.

But this lets me keep my judgments up without having take my attention off my health bars to manually select my target, keeps me from hurriedly tab targeting and judging the wrong mob or even breaking a cc'd mob by accident.

EDIT -- has to be 'harm' in both places


Last edited by Valis on Wed Apr 01, 2009 3:07 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Wed Mar 25, 2009 9:39 am 
Offline
Healing Authority
User avatar

Joined: Sun Jan 04, 2009 10:48 pm
Posts: 138
Valis wrote:
My judge-through macro is in the can't-live-without category.

/cast [target=targettarget,help][harm] Judgment of Wisdom

I can target the tank and judge his target, or I can target a mob and judge it directly. If I have no target it does nothing -- this eliminates the default behavior, which is 'pull other random nearby mob'. If you like that sort of thing replace [harm] with []. It still switches my target to the mob, no getting around that. Of course if you've got a heal-through macro that's no worries. In my case I'm more or less constantly selecting my heal targets anyway.

But this lets me keep my judgments up without having take my attention off my health bars to manually select my target, keeps me from hurriedly tab targeting and judging the wrong mob or even breaking a cc'd mob by accident.


Oh nice, I never thought of macroing my judgements that way. Thanks!

_________________
Find me on the Armory: http://www.wowarmory.com/character-sheet.xml?r=Exodar&n=Larsi


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Wed Mar 25, 2009 4:25 pm 
Offline
I need my own forums
User avatar

Joined: Mon Jan 26, 2009 3:56 pm
Posts: 75
Ah, I've figured out the Holy Shock macro I was trying to create!

/cast [target=mouseover,exists,help,nodead][target=target,nodead,exists,harm][target=player,help] Holy Shock

If you have a mouseover target, you'll cast on it. If not, you'll cast on your current target. If you don't have a target, you'll cast on yourself.


Top
 Profile  
 
 Post subject: Re: Macro time.
PostPosted: Thu Mar 26, 2009 2:59 pm 
Offline
Sapling

Joined: Thu Feb 26, 2009 8:49 pm
Posts: 8
Due to my late night work schedule, I'm stuck healing my own late night 10 man Nax. When mana gets tough and the other healer would have trouble by themselves, I don't have the option of taking Divine Plea's reduction in stride (Patchwork, Gluth). I found that using a macro to pop Divine Plea followed by Divine Illumination and popping my wings let's me still heal effectively, and regen tons of mana since the Divine Illumination crits give me more mana than I spend. Try that one out for long, damage intensive fights.

_________________
Image


Top
 Profile  
 
 Post subject: Good Holy Pally Macros
PostPosted: Fri Jul 10, 2009 8:21 pm 
Offline
Healing Authority
User avatar

Joined: Sun Apr 05, 2009 9:41 pm
Posts: 128
What are some good holy pally macros???? I'm just now discovering macros

_________________
Image

MY REAL TIME GEAR SET >>>> http://www.wow-heroes.com/index.php?zone=us&server=Aerie%20Peak&name=skulldancer


Top
 Profile  
 
 Post subject: Re: Good Holy Pally Macros
PostPosted: Fri Jul 10, 2009 9:07 pm 
Offline
Journeyman Healer

Joined: Thu Jun 18, 2009 2:24 pm
Posts: 37
MACRO 16777253 "DG" INV_Misc_QuestionMark
#showtooltip Divine Sacrifice
/castsequence reset=30 Divine Sacrifice, Divine Shield
END

MACRO 16777235 "Dispel" INV_Misc_QuestionMark
#showtooltip cleanse
/stopcasting
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead]cleanse
END

MACRO 16777229 "FoL" INV_Misc_QuestionMark
#showtooltip flash of light
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead]flash of light
END

MACRO 16777237 "H. BoL" INV_Misc_QuestionMark
#showtooltip beacon of light
/cast [target=focus] beacon of light
/sw 90
/script Stopwatch_Play()
END

MACRO 16777223 "h.Shock" INV_Misc_QuestionMark
#showtooltip holy shock
/cast divine favor
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead]holy shock
END

MACRO 16777242 "HL" INV_Misc_QuestionMark
#showtooltip holy light
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead]holy light
END

MACRO 16777251 "Judge" INV_Misc_QuestionMark
#showtooltip judgement of wisdom
/cast [mod,target=player][target=mouseover,help,nodead][help,nodead][nogroup,target=player][target=targettarget,help,nodead]judgement of wisdom
END

MACRO 16777252 "Mit" INV_Misc_QuestionMark
#showtooltip
/castsequence reset=30 Hand of Sacrifice, Divine Shield
END

MACRO 16777250 "Mount" INV_Misc_QuestionMark
/script local m=GetZoneText() if (m=="Dalaran" or m=="Wintergrasp") and (GetSubZoneText()~="Krasus' Landing") then CallCompanion("Mount", 3);end
/use [flyable,nomounted] Swift Purple Gryphon; [nomounted] Great Purple Elekk
/dismount
END

MACRO 16777247 "S.S" INV_Misc_QuestionMark
#showtooltip sacred shield
/cast [target=focus] sacred shield
END

MACRO 16777220 "t.Bubble" INV_Misc_QuestionMark
#showtooltip Divine Shield
/cancelaura Divine Shield
/cast Divine Shield
END

MACRO 16777221 "Wings" INV_Misc_QuestionMark
#showtooltip Avenging wrath
/s Light give me Strength!
/cast avenging wrath
END


Top
 Profile  
 
 Post subject: Re: Good Holy Pally Macros
PostPosted: Fri Jul 10, 2009 10:09 pm 
Offline
Silver Hand
User avatar

Joined: Sun Jul 13, 2008 4:22 pm
Posts: 503
Moderator note: Merged a new thread into a still-relevant older thread to keep resources consolidated. ;) Apologies if it makes some of the posts seem odd or out of place.

_________________
~Gryphonheart, Knight of the Silver Hand — Feathermoon (US RP-PvE)

The Lion Guard — My World of Warcraft Blog


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Blue Moon by Trent © 2007
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group