• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Auto Macros **Old 2017 THREAD**

Status
Not open for further replies.
Re: Auto Macros **MEGA THREAD**

I just downloaded all these into my folders, and it is going very well so far. The only problem I am encountering is none of my kissassist comes on when I do /mac auto. I've checked to ensure all the files are in the correct folder, but not sure if there was anything else I needed to do. /mac auto works for the auto cleric, warrior and bard, but not kissassist.
Wierd I'll check out auto.mac and see why that is.
 
Re: Auto Macros **MEGA THREAD**

with my setup I have been dieing lately and I finally caught the cause. The current general release of autocleric 3.1 no longer keeps the MT targetted like it use to. For me this means it's not honoring cure mq2melee downshits when I am pulling on my sk. So just wanted to ask was this by design? Don't really need the clr targetting the npcs.
 
Re: Auto Macros **MEGA THREAD**

with my setup I have been dieing lately and I finally caught the cause. The current general release of autocleric 3.1 no longer keeps the MT targetted like it use to. For me this means it's not honoring cure mq2melee downshits when I am pulling on my sk. So just wanted to ask was this by design? Don't really need the clr targetting the npcs.

No that isn't by design, I will change this for when folks aren't messing around with Cleric Meleeing ;) I bet when I added that it messed with targeting. This is also the cause of Shining rampart not being cast, THANK YOU for this report! You hit the nail on the head.

- - - Updated - - -

Adding the following line to MAINLOOP in autocleric for targeting issues. I'm testing it now.
Rich (BB code):
/if (${Target.ID}!=${Spawn[${tanktype} ${tankname}].ID}) /target id ${Spawn[${tanktype} ${tankname}].ID}
 
Re: Auto Macros **MEGA THREAD**

Wierd I'll check out auto.mac and see why that is.

I have the same issue. I just put my tanks name in place of the line that targets the tank and it all works perfectly. Maybe the line for targeting the tank is slightly wrong in syntax?
 
Re: Auto Macros **MEGA THREAD**

I have the same issue. I just put my tanks name in place of the line that targets the tank and it all works perfectly. Maybe the line for targeting the tank is slightly wrong in syntax?

Nope, it works for me. The only time it wouldn't work is if you weren't grouped with the tank.
 
Re: Auto Macros **MEGA THREAD**

Who knows. I had to change this section:

Rich (BB code):
} else {
	/if (${Group.MainAssist.ID}!=${Me.ID}&&${Group.MainAssist.ID}) {
		/target id ${Group.MainAssist.ID}
		/delay ${Target.ID}==${Group.MainAssist.ID}
	} else {
		/target id ${Spawn[group tank].ID}
		/delay ${Target.ID}==${Spawn[group tank].ID}
	}
	/timed 5 /mac Kissassist
	/end
}

to this:

Rich (BB code):
} else {
	/timed 5 /mac Kissassist
	/end
}

Clearly cuts out some kind of check for who the tank is but I'm not sure what since I'm not that great at code.
 
Re: Auto Macros **MEGA THREAD**

The auto macro targets my tank correctly, but then kissassist never loads. It loads all the other auto's fine, but all my kissassist characters just stand there doing nothing after targeting the tank.


**update: So, this is actually loading all the kissassist characters, but there is about a 2 - 3 minute delay in kissassist loading that the other auto's don't have. Is there anyway to lower the delay on when kissassist actually loads?
 
Re: Auto Macros **MEGA THREAD**

Ok, I ran this again with the regular auto.mac instead of my modified version.

I get this error:

Unparseable in calculation 'T'
automac@20 (Main) /delay ${Target.ID} ==${Spawn[group tank].ID
The current macro has ended
Failed to parse /delay condition 'tank].ID}', non numeric encountered.
 
Re: Auto Macros **MEGA THREAD**

Heya, I was trying to run this on a 85 bard, and keep getting the message 'You do not seem to have that spell memorized'

Any idea what spell I'm missing?

- - - Updated - - -

ok after some digging it seems it's wanting me to sing a level 86 spell, obviously being 85 I don't have it memmed, spell it's trying to make me sing is 'Aria of the Composer'

- - - Updated - - -

First rule of bard club...

Make sure your wife has bought all her spells!!!!

Not saying anything more...
 
Re: Auto Macros **MEGA THREAD**

Went ahead and pushed out April Update for General Release. Let me know if anyone sees any issues.
 
Re: Auto Macros **MEGA THREAD**

Is there way to adjust Camp radius? dungeons are a bit of a pain not going back to spot after a kill.

Thanks
 
Re: Auto Macros **MEGA THREAD**

Is there way to adjust Camp radius? dungeons are a bit of a pain not going back to spot after a kill.

Thanks

Can't believe I missed this, but all the variables are there. just the alias I never finished... fml. Until the next release you can manually adjust it by the following:
Rich (BB code):
/varset AutoCampRadius 50
This is 50 by default but you can adjust it lower if you need it to be precise.
 
Re: Auto Macros **MEGA THREAD**

Can't believe I missed this, but all the variables are there. just the alias I never finished... fml. Until the next release you can manually adjust it by the following:
Rich (BB code):
/varset AutoCampRadius 50
This is 50 by default but you can adjust it lower if you need it to be precise.

Change in autosub.inc or autowarrior.mac?
 
Re: Auto Macros **MEGA THREAD**

might be me, but my cleric keeps targetting the tank, then the mob he fighting, like a million times a minute, it dint used to do.
did i do somethign wrong?
 
Re: Auto Macros **MEGA THREAD**

might be me, but my cleric keeps targetting the tank, then the mob he fighting, like a million times a minute, it dint used to do.
did i do somethign wrong?

Ahh crap, just replicated this. Will re-upload a fix shortly.
 
Re: Auto Macros **MEGA THREAD**

might be me, but my cleric keeps targetting the tank, then the mob he fighting, like a million times a minute, it dint used to do.
did i do somethign wrong?

Autocleric fights at speed of light...its too much for our human eyes...its should be renamed auto saiyan cleric...

Maybe disabling melee should change that...
 
Re: Auto Macros **MEGA THREAD**

might be me, but my cleric keeps targetting the tank, then the mob he fighting, like a million times a minute, it dint used to do.
did i do somethign wrong?

Autocleric fights at speed of light...its too much for our human eyes...its should be renamed auto saiyan cleric...

Maybe disabling melee should change that...

Lol, Ok this should be fixed. I changed the tank targeting to be out of combat. Re-download and you can go back to meleeing to your hearts content.
 
Re: Auto Macros **MEGA THREAD**

i was wondering if theres a way to stop making cleric healing my zerker when he is with 75% cause of his self buffs/aa that keeps him at 75% hp?
 
Re: Auto Macros **MEGA THREAD**

hehe, i did have meleeoff and nukemana thing at 100, figuring ti was something to do with that, but no cleric kept uzi mdoe on the tank and his target.
 
Re: Auto Macros **MEGA THREAD**

Lol, Ok this should be fixed. I changed the tank targeting to be out of combat. Re-download and you can go back to meleeing to your hearts content.

Looks good now.
Is auto Mount disabled on purpose?
 
Re: Auto Macros **MEGA THREAD**

Noob, do you notice that if a character gets battle rezed the new camp loc will be at the location of the corpse rather than where you initially started the mac?
 
Re: Auto Macros **MEGA THREAD**

Hey ive been using the autobard and loving it! was wondering if there was anyway to be casting quick time, 3rd spire, etc during regular mobs? just adps constantly without nameds? thanks!
 
Re: Auto Macros **MEGA THREAD**

So, I updated all of my auto*.mac files and the autosub files yesterday ...

My warrior tanks ... with his back, with his side, basically any angle the mob came into the camp at... He will not turn and face them, will not get into melee range if he happens to be facing the mob...

My Bard just stands there playing songs, does not attack, does not mez ...

My Cleric, well you fixed that issue it seems...

This all worked relatively flawless prior to yestday's updates...
 
Re: Auto Macros **MEGA THREAD**

So, I updated all of my auto*.mac files and the autosub files yesterday ...

My warrior tanks ... with his back, with his side, basically any angle the mob came into the camp at... He will not turn and face them, will not get into melee range if he happens to be facing the mob...

My Bard just stands there playing songs, does not attack, does not mez ...

My Cleric, well you fixed that issue it seems...

This all worked relatively flawless prior to yestday's updates...

Well that doesn't make any sense, unless melee is off. Do you have MQ2MoveUtils loaded? The changes will force a character to face and stick to the mob no matter what, even if mq2melee isn't setup.
 
Re: Auto Macros **MEGA THREAD**

Yea I am not sure what was going on, with all the issues I chose to blow away my MQ2 install and start fresh. I will get back to you if it happens still after generating new inis

- - - Updated - - -

So, I went a step further outta frustration and the fact that it's been to long ... formatted and reloaded OS. With the exception of the Warrior threat being VERY low, everything else is working correctly.

Currently my hotbars are blank so I cannot verify yet if this is the case but one thing I noticed before formatting was that the warrior was not using many threat skills. Will get back to you once I populate his bars.
 
Re: Auto Macros **MEGA THREAD**

Is there a way to reduce the number of abilities and defensives? I feel like I run out of enduring after 5-6 mobs. I created a new heroic war and he's 90 atm, so maybe it isn't an issue later on but in the mean time it seems like a pain. Love the macro and add management though, just wondering if the constant defensive discs are necessary for easy mobs. Didn't see anything on the first page about turning certain abilities on/off like autocleric has.

edit: I guess after 101 I can use breather, but in the meantime is there anything to help reduce this short of going into the .mac and editing out abilities?
 
Re: Auto Macros **MEGA THREAD**

How about an option to turn on some EQBC spam?
Reassuring to see something scroll across that indicates heals are on the way.
 
Re: Auto Macros **MEGA THREAD**

How about an option to turn on some EQBC spam?
Reassuring to see something scroll across that indicates heals are on the way.

Its already there on AutoCleric in mac file enable debugging set variable to 1.
Rich (BB code):
/declare acverbose		int outer 1

- - - Updated - - -

Is there a way to reduce the number of abilities and defensives? I feel like I run out of enduring after 5-6 mobs. I created a new heroic war and he's 90 atm, so maybe it isn't an issue later on but in the mean time it seems like a pain. Love the macro and add management though, just wondering if the constant defensive discs are necessary for easy mobs. Didn't see anything on the first page about turning certain abilities on/off like autocleric has.

edit: I guess after 101 I can use breather, but in the meantime is there anything to help reduce this short of going into the .mac and editing out abilities?

Make sure you have your level appropriate spells, see code below. It should be firing unless you are chain pulling 2+ mobs with no downtime.
Rich (BB code):
|---Fast Endurance regen
	/if (${Me.Level}>=101 && ${Me.CombatAbility[${Spell[Breather].RankName}]})  {
		/varset endregen ${Spell[Breather].RankName}
	} else /if (${Me.Level}>=96 && ${Me.CombatAbility[${Spell[Rest].RankName}]})  {
		/varset endregen ${Spell[Rest].RankName}
	} else /if (${Me.Level}>=91 && ${Me.CombatAbility[${Spell[Reprieve].RankName}]})  {
		/varset endregen ${Spell[Reprieve].RankName}
	} else /if (${Me.Level}>=86 && ${Me.CombatAbility[${Spell[Respite].RankName}]})  {
		/varset endregen ${Spell[Respite].RankName}
	} else /if (${Me.Level}>=82 && ${Me.CombatAbility[${Spell[Fourth Wind].RankName}]})  {
		/varset endregen ${Spell[Fourth Wind].RankName}
	} else /if (${Me.Level}>=77 && ${Me.CombatAbility[${Spell[Third Wind].RankName}]})  {
		/varset endregen ${Spell[Third Wind].RankName}
	} else /if (${Me.Level}>=72 && ${Me.CombatAbility[${Spell[Second Wind].RankName}]})  {
		/varset endregen ${Spell[Second Wind].RankName}
	}
 
Re: Auto Macros **MEGA THREAD**

Just wanted to add that autocleric.mac is a fantastic macro!

Been testing it on my heroic cleric from 100-105 while gaining AAs and it has worked fantastically without any setup.

Now I will have to look into .inis and see how to switch preferences from Yaulp mode to Mounted mode.

Minor nitpick: I thought that starting autocleric.mac mounted would default to staying mounted but I suppose Yaulp gives more mana.
 
Re: Auto Macros **MEGA THREAD**

Macro still doesn't use campfire or mount for me, when will that be fixed?
 
Re: Auto Macros **MEGA THREAD**

After the 4/19 update, Auto Cleric target stays stuck on the selected tank when there is no agro. Once you get agro you can then select other characters.
 
Re: Auto Macros **MEGA THREAD**

My cleric does the same thing. I have also noticed that he no longer uses quiet miracle on my group members. If it is any help, a mage that is running KA is the one that needs the mana.
 
Re: Auto Macros **MEGA THREAD**

Autocleric is the greatest.....that being said, I am having a new issue.....she keeps casting QM on my SK who has full mana, while my wizard is completely out of mana. Any idea's?
 
Re: Auto Macros **MEGA THREAD**

Autocleric: won't case Aura of Divinity Rk II (my other cleric with only rk I casts that fine).


Autowarrior:
Having issues using a puller with autowar. If I mez a mob and bring one to camp the warrior refused to hit it and kept targeting the mob several hundred feet away. Also, it would be nice if there was a way to prioritise named. Maybe this has something to do with MA being warrior? It's not like I can make it the puller and switching between puller and a MA seems pretty tedious.
 
Auto Macros **Old 2017 THREAD**
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart