Pvp macro help needed
Moderators: Fridmarr, Worldie, Aergis, _Chloe
5 posts
• Page 1 of 1
Pvp macro help needed
So i posted on the ret pally forum but they dont seem to be excessively quick to help people out and i need some help with some macros for arena so i can get to 1850 and get my shield. So ill repost here and hopefully someone can help me. You might wanna merge this with the macro sticky idk really since its more pvp oriented not tanking.
Abdullah wrote:
MVP Macros, the ones that I can't live without them.
#showtooltip
/stopcasting
/cast Divine Shield(Rank 2)
#showtooltip Repentance
/cast [nomod:alt] Repentance
/cast [mod:alt,target=focus] Repentance
#showtooltip Hammer of Justice
/cast [nomod:alt] Hammer of Justice
/cast [mod:alt,target=focus] Hammer of Justice
#showtooltip Crusader Strike
/startattack
/cast Crusader Strike
#showtooltip
/equip [noequipped:shields] Merciless Gladiator's Barrier
/equip [noequipped:shields] Merciless Gladiator's Gavel
/equip [equipped:shields] Vengeful Gladiator's Bonegrinder
#showtooltip Cleanse
/cast [modifier:SELFCAST, target=player] Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] Cleanse
So i feel like a noob for starting my own thread when all of the macros i wanted help with were already in here but i have some questions about these macros. For the repentance/HoJ one how do you set a focus target. and i assume that i hold alt while i hit the keybinding on the macro to make it rep/hoj the focus target, is that correct?
Also on the cleanse macro what exactly does it do? i assume it cleanses yourself first but what does the whole help and target=target thing do?
Also assuming i wanted to macro Casting BoP on my arena partner or myselfi i could do something like
#showtooltip Blessing of Protection
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar] Blessing of Protection
Or is there a way to use this macro but remove the mouseover thing so that it only casts BoP on my arena partner if he is still alive and so it doesnt Auto self cast on me?
#Showtooltip Blessing of Protection
/cast [target=mouseover,exists] Blessing of Protection; [target=,exists,false]
Abdullah wrote:
MVP Macros, the ones that I can't live without them.
#showtooltip
/stopcasting
/cast Divine Shield(Rank 2)
#showtooltip Repentance
/cast [nomod:alt] Repentance
/cast [mod:alt,target=focus] Repentance
#showtooltip Hammer of Justice
/cast [nomod:alt] Hammer of Justice
/cast [mod:alt,target=focus] Hammer of Justice
#showtooltip Crusader Strike
/startattack
/cast Crusader Strike
#showtooltip
/equip [noequipped:shields] Merciless Gladiator's Barrier
/equip [noequipped:shields] Merciless Gladiator's Gavel
/equip [equipped:shields] Vengeful Gladiator's Bonegrinder
#showtooltip Cleanse
/cast [modifier:SELFCAST, target=player] Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] Cleanse
So i feel like a noob for starting my own thread when all of the macros i wanted help with were already in here but i have some questions about these macros. For the repentance/HoJ one how do you set a focus target. and i assume that i hold alt while i hit the keybinding on the macro to make it rep/hoj the focus target, is that correct?
Also on the cleanse macro what exactly does it do? i assume it cleanses yourself first but what does the whole help and target=target thing do?
Also assuming i wanted to macro Casting BoP on my arena partner or myselfi i could do something like
#showtooltip Blessing of Protection
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar] Blessing of Protection
Or is there a way to use this macro but remove the mouseover thing so that it only casts BoP on my arena partner if he is still alive and so it doesnt Auto self cast on me?
#Showtooltip Blessing of Protection
/cast [target=mouseover,exists] Blessing of Protection; [target=,exists,false]
- Joacimcans
- Posts: 116
- Joined: Fri Aug 03, 2007 11:10 am
I set up my proximo to focus on a right click, but you can just type /focus when targetting them, or /focus playerName
Yes, holding alt when hitting the macro will hit your focus target, no alt will cast on what you have selected.
Add the nodead modifier and it wont' try and cast if they are dead.
Yes, holding alt when hitting the macro will hit your focus target, no alt will cast on what you have selected.
Add the nodead modifier and it wont' try and cast if they are dead.
- Menoch
- Posts: 48
- Joined: Fri Oct 12, 2007 12:35 pm
okay thanks for that and for the BoP macro how do you add a no dead modifier?
#showtooltip Blessing of Protection
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar] Blessing of Protection
Also any idea what the cleanse macro does? and what the help modifier does?
#showtooltip Blessing of Protection
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar] Blessing of Protection
Also any idea what the cleanse macro does? and what the help modifier does?
- Joacimcans
- Posts: 116
- Joined: Fri Aug 03, 2007 11:10 am
#showtooltip Blessing of Protection
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar, nodead] Blessing of Protection
should work.
#showtooltip Cleanse
/cast [modifier:SELFCAST, target=player] Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] Cleanse
The first line will cast Cleanse on you IF you are holding the Selfcast modifier (I believe by default this is Alt, can be changed in the interface options)
The second line will:
Attempt to cleanse your target, if it is friendly (help)
Attempt to cleanse you mouseover unit, if it is friendly
Attempt to cast cleanse on your target's target, if it is friendly
Fail.
/cast [nomodifier:ctrl] Blessing of Protection
/cast [modifier:ctrl,target=Dalthar, nodead] Blessing of Protection
should work.
#showtooltip Cleanse
/cast [modifier:SELFCAST, target=player] Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] Cleanse
The first line will cast Cleanse on you IF you are holding the Selfcast modifier (I believe by default this is Alt, can be changed in the interface options)
The second line will:
Attempt to cleanse your target, if it is friendly (help)
Attempt to cleanse you mouseover unit, if it is friendly
Attempt to cast cleanse on your target's target, if it is friendly
Fail.


- Thanehand
- Posts: 177
- Joined: Wed Dec 12, 2007 5:54 am
Thanehand wrote:#showtooltip Cleanse
/cast [modifier:SELFCAST, target=player] Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] Cleanse
The first line will cast Cleanse on you IF you are holding the Selfcast modifier (I believe by default this is Alt, can be changed in the interface options)
The second line will:
Attempt to cleanse your target, if it is friendly (help)
Attempt to cleanse you mouseover unit, if it is friendly
Attempt to cast cleanse on your target's target, if it is friendly
Fail.
Sorry to kinda bring this back from the dead, but is there a way to have this selfcast with holding the Selfcast modifier?
something like:
#showtooltip Cleanse
/cast [help,target=target] [help,target=mouseover] [help,target=targettarget] [target=player] Cleanse
Would this actually go through all those conditions and eventually cast it on me?
As in, if I say have the Flame Shock from Halazzi on me and I'm targetting the boss with no friendly target mouseover-ed, would it
A: Go through the process of checking my target to see if friendly and need the dispel, then check my mouseover target, then my target's target, and eventually come to me, and dispel the Flame Shock
or
B: Result in a "There is nothing to Dispel", or "You don't have a target" (or whatever that error message is)?
- Dareyna
- Posts: 2
- Joined: Mon Jan 28, 2008 5:50 pm
- Location: Ontario, Canada
5 posts
• Page 1 of 1
Return to Add-ons, UI, and Macros
Who is online
Users browsing this forum: No registered users and 2 guests
