AFCleric.mac - Cleric automation macro (updated Aug 24th)

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

Moderator: MacroQuest Developers

fantum409
a ghoul
a ghoul
Posts: 141
Joined: Fri Nov 14, 2003 10:03 pm

Post by fantum409 » Tue Apr 12, 2005 9:25 pm

drunkmage my God man
Just needed a few hours of tripple checking on format :/ I still have no clue why you put gemx in there becuase the cast command uses text not gems to cast the spell. It seemed to have absolutely no reference.
I'm falling out of my chair over here. heh. If you made this macro work without spell_routines.inc you did one hell of a lot of unnecessary editing. Sorry to comment without constructive content but... I just thought this was a funny one.


Virtuoso65 thank you for that snippet. My cleric doesn't seem to experience the sit/stand bug... so I thought it was fixed. But that looks good. =)

Virtuoso65
a hill giant
a hill giant
Posts: 150
Joined: Wed Oct 15, 2003 2:29 pm

Post by Virtuoso65 » Wed Apr 13, 2005 11:22 am

The sit/stand problem happened only in specific places like MPG and RS where mobs could be on the other side of a wall or under/above you.

spelat
orc pawn
orc pawn
Posts: 16
Joined: Fri Apr 15, 2005 12:08 pm

Post by spelat » Fri Apr 15, 2005 12:50 pm

Okay i have been reading this thread and trying to make the changes and still having a few issues cause there are quite a few changes made is there any way someone can post a more updated version a little bit further in the thread so someone doesnt neccessarily have to read through 25 pages and making each separate change and hope they caught them all. especially when one person lists a change then say a page or two after it is said to not change that and do something different.

fantum409
a ghoul
a ghoul
Posts: 141
Joined: Fri Nov 14, 2003 10:03 pm

Post by fantum409 » Sun Apr 17, 2005 1:08 am

spelat what you want to note is the last edit date on the first page post. Its pretty current and you don't have to apply any of the fixes in this thread as they're already done. Except for the sit/stand thing virtuoso ppposted on the previous page. The only other stuff would be optional, like mok addon, etc.

DarkElfPimp
decaying skeleton
decaying skeleton
Posts: 8
Joined: Thu Apr 14, 2005 6:50 pm

Post by DarkElfPimp » Sun Apr 17, 2005 7:59 pm

seems to be working really well now, even better then pre patch

used it alot last night and today, and have had no issues, he heals, MA , himself and group good now.

love this macro for my twink cleric

Process
a lesser mummy
a lesser mummy
Posts: 73
Joined: Fri Jun 25, 2004 5:30 pm

Completely broken

Post by Process » Tue Apr 19, 2005 2:32 pm

I've been using this macro for months. As of the most recent MQ, it no longer works for me. I just get tons of spam in the MQ window. All of the errors seem to be centered around the 'group' functions.

For example:

Code: Select all

 No such 'group' member 'PctHPs'
No such 'group' memeber 'Distance'
No such 'group' memeber 'Class'
Those types of errors in red, with a bunch of error code inbetween each instance.

Has anyone else gotten this to work since this new version of MQ?

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Tue Apr 19, 2005 3:25 pm

uhh, search?
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

Process
a lesser mummy
a lesser mummy
Posts: 73
Joined: Fri Jun 25, 2004 5:30 pm

Post by Process » Tue Apr 19, 2005 4:01 pm

I have searched, and I have thouroughly re-read the entire afcleric thread.

I even checked the snippets section to see if some of the *.inc files have been changed/updated for the most recent patch. I'm hitting dead ends everywhere.

After reading your post, I searched again for about 30 minutes. Still nothing. Can someone point me in the right direction? I'll be the first to admit I'm dense.

User avatar
Slice
a hill giant
a hill giant
Posts: 189
Joined: Wed Oct 30, 2002 2:52 pm

Post by Slice » Tue Apr 19, 2005 5:06 pm

It's on page 21 of this thread.
Slice

mesthead
orc pawn
orc pawn
Posts: 22
Joined: Mon Aug 16, 2004 12:49 pm

locks up

Post by mesthead » Tue Apr 19, 2005 10:19 pm

great code been using it for ever.

made changes to it and still wont heal my group.

copied pasted new code and it just locks up. it initializes fine then boom locks right up.

i did both global replaces above. still nothing except my old cold from two patches ago works for just the MT and not the group.

anyone help?

mest

Process
a lesser mummy
a lesser mummy
Posts: 73
Joined: Fri Jun 25, 2004 5:30 pm

Post by Process » Tue Apr 19, 2005 11:26 pm

I agree. I don't think the changes a couple pages back are the remedy. Something was seriously changed in the last patch that has broken this macro completly, along with Genbot (If you run it in heal:on mode).

I think it has something to do with targetting group members for healing. Hopefully someone will figure it out and fix it. It is far beyond my abilities to do so.

Frank25
a ghoul
a ghoul
Posts: 136
Joined: Thu Aug 12, 2004 6:38 am

Post by Frank25 » Wed Apr 20, 2005 4:42 am

I have used mine for months, the only cahnge i made since i got it is change the ${Group to ${Group.member and it works FINE

With the new zip, no issue. used it tonite all nite in raids

guest_01
a ghoul
a ghoul
Posts: 115
Joined: Thu Apr 22, 2004 5:15 am

Post by guest_01 » Wed Apr 20, 2005 7:31 am

Just did a quick look at the source on the main page.... pretty sure the issue is that he's still using ${Group} in his for loops....

Just do a find on
${Group}
and replace with
${Group.Members}

It's used in several places, so make sure to get them all.

I havn't tested this fix (havn't even tried running the macro yet =P) but I think it should fix the issues with not healing group members.

User avatar
Slice
a hill giant
a hill giant
Posts: 189
Joined: Wed Oct 30, 2002 2:52 pm

Post by Slice » Wed Apr 20, 2005 11:42 am

I've been using this macro non-stop for the past week, used it just yesterday, it's healing fine. Go back and redo the fixes to the group.member lines.
Slice

jiggaman
a lesser mummy
a lesser mummy
Posts: 45
Joined: Mon Jan 10, 2005 4:40 am

Post by jiggaman » Wed Apr 20, 2005 1:12 pm

After the last 2 patches, when running this it spams the MQ window and only heals the designated MT. I have it set to heal mode 3 which is MT and myself first and group secondary, but it will only heal the tank.

Is anyone else having this problem?