The Most Ghetto CH rotation macro ever!

Post your completed (working) macros here. Only for macros using MQ2Data syntax!

Moderator: MacroQuest Developers

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

The Most Ghetto CH rotation macro ever!

Post by Oid » Sun May 16, 2004 8:39 am

Code: Select all

Sub Main
	:loop
	/cast 1
	/delay 126
	/goto :loop
/return
Smokey the Lax says only you can prevent reproduction.

Zazoot
a hill giant
a hill giant
Posts: 163
Joined: Sat Feb 07, 2004 11:02 am

Post by Zazoot » Sun May 16, 2004 8:14 pm

maybe add a few more /cast 1 lines in there in case of fizzles otherwise that is one solid macro

:lol:

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Sun May 16, 2004 8:19 pm

That's what's sad... I would use this macro in a ch rotation..... and trust it more then the 500 line monstrosities some people write
Smokey the Lax says only you can prevent reproduction.

Zeit
a lesser mummy
a lesser mummy
Posts: 34
Joined: Sat Jan 24, 2004 5:54 am

Post by Zeit » Mon May 17, 2004 2:32 am

This is the one i used to use for my bot cleric before the events change and the param change been too lazy to change it since im not in rotation much anymore but, we do rotation in a channel the cleric before you calls your name you count to whatever call the next cleric and cast etc etc, he even asnwered mana checks by the necros, so here it is in all its glory

Code: Select all

#turbo
#event Go "<< YOUR.NAME.HERE >>"
#event Go ">>YOUR.NAME.HERE<<"
#event Go ">> YOUR.NAME.HERE <<"
#event manach "MANA CHECK"
#event Go "<<< YOUR.NAME.HERE >>>"
#event Go "<<<YOUR.NAME.HERE>>>"
#event Go "NAME"
#Event Invited "To join the group, click on the 'FOLLOW' option, or 'DISBAND' to cancel"
#Event MGBCR "It's your turn to fire off your MGB heal"

Sub Main
:loop
   /doevents
   /goto :loop

/return

Sub Event_Go
   /tar Some.cleric.always.in.rotation
   /assist
   /delay 25
   /1 Complete Heal on %t << WHOEVER >> next in 2.5 sec.
   /cast 1
   /delay 5
   /cast 1
   /delay 5
   /cast 1
/return

Sub Event_Invited
     /invite
/return

Sub Event_manach
   /delay 1s
|   /1 $char(mana,pct)m
/return 

Sub Event_MGBCR
     /alt activate 35
     /delay 5
     /alt activate 38
     /1 MGB CR INC!
/return

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Mon May 17, 2004 7:14 am

My point.
Smokey the Lax says only you can prevent reproduction.

Chill
Contributing Member
Contributing Member
Posts: 435
Joined: Fri May 07, 2004 5:06 pm
Location: Erie, PA

Chain CH

Post by Chill » Mon May 17, 2004 7:57 am

The only changes I would make to Oid's code to chain CH as it popped would be:

Code: Select all

#include SpellCast.inc

Sub Main 
   :loop 
   /if (${Me.SpellReady["Complete Heal"]} && ${Target.Type.Equal[PC]}) /call cast "Complete Heal"
   /delay 1 
   /goto :loop 
/return

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Mon May 17, 2004 8:48 am

Nice nice ;) i actually have a much more complex (a grand total of 12 lines) ch rotation macro I use. This one was just fun ;)
Smokey the Lax says only you can prevent reproduction.

Space-Boy
a hill giant
a hill giant
Posts: 242
Joined: Wed Dec 04, 2002 12:53 pm
Contact:

Post by Space-Boy » Mon May 17, 2004 2:13 pm

CCH!
You have gotten better at Carpal Tunnel! (247)

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Mon May 17, 2004 2:24 pm

cch? =p
Smokey the Lax says only you can prevent reproduction.

Preocts
a snow griffon
a snow griffon
Posts: 312
Joined: Thu Jan 29, 2004 1:02 pm

Post by Preocts » Mon May 17, 2004 2:34 pm

C.C.R. good band. Saw them live last year, rocked the house old-school. :twisted:

Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Tue May 18, 2004 10:21 am

Well I know who CCR is, I love CCR, but wtf is cch?
Smokey the Lax says only you can prevent reproduction.

anonymoose
orc pawn
orc pawn
Posts: 19
Joined: Wed Aug 06, 2003 3:20 pm

Post by anonymoose » Tue May 18, 2004 12:32 pm


macrolover
a ghoul
a ghoul
Posts: 107
Joined: Sun Jul 14, 2002 9:19 am

lol

Post by macrolover » Tue May 18, 2004 12:39 pm

darn it now i've got beer on my moniter

theafkxper
a hill giant
a hill giant
Posts: 207
Joined: Sun Sep 08, 2002 6:41 pm

Post by theafkxper » Tue May 18, 2004 3:09 pm


Oid
a snow griffon
a snow griffon
Posts: 416
Joined: Thu Oct 17, 2002 3:26 am
Contact:

Post by Oid » Tue May 18, 2004 3:13 pm

I laughed.... i laughed so hard i cried.

I am still laughing... And now i watch it again.
Smokey the Lax says only you can prevent reproduction.