• 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**

Using auto cleric and have to say it's awesome - so thanks very much.

One question though - I'm 105 and have the highest level HoT learnt, but the plugin is memorising Zealous Elixir (level 92) - is this intentional?

Thanks
 
Re: Auto Macros **MEGA THREAD**

That's a hardcore mission to use to try to break the macros lol.

I'm still using the autobard mac and liking it's functionality. I presume you're still working the FindTarget sub and Spawn NPC ID check issue. I'm guessing that's a larger project because it's across all your macs :)

As far as Quicktime, I would vote to leave it as-is. Quicktime is a big dps boost for the group, and leaving it available for named and the "oh shit" moments with big pulls is best, imo. I wouldn't want to accidentally pull 5+ mobs in T2 EoK and NOT have QT available to burn.
 
Re: Auto Macros **MEGA THREAD**

Is there any way to run these and use the buff section from KA at the same time?

What buffs am I missing? or what do you want to see? If you give me the conditions of why you use X buff, I can add it when those conditions are met.

That's a hardcore mission to use to try to break the macros lol.

I'm still using the autobard mac and liking it's functionality. I presume you're still working the FindTarget sub and Spawn NPC ID check issue. I'm guessing that's a larger project because it's across all your macs :)

As far as Quicktime, I would vote to leave it as-is. Quicktime is a big dps boost for the group, and leaving it available for named and the "oh shit" moments with big pulls is best, imo. I wouldn't want to accidentally pull 5+ mobs in T2 EoK and NOT have QT available to burn.

Yeah I'm seeing the targeting issue the most on 3+ mobs, but I am testing some changes and things are looking promising.

Damsel of Decay is a great mission for testing because I always lose. Tons of target swaps, warps, No Cures, need to do single target cures, etc. It is literally impossible to box, and that is why its perfect. I don't anticipate every completing it with a 100% box team, but I have seen huge leaps in advancing the macros because of the HUGE spikes in damage, adds, and other mechanics that just really screw things up.

I'm modifying the bard code a bit to have more consistant uptime on 5 songs, but leaving bard burn alone.

Thanks guys!
 
Re: Auto Macros **MEGA THREAD**

Using auto cleric and have to say it's awesome - so thanks very much.

One question though - I'm 105 and have the highest level HoT learnt, but the plugin is memorising Zealous Elixir (level 92) - is this intentional?

Thanks

