Thread Tools Display Modes
08-07-15, 12:44 PM   #1
GOSYDELIX
A Flamescale Wyrmkin
 
GOSYDELIX's Avatar
Join Date: Feb 2007
Posts: 120
Building a Macro, need advanced help!

Hello people!

I would like some help with building a macro, And I'm still trying to learning the conditions and other stuff, but I can try to explain what kind of macro I want.

#1 If I'm out of combat, and my target Is dead then cast Mass Ress ( Guild Perk )
#2 If I'm out of combat, and my target Is dead then use Loot-a-Rang
#3 If I'm out of combat, and my target Is Alive and Enemy, then castsequence Icy Touch togheter with Plague Strike
#4 If i'm still in combat, I just want my macro to reset with number #3.
#5 If i'm in combat, holding down shift, then use Health Stone

I hope this isn't too hard to make!
Thanks in advance
__________________
  Reply With Quote
08-07-15, 08:40 PM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
I made a few improvements to the design of the macro. Healthstone will accept any modifier key to be held. Mass Resurrection is set as the default action and runs if out of combat and no enemy is targeted. The Icy Touch/Plague Strike sequence should reset when you drop out of combat.
Code:
/castsequence [combat,mod] Healthstone; [combat][harm,nodead] reset=combat Icy Touch, Plague Strike; [harm,dead] Loot-A-Rang; Mass Resurrection
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 08-08-15 at 12:07 PM.
  Reply With Quote
08-07-15, 09:51 PM   #3
GOSYDELIX
A Flamescale Wyrmkin
 
GOSYDELIX's Avatar
Join Date: Feb 2007
Posts: 120
SDPhantom, you are my hero! Thanks alot!

EDIT : The Loot-a-Rang part of the macro doesn't work tho

2ND EDIT : It was a minor misspell on the macro! Fixed! Thanks again!
__________________

Last edited by GOSYDELIX : 08-07-15 at 10:01 PM.
  Reply With Quote
08-08-15, 12:07 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,313
There are actually a couple different ones, the one I used in the macro was the original Loot-A-Rang I made back in Cataclysm.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Building a Macro, need advanced help!

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off