Page 3 of 29
Posted: Sun Jun 20, 2004 12:33 pm
by fantum409
msdss make sure your using the newest version please, its been updated a few times now, and one of those times I fixed a parenthesis error that sounds like your problem. If you are running the newest version, plz post again with line number from the error message and I will fix. But I think your on the old version.
Posted: Thu Jun 24, 2004 1:02 am
by MSMage
EDIT: NM, im a n00b and didnt double check before posting.
Posted: Thu Jun 24, 2004 8:59 am
by Me.Name
Nicely done fantum409, thank you!
I did my first fully automated toon with this running a CLR and a WAR.
Works great.
Posted: Fri Jun 25, 2004 8:47 am
by eqaussie
Was running this macro on my cleric in a LDoN earlier, and was also on my monk...
Needs a range check on healing.
While pulling, if i got hit, got LOTS of spam from cleric trying to heal.
As an awesome extra edition, FD checking could be handy too.
If i was in range and not FD, it could have gotten quite messy :)
Other than that, i havent had that much fun not playing a cleric in ages

Posted: Fri Jun 25, 2004 5:25 pm
by fantum409
Please do yourself a favor and always turn off announce when your grouped with others. The whole feature is more for troubleshooting and grouping with your other bots/toons. Its rather obvious otherwise...
Posted: Fri Jun 25, 2004 9:50 pm
by Seariz
woot Fantum u rule =)
Posted: Fri Jun 25, 2004 11:18 pm
by wassup
Here is an idea:
If the cleric has to DA, and succeeds, and is at low health aggro level, have the cleric click off all hp buffs, then click off DA again.
Then have cleric ask for buffs.
Seriously... no joke. If you do so it raises the clerics health level above low health aggro threshhold.
Posted: Fri Jun 25, 2004 11:59 pm
by darknife
Having issues with the Follow me command.
Code: Select all
Unparsable in Calculation: M
Event_chat(string Chattype, string sender, string chattext):/if($spawn[$sender})}) {
Check Events: delay 1
Failed to parse /if condition (me) non numeric encountered
Posted: Sat Jun 26, 2004 11:00 am
by fantum409
Thanks darknife. That should be fixed now.. still not posting to the front page until I have some time to play EQ with it but the "beta" above is updated again.
Posted: Sat Jun 26, 2004 3:20 pm
by darknife
Got another one for you
Code: Select all
Failed to Parse if ((NULL)&(NULL <==75)&(NULL <=={healspellrange}))' non numeric encountered
/varset failed , variable "rodwait' not found.
Something you may want to add is the ability to target other people if needed on the fly.
The error above makes it unusable as it will cut out and not heal you. FYI
Posted: Sat Jun 26, 2004 5:57 pm
by Seariz
Hello, another add for the RGC line would be to check if the cleric has the Blackflame Sphere that is right click Remove Greater Curse (7.5 sec cast time) instead of Memorizing the actual spell. Even though the Sphere has a longer cast time it doesn’t have the 2 second pop time so it equals out and it’s no mana, just a thought!
Posted: Sat Jun 26, 2004 8:16 pm
by Seariz
I was runing the new beta cleric macro and while grouping i got this error nearly right after mob started hitting me and i healed my self.
Code: Select all
Failed to parse /if condition '((TRUE)&&(100<=50)&&(32.69<=(healspellrange}))',non-numeric encountered
cleric.mac@24
((${Target.Name>Equal[${tankname}]})&&($(Target.PctHPs)<=$(healpct})&&($(Target.Distance)<=(healspellrange})) /return
cleric.mac@178 (Main): /call healgroup
The current macro has ended.
Posted: Sat Jun 26, 2004 8:33 pm
by Seariz
Just noticed i get that error over and over again if i try to target a mob and it switches back to tank. not sure if its its the switching of targets that does it or not, just more info as i find it =P
Posted: Sat Jun 26, 2004 11:37 pm
by fantum409
OK, now try it Seariz
Posted: Sun Jun 27, 2004 12:22 am
by wassup
I took the liberty of making a remove buffs sub if you want to give it a try with the click off buffs while DA idea.
Add whatever buffs I missed.
Code: Select all
Sub RemoveBuffs
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Virtue].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Hand of Virtue].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Focus of Soul].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Focus of the Seventh].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Protection of the 9].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Blessing of the Nine].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Symbol of Kazad].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Kazad's Mark].ID}-1].Int} leftmouseup
/notify BuffWindow Buff${Math.Calc[${Me.Buff[Brell's Stalwart Shield].ID}-1].Int} leftmouseup
/return