You are missing the Ward spells from your spellbook... GET THEM! It really helps with spike damage and healing overall. Here is the code I use:
Rich (BB code):
|---Ward Spell Slot 1 or Heal over time for low level
	/if (${Me.Level}>=102 && ${Me.Book[${Spell[Ward of Surety].RankName}]})  {
		/varset wardspell ${Spell[Ward of Surety].RankName}
	} else /if (${Me.Level}>=97 && ${Me.Book[${Spell[Ward of Certitude].RankName}]})  {
		/varset wardspell ${Spell[Ward of Certitude].RankName}
	} else /if (${Me.Level}>=92 && ${Me.Book[${Spell[Zealous Elixir].RankName}]})  {
		/varset wardspell ${Spell[Zealous Elixir].RankName}

- - - Updated - - -

I was thinking more for warrior clickie buffs, ac, ds, etc.

Aren't these permanent now? If not... I really need to look at my stuff to auto-cast these.
 
Re: Auto Macros **MEGA THREAD**

You are missing the Ward spells from your spellbook... GET THEM! It really helps with spike damage and healing overall. Here is the code I use:
Rich (BB code):
|---Ward Spell Slot 1 or Heal over time for low level
	/if (${Me.Level}>=102 && ${Me.Book[${Spell[Ward of Surety].RankName}]})  {
		/varset wardspell ${Spell[Ward of Surety].RankName}
	} else /if (${Me.Level}>=97 && ${Me.Book[${Spell[Ward of Certitude].RankName}]})  {
		/varset wardspell ${Spell[Ward of Certitude].RankName}
	} else /if (${Me.Level}>=92 && ${Me.Book[${Spell[Zealous Elixir].RankName}]})  {
		/varset wardspell ${Spell[Zealous Elixir].RankName}

- - - Updated - - -



Aren't these permanent now? If not... I really need to look at my stuff to auto-cast these.

Not everything is a "shadow buff/AA", some are listed as "permanent" (can be dispelled.) For example:

[Buffs]
BuffsOn=1
Buffs1=Respite|End|24
Buffs2=Champion's Aura|Aura
Buffs3=Stormeye Band
Buffs4=NULL
Buffs5=Nimbus of Frost|ME
Buffs6=Chalandria's Fang
Buffs7=Huntsman's Ethereal Quiver|Summon|Ethereal Arrow|300
Buffs8=Violet Conch of the tempest
Buffs9=Kizrak's Gauntlets of Battle
Buffs10=Familiar of the Hooded Scrykin
Buffs11=Sealed Pure Energeian Metal Orb|Summon|Pure Energeian Metal Orb|1
Buffs12=Amulet of Necropotence
Buffs13=Chestplate of the Dark Flame
Buffs14=Fabled Ball of Golem Clay
 
Re: Auto Macros **MEGA THREAD**

Not everything is a "shadow buff/AA", some are listed as "permanent" (can be dispelled.) For example:

[Buffs]
BuffsOn=1
Buffs1=Respite|End|24
Buffs2=Champion's Aura|Aura
Buffs3=Stormeye Band
Buffs4=NULL
Buffs5=Nimbus of Frost|ME
Buffs6=Chalandria's Fang
Buffs7=Huntsman's Ethereal Quiver|Summon|Ethereal Arrow|300
Buffs8=Violet Conch of the tempest
Buffs9=Kizrak's Gauntlets of Battle
Buffs10=Familiar of the Hooded Scrykin
Buffs11=Sealed Pure Energeian Metal Orb|Summon|Pure Energeian Metal Orb|1
Buffs12=Amulet of Necropotence
Buffs13=Chestplate of the Dark Flame
Buffs14=Fabled Ball of Golem Clay

Another option for these is a holyshit with Mq2melee. Modify one that Williams made I think that says /if ${Macro.autobot} && !me.spell item clicky /casting clicky.

Obviously not the correct syntax but you can edit his zerker holy flags to fit.


Sent from my iPhone using Tapatalk
 
Re: Auto Macros **MEGA THREAD**

You are missing the Ward spells from your spellbook... GET THEM! It really helps with spike damage and healing overall. Here is the code I use:
Rich (BB code):
|---Ward Spell Slot 1 or Heal over time for low level
	/if (${Me.Level}>=102 && ${Me.Book[${Spell[Ward of Surety].RankName}]})  {
		/varset wardspell ${Spell[Ward of Surety].RankName}
	} else /if (${Me.Level}>=97 && ${Me.Book[${Spell[Ward of Certitude].RankName}]})  {
		/varset wardspell ${Spell[Ward of Certitude].RankName}
	} else /if (${Me.Level}>=92 && ${Me.Book[${Spell[Zealous Elixir].RankName}]})  {
		/varset wardspell ${Spell[Zealous Elixir].RankName}

- - - Updated - - -



Aren't these permanent now? If not... I really need to look at my stuff to auto-cast these.

why he uses zealous elixir (lvl 92 spells) instead of ardent elixir (lvl 102 spell)? EDIT: (i think i got it...its for slot 1 only, if no Ward of Surety he will use hot for lvls under 100..i was wondering why he never uses heal over time but i guess its not worth)

also my autocleric doesnt care for the rest of the group if they arent buffed with surety, she just care for MA and herself..when they die she doesnt rebuff them

and another thing im noticing...is there some way to set the autorezz only when the corpse is almost at clerics feet? im seeing her rezzing corpses away from grp and getting insta killed by mobs...

thx in advanced
 
Last edited:
Re: Auto Macros **MEGA THREAD**

why he uses zealous elixir (lvl 92 spells) instead of ardent elixir (lvl 102 spell)? EDIT: (i think i got it...its for slot 1 only, if no Ward of Surety he will use hot for lvls under 100..i was wondering why he never uses heal over time but i guess its not worth)

also my autocleric doesnt care for the rest of the group if they arent buffed with surety, she just care for MA and herself..when they die she doesnt rebuff them

and another thing im noticing...is there some way to set the autorezz only when the corpse is almost at clerics feet? im seeing her rezzing corpses away from grp and getting insta killed by mobs...

thx in advanced

Ward replaces heal over time once Ward spells become availiable. I tested the difference extensively, and Ward spells are WAY better than the HoTs.
 
Re: Auto Macros **MEGA THREAD**

for autocleric how does the xtraget healing logically work?
a)I set my grp on xtargets 2+
b) pull stuff amd cleric heals Main tank fine.
c)the grp members start taking damage and the cleric doesn't heal them.

Just want to make sure I am not doing somethign wrong.
 
Re: Auto Macros **MEGA THREAD**

for autocleric how does the xtraget healing logically work?
a)I set my grp on xtargets 2+
b) pull stuff amd cleric heals Main tank fine.
c)the grp members start taking damage and the cleric doesn't heal them.

Just want to make sure I am not doing somethign wrong.

