O and it tells the group exactly what your doing, get rid of all the /g's if you dont want this, definitely want to if your not in a group with people you know.
Theres a few things you need to fill in, it will say where.
Oh and memorize a bigger heal in gem 1 and a smaller heal in gem 2 :-)
Memorize gate in slot 3, Memorize divine aura or a harmshield in slot 8
{Heres how i used to have the macro setup before i had just me and my other friends in a group, Delete the whole /tar (YOUR FRIENDS NAME) stuff and just click on whoever is hurt, if your in a group, just stay clicked on your tank and hope nobody else gets hurt, or edit it simply so it checks more then 1 person to heal. Have it setup to check 3 peoples health, myself, my friend, and the other.
It likes to sit down alot.
Ok and heres the magician part, my friend used this then played the tank, it casts 1 nuke and sends the pet, and if it gets attacked it just stands and doesnt move or attack for awhile, if it is LOM on mana it will check for targets nearby and send pet, otherwise it will just go full out OOM and not do anything for 20 seconds. It likes to sit down alot.|PL-Easy, KISS Continuous Heal stolen and modified By Xantan2 (
#turbo
Sub Main
/echo Healing Targets you specify within me.
/g healmacro on. ${Me.PctMana}%m =\
:loop
/if (${Me.PctHPs}<10) /goto :heal4
/if (${Me.PctHPs}<75) /goto :heal3
/if (${Me.PctMana} < 24) /gotoom
/delay 4
/tar pc (This is your TANK in your group)
/delay 1
/if (${Target.ID}==FALSE) /goto :loop
/if (${Me.Casting.ID}) /goto :loop
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 1
/if (${Target.PctHPs}<60) /goto :heal5
/delay 4
/tar pc (This isnt your tank, but someone who has less hp. If you want to add more people to the heal list, well, just use your head.)
/delay 1
/if (${Target.ID}==FALSE) /goto :loop
/if (${Target.PctHPs}<80) {
/goto :heal
} else {
/if (${Me.PctHPs}<55) /goto :heal2
/goto :loop
}
:heal
/if (${Target.Distance}>85) /goto :loop
/if (${Me.PctMana} < 13) /gotoom
}
/cast 2
/delay 15
/delay 5
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
}
/if (${Me.PctHPs}<55) {
/goto :heal2
} else {
/delay 37
/goto :loop
}
om
/g I'm [[OOM!]] ...Meditating... ${Me.PctMana}%M
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/g Don't pull for a bit unless you want to [[die]].Medding.
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 50
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/g Ok Im at ${Me.PctMana}%M, [[Pull]], But [[go easy]].
/delay 10
/goto :loop
:heal2
/if (${Me.PctMana} < 14) /gotoom
/if (${Me.PctHPs}<11) /goto :heal4
/target (YOUR NAME)
/cast 1
/delay 72
/goto :loop
:heal3
/if (${Me.PctMana} < 14) /gotoom
/if (${Me.PctHPs}<11) /goto :heal4
/target (YOURSELF)
/cast 2
/delay 50
/goto :loop
:heal4
/cast 8 (RID OF THIS IF YOU DONT HAVE A HARMSHIELD LIKE SPELL)
/delay 10
/keypress forward
/delay 1
/keypress back hold
/delay 1
/t (YOUR FRIENDS NAME) You let me get to 10% hp. I'm Gating.
/delay 1
/cast 3 (PUT GATE IN SLOT 3)
/delay 300
/t (your friends name) Hi, im at my bind point. Going to camp in 30 seconds unless (YOURNAME) wakes up.
/delay 30
/t (OTHER FRIENDS NAME) Hi, im at my bind point. Going to camp in 30 seconds unless (YOURNAME) wakes up.
/delay 10
/camp
/delay 100
/echo Wake up! You are camping!
/delay 190
/endmacro
:heal5
/if (${Target.Distance}>85) /goto :loop
/if (${Me.PctMana} < 23) /gotoom
}
/keypress 1
/delay 20
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
}
/if (${Me.PctHPs}<55) {
/goto :heal2
} else {
/delay 37
/goto :loop
}
Mem a nuke in... Slot 1, its gonna cast it alot, well sorta, unless you change the delays in :nuke
Mem gate in... slot 3
I dont remember the rest, just look at the code and see.
GL
Have fun now! :-)|Continuous Nuke and send pet By Xantan, modified a simple heal target macro to make this
#turbo
Sub Main
/echo Nuking targets in range of me, 60.
:loop
/if (${Me.PctHPs}<10) /goto :heal4
/if (${Me.PctHPs}<70) /goto :heal2
/if (${Me.PctMana} < 20) /gotoom
/delay 4
/if (${Me.Casting.ID}) /goto :loop
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 1
/if (${Target.ID}==FALSE) /tar NPC radius 60
/if (${Target.PctHPs}<100) /goto :nuke
/delay 4
/if (${Target.ID}==FALSE) /tar NPC radius 60
/delay 1
/if (${Target.PctHPs}<100) {
/goto :nuke
} else {
/if (${Me.PctHPs}<11) /goto :heal4
/goto :loop
}
:nuke
/delay 1
/if (${Target.ID}==FALSE) /goto :loop
/delay 1
/pet attack
/delay 1
/if (${Me.PctMana} < 15) /gotoom
/delay 1
/if (${Target.Distance}>70) /goto :loop
/delay 1
/if (${Me.PctMana} < 13) /gotoom
/delay 1
/if (${Me.PctHPs}<87) /goto :heal2
}
/g [[Nuke+Pet]] on a %t ${Me.PctMana}%M
/delay 1
/cast 1
/delay 40
/if (${Me.PctHPs}<87) /goto :heal2
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
}
/if (${Me.PctHPs}<80) {
/goto :heal2
} else {
/delay 70
/goto :loop
}
om
/g I'm LOM, ${Me.PctMana}[[%M]] but ill still be operating my [[Pet]] if there is a target in radius [[60]]...
/delay 2
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Target.ID}==FALSE) /tar NPC radius 60
/delay 30
/if (${Target.ID}==FALSE) /gotoom2
/delay 2
/pet attack
/delay 2
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/delay 30
/delay 20
/goto :loop
om2
/g I'm [[OOM!]] ...Meditating... ${Me.PctMana}%M (i wont be operating pet for 30 seconds or casting)
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Me.PctHPs}<80) /goto :heal2
/if (${Me.PctHPs}<10) /goto :heal4
/delay 25
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Me.PctHPs}<10) /goto :heal4
/delay 25
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Me.PctHPs}<10) /goto :heal4
/delay 10
/g Don't pull for a bit unless you want to [[die]].Medding.
/delay 100
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Me.PctHPs}<10) /goto :heal4
/delay 60
/if (${Me.Standing} && !${Me.Mount.ID}) /sit
/if (${Me.PctHPs}<10) /goto :heal4
/delay 60
/g Ok ${Me.PctMana}%M, [[Pull]], But [[go easy]].
/if (${Me.PctHPs}<10) /goto :heal4
/delay 10
/goto :loop
:heal2
/if (${Me.PctMana} < 14) /gotoom
/if (${Me.PctHPs}<10) /goto :heal4
/if (${Me.Sitting} && !${Me.Mount.ID}) /stand
/delay 32
/g -- ${Me.PctMana}[[%M]] --
/if (${Me.PctHPs}<10) /goto :heal4
/delay 40
/goto :loop
:heal4
/if (${Me.Sitting} && !${Me.Mount.ID}) /stand
/delay 1
/keypress forward
/delay 1
/keypress back hold
/delay 3
/t (friend1) You let me get to 10% hp. I'm Gating.
/delay 4
/cast 3
/delay 300
/t (friend1) Hi, im at my bind point. Going to camp in 30 seconds unless (your name) wakes up.
/delay 30
/t (friend2) Hi, im at my bind point. Going to camp in 30 seconds unless (your name) wakes up.
/delay 10
/camp
/delay 100
/echo Wake up! You are camping!
/delay 190
/endmacro
Here what i'd do if i were you, Make a mage, Make a Cleric, Make a Tank, or get friends to do one of those 3 and use this macro . its cool.
Hopefully someone fines this useful.


