Page 23 of 29
Posted: Tue Apr 12, 2005 9:25 pm
by fantum409
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. =)
Posted: Wed Apr 13, 2005 11:22 am
by Virtuoso65
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.
Posted: Fri Apr 15, 2005 12:50 pm
by spelat
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.
Posted: Sun Apr 17, 2005 1:08 am
by fantum409
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.
Posted: Sun Apr 17, 2005 7:59 pm
by DarkElfPimp
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
Completely broken
Posted: Tue Apr 19, 2005 2:32 pm
by Process
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?
Posted: Tue Apr 19, 2005 3:25 pm
by fearless
uhh, search?
Posted: Tue Apr 19, 2005 4:01 pm
by Process
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.
Posted: Tue Apr 19, 2005 5:06 pm
by Slice
It's on page 21 of this thread.
locks up
Posted: Tue Apr 19, 2005 10:19 pm
by mesthead
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
Posted: Tue Apr 19, 2005 11:26 pm
by Process
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.
Posted: Wed Apr 20, 2005 4:42 am
by Frank25
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
Posted: Wed Apr 20, 2005 7:31 am
by guest_01
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.
Posted: Wed Apr 20, 2005 11:42 am
by Slice
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.
Posted: Wed Apr 20, 2005 1:12 pm
by jiggaman
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?