This should be working based on what you said here. I'm looking at the group/XTarget healing logic now.

- - - Updated - - -

Making some good progress on this... I got a bit sidetracked on the Meleeing with a cleric and the results are rather hilarious! Kinda loving my battle cleric and it does make the game quite fun. I will warn folks that due to how fast the cleric targets and attack goes on and off that you might get reported lol. So use with care when it comes out.
 
Re: Auto Macros **MEGA THREAD**

This should be working based on what you said here. I'm looking at the group/XTarget healing logic now.

- - - Updated - - -

Making some good progress on this... I got a bit sidetracked on the Meleeing with a cleric and the results are rather hilarious! Kinda loving my battle cleric and it does make the game quite fun. I will warn folks that due to how fast the cleric targets and attack goes on and off that you might get reported lol. So use with care when it comes out.

ok thx, I'll continue to test it out.
 
Re: Auto Macros **MEGA THREAD**

FYI... My cleric is Melee only (no offensive spells) is doing 10K DPS ROFL... he is almost to the bard.
 
Re: Auto Macros **MEGA THREAD**

FYI... My cleric is Melee only (no offensive spells) is doing 10K DPS ROFL... he is almost to the bard.

heh my bard does 50-60k dps on avg and 150k+ burns :P
I think melee clr would be awesome, especially with weapon procs.
 
Re: Auto Macros **MEGA THREAD**

I was meleeing with my cleric because I had a Skywrack drop and thought it was fun to watch! :) Good times! I ended up stopping that, though, because the cleric had a tendency to run off lol (this wasn't with autocleric.... this was using KISS).

But my real reason for posting...

With autobard.mac:

I tried to mem an insult song (the bard's DD line) in the middle of my five song twist, but it wouldn't fire. Is there any way to add flexibility to include those songs? The real benefit to the Insult line (besides a little direct damage action from the bard) is to trigger the synergy AA's the bard has, which significantly increases the next DD spell for all group members.
 
Re: Auto Macros **MEGA THREAD**

Is there a way to turn off curing in the autocleric mac? I am attempting to do damsel of decay and cannot have her curing randomly.
 
Re: Auto Macros **MEGA THREAD**

Is there a way to turn off curing in the autocleric mac? I am attempting to do damsel of decay and cannot have her curing randomly.

I did a search for the AA ID in the mac and added 0's to them so the AA wouldn't fire. Temporarily.
 
Re: Auto Macros **MEGA THREAD**

I did a search for the AA ID in the mac and added 0's to them so the AA wouldn't fire. Temporarily.

Just do what he did but then save as autoclericnocure.mac or something and then you can have the version with it turned off and the one with it turned on without going back and forward.
 
Re: Auto Macros **MEGA THREAD**

I did a search for the AA ID in the mac and added 0's to them so the AA wouldn't fire. Temporarily.

Just do what he did but then save as autoclericnocure.mac or something and then you can have the version with it turned off and the one with it turned on without going back and forward.

These are pretty horrible hacks and one thing I'd add is careful to not cast Renewal line of spells (it has cure). When I release my next version you guys can just type /nocures and it won't cast any cures. Until then, then hack above will work as long as you also unmem renewal spells.
 
Re: Auto Macros **MEGA THREAD**

These are pretty horrible hacks and one thing I'd add is careful to not cast Renewal line of spells (it has cure). When I release my next version you guys can just type /nocures and it won't cast any cures. Until then, then hack above will work as long as you also unmem renewal spells.

The macro is great, the hacked out way of turning off cures is terrible, but it helped me finish the damsel of decay mission doing it that way :).
 
Re: Auto Macros **MEGA THREAD**

The macro is great, the hacked out way of turning off cures is terrible, but it helped me finish the damsel of decay mission doing it that way :).

Gratz! Can I ask your strat? I have been plugging away at this mission for a bit now. Great for testing, but its a pain to box.
 
Re: Auto Macros **MEGA THREAD**

Gratz! Can I ask your strat? I have been plugging away at this mission for a bit now. Great for testing, but its a pain to box.

oh it's been a while. I posted in the forums somewhere on what I did. I single tanked it and dps'd her down pretty fast but remember using holy/downs to cycle disease cure potions to offset the withering debuffs per class. This was before they changed it so the tank doesn't get the withering physicality debuff right off the bat. So with EOK dps boosts and the fact those debuffs last 2mins, if you're dps is high you may be able to avoid the chances of the tank getting one shot. I think that's where the mission can go to crap around 30ish percent. That's when I just unloaded all burns on her. The other hard part was chasing her when she warped and getting my toons downstiars/upstairs. Mage can help with that. I used a mage to do it once and once with a eqbc stick / follow bct to the dps to follow me. That mechanic was pretty hard to deal with.
 
Auto Macros **MEGA THREAD**

Request. You get adds into camp camp and and the war will swap mobs to attack and gain aggro on the new mob. Once doing that he will leave his back turned to the other mob. Even if it's a named. Any way to use the war AA to pull mob back to previous location or backup the direction you came so their not hitting you in the back?


Maybe it is fixed already. Wondering if I had the old version before the pre release. I just swapped it and it seems to be better.

Sent from my iPhone using Tapatalk
 
Last edited:
Re: Auto Macros **MEGA THREAD**

Noticed a problem with Autocleric at level 85 heroic (not a huge problem)

Noticed it while killing low level junk, the auto cleric was using promised heals and was refreshing the promised heal before it landed. I think the problem is the promised timer gets set to 21 but I've actually seen promised land with 23 seconds on the counter. I don't think this is going to actually kill anyone since promised only casts if you're at a higher percentage than the big heal.

Also a I have a wish for auto cleric =) Can you make it echo for the commands /manatonuke and the other ones on the list like you do with autorez its always nice to have the echo on lines 95-100.

Thanks
 
Re: Auto Macros **MEGA THREAD**

How do I get Autowarrior to stay on the current mob until it is dead? If I pull another mob to camp to be mezed, he switches to that mob and leaves the other at 5-10% health. He needs to stay on the current mob until it is dead.

Thanks,
 
Re: Auto Macros **MEGA THREAD**

How do I get Autowarrior to stay on the current mob until it is dead? If I pull another mob to camp to be mezed, he switches to that mob and leaves the other at 5-10% health. He needs to stay on the current mob until it is dead.

Thanks,

It's fixed in the next release.


Sent from my iPhone using Tapatalk
 
Re: Auto Macros **MEGA THREAD**

doing some testing on a user crash and went to plane of nightmare with my 102 cleric, he has heroic gear etc, I never really play this toon, but long story short
I did a /mac autocleric
and he buffs himself etc, then I attacked a mob, and he will heal himself but stays on himself as target, he doesn't attack, is there a setting for that?
I tried /meleeon but it just says variable UseMelee not found
Where is it declared?
I am gonna dig into it but thought I should post first just in case its something simple.
 
Re: Auto Macros **MEGA THREAD**

He hasn't implemented the melee into the current release. I hope he does though. [emoji1]


Sent from my iPhone using Tapatalk
 
Re: Auto Macros **MEGA THREAD**

doing some testing on a user crash and went to plane of nightmare with my 102 cleric, he has heroic gear etc, I never really play this toon, but long story short
I did a /mac autocleric
and he buffs himself etc, then I attacked a mob, and he will heal himself but stays on himself as target, he doesn't attack, is there a setting for that?
I tried /meleeon but it just says variable UseMelee not found
Where is it declared?
I am gonna dig into it but thought I should post first just in case its something simple.

He hasn't implemented the melee into the current release. I hope he does though. [emoji1]


Sent from my iPhone using Tapatalk

alright that explains it, thanks.

Yeah I added a /meleeon for clerics in the next release and its pretty hilarious. If you want eqmule i'll add you to my dropbox so you can grab the newest version and try it out. I'm about to upload the latest I've been testing this past week. PM me your dropbox email and I'll shoot you over a folder invite. No donation needed obviously ;)

- - - Updated - - -

JUST UPDATED DROPBOX Upcoming Releases (Download new macros MUST DOWNLOAD Autosubs.inc as it has changed)
 
Re: Auto Macros **MEGA THREAD**

Anyway to get a rank check sub in for cleric I have rank 3 single target surety and rank 1 group ?
 
Re: Auto Macros **MEGA THREAD**

Anyway to get a rank check sub in for cleric I have rank 3 single target surety and rank 1 group ?
Hmm I'm trying to think of the proper logic for this without bloating the macro. Folks have expressed interest in using single target surety when leveling up as well.
 
Re: Auto Macros **MEGA THREAD**

how about a UseSingleTargetBuffs=1 for ini ? so can be simple on off switch ? for group to single ? ect.. ?
 
Re: Auto Macros **MEGA THREAD**

Do i need to move cleric to the mob by myself so she can melee?
 
Re: Auto Macros **MEGA THREAD**

"Melee is already on!! Durr!!"

but she doesnt move to mob to melee
 
Re: Auto Macros **MEGA THREAD**

Switch over to auto cleric from KA for one of my boxes. Absolutely beastly- completely changed what I can tackle now!
 
Auto Macros **Old 2017 THREAD**
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart