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

Getting this spam..
 

Attachments

  • Autocle.JPG
    Autocle.JPG
    53 KB · Views: 429
Re: Auto Macros **MEGA THREAD**

Thanks, that fixed this issue and it is healing again!
 
Re: Auto Macros **MEGA THREAD**

Last issue seems to happen when group members are dead. The macro stops with attached error message. Once everyone is back amongst the living and no corpses around it goes back to being a well behaved amazing healing machine. Thank you so much for your work on this.rez_issues.PNG
 
Re: Auto Macros **MEGA THREAD**

Last issue seems to happen when group members are dead. The macro stops with attached error message. Once everyone is back amongst the living and no corpses around it goes back to being a well behaved amazing healing machine. Thank you so much for your work on this.View attachment 12760

Damn great find, need to send you any future betas I do. I just reuploaded another fix. I also went ahead and removed debug warnings for the other folks.
 
Re: Auto Macros **MEGA THREAD**

Hey noob

getting a few failed declares on my cleric for the epic shield variable

Rich (BB code):
	/declare epicshield		string outer NULL
	/if (${FindItem[Harmony of the Soul].ID}) {
		/declare epicshield		string outer Harmony of the Soul
	} else /if (${FindItem[Aegis of Superior Divinity].ID}) {
		/declare epicshield		string outer Aegis of Superior Divinity
	}

I DO have my epic so it seems to be trying to declare a variable that already exists.

changing it to
Rich (BB code):
/declare epicshield		string outer NULL
	/if (${FindItem[Harmony of the Soul].ID}) {
		/varset epicshield		"Harmony of the Soul"
	} else /if (${FindItem[Aegis of Superior Divinity].ID}) {
		/varset epicshield		"Aegis of Superior Divinity"
	}

seems to have fixed it for me.
 
Re: Auto Macros **MEGA THREAD**

Hey noob

getting a few failed declares on my cleric for the epic shield variable

Rich (BB code):
	/declare epicshield		string outer NULL
	/if (${FindItem[Harmony of the Soul].ID}) {
		/declare epicshield		string outer Harmony of the Soul
	} else /if (${FindItem[Aegis of Superior Divinity].ID}) {
		/declare epicshield		string outer Aegis of Superior Divinity
	}

I DO have my epic so it seems to be trying to declare a variable that already exists.

changing it to
Rich (BB code):
/declare epicshield		string outer NULL
	/if (${FindItem[Harmony of the Soul].ID}) {
		/varset epicshield		"Harmony of the Soul"
	} else /if (${FindItem[Aegis of Superior Divinity].ID}) {
		/varset epicshield		"Aegis of Superior Divinity"
	}

seems to have fixed it for me.

I'll patch this as well, technically it shouldn't effect the macro, but still a bug. You don't need quotes since its a varset, but a good spot. Thank you for the report.
 
Re: Auto Macros **MEGA THREAD**

Lol its wierd its working for other folks but me... about to delete all my MQ2 files and start from scratch I think there is something caught up in my install that is screwing me up.

My /invoke ${Macro.Undeclared} is spiting back variables that don't even exist globally, in the macro, or aliases.

I renamed them just to get rid of the errors. They don't even exist in any of the INC or MAC files I have and I'm banging my head up against a wall of why they are popping up.

----
Fun Fact: Launched KissAssist and my damn variables are popping up as undefined in KISSASSIST! like WTF!?!

They are not from your macro or kiss then.
You have holy or down shits or a hud setting or a cfg file or macroquest.ini or even a plugin that has some variable it's trying to use that is undeclared and once u start a macro it starts collecting them from whatever source.

Check all those other places, it's not the macro.
 
Last edited:
Re: Auto Macros **MEGA THREAD**

They are not from your macro or kiss then.
You have holy or down shits or a hud setting or a cfg file or macroquest.ini or even a plugin that has some variable it's trying to use that is undeclared and once u start a macro it starts collecting them from whatever source.

Check all those other places, it's not the macro.

It ended up being in my MQ2HUD.ini, as you stated from the official forums it can be from MQ2Melee, MQ2HUD, MQ2Events, etc. So for anyone else seeing this issue make sure you check all these areas and if you can not find them, redownload a fresh MQ2 compile and just add the needed plugins one by one.
 
Re: Auto Macros **MEGA THREAD**

Its by design, it conflicts with the Cleric Self buff. The cleric self buff is FAR better.

Thanks! The cleric was 75 and the beastlord 100, the beastlord kept spazzing out and rebuffing her. Was frustrating.
 
Re: Auto Macros **MEGA THREAD**

Where are all of your Auto Ini's ? every time i download it just have cleric warrior and bard . ?
 
Re: Auto Macros **MEGA THREAD**

Where are all of your Auto Ini's ? every time i download it just have cleric warrior and bard . ?

Those are the only classes I have completed. It isn't like kissassist where one macro does every class, it is tailored to a different experience. As such, it will automatically use all the spells, skills, attacks needed with zero configuration necessary. Each class is done separately and I level it up and craft the macro for that specific class with feedback from folks. It takes a long time to make a macro like this because it's more about how the best players play the class than it is about how you play it.

These macros basically won't allow you to be a shitty player and only use 2 skills. It will force your character to use all the skills at its disposal.

Comparing KissAssist to AutoMacros is like comparing apples to oranges. They are simply two very different macros with different philosophies. KissAssist allows you to do pretty much anything but you have to configure it, where Auto macros just does everything for you. That's why folks use both macros as many people don't want to play a warrior or cleric since they are rather basic and they want them to be the best healer and the best tank. My macros accomplish that without you knowing ANYTHING about the class.
 
Re: Auto Macros **MEGA THREAD**

No i understand fully ...

I was looking at your past post and it stated you had a shaman ini in the works and i fully understand a macro that runs 1 class is tailored to that character and works 100% better than a multi Macro .
was just looking to see if you had a shaman ini in the works :)
 
Re: Auto Macros **MEGA THREAD**

No i understand fully ...

I was looking at your past post and it stated you had a shaman ini in the works and i fully understand a macro that runs 1 class is tailored to that character and works 100% better than a multi Macro .
was just looking to see if you had a shaman ini in the works :)
Yeah I'm working on shaman, enchanter, berserker, and beastlord. No ETA yet, but I will be playing alot more with new expansion coming out.

Sent from my SAMSUNG-SM-G920A using Tapatalk
 
Re: Auto Macros **MEGA THREAD**

Kiss works great for some toons but because it has so much done for so much stuff the response time on so many toons lags out it seems they slowly get slower at assisting and doing there job so after about an hour i have to restart the mac .
 
Re: Auto Macros **MEGA THREAD**

That must be something with your computer, I run kiss for hours on end with them getting any slower at assisting
 
Re: Auto Macros **MEGA THREAD**

Hi Noob,

/if (${FindItem[Transvergence].ID}&&(${Me.PctMana}<=50)) /useitem "${FindItem[Transvergence]}"
/if (${FindItem[Modulation].ID}&&(${Me.PctMana}<=50)) /useitem "${FindItem[Modulation]}"

Can you add !${FindItem[Transvergence].Timer} to those lines? Without it if the cleric is <50 and rod is on cooldown they won't sit for spamming the mod rods.

Thanks
 
Re: Auto Macros **MEGA THREAD**

noob im getting a failed varset for the 2.0 ill get them line once how but i dont the invoke and it comes up with no bad declares but will also no use the 2.0 at all

Rich (BB code):
[2017/10/01 09:49:58] /declare 'epicshield' failed.  Name already in use.
[2017/10/01 09:49:58] autocleric.mac@149 (Main): /declare epicshield  string outer Aegis of Superior Divinity
[2017/10/01 09:49:58] [MQ2] No mount detected will sit and stand only
 
Last edited:
Re: Auto Macros **MEGA THREAD**

noob im getting a failed varset for the 2.0 ill get them line once how but i dont the invoke and it comes up with no bad declares but will also no use the 2.0 at all

Rich (BB code):
[2017/10/01 09:49:58] /declare 'epicshield' failed.  Name already in use.
[2017/10/01 09:49:58] autocleric.mac@149 (Main): /declare epicshield  string outer Aegis of Superior Divinity
[2017/10/01 09:49:58] [MQ2] No mount detected will sit and stand only

Which version are you on? It sounds like you are still on v2. I changed the /declares to /varset in a post above. Here is the latest version:
Rich (BB code):
|------------------------------|
|---AUTO-CLERIC by Noobhaxor---|
|--------Version 3.4 v3--------|
|-------September Update ------|
 
Re: Auto Macros **MEGA THREAD**

Rich (BB code):
|------------------------------|
|---AUTO-CLERIC by Noobhaxor---|
|--------Version 3.4 v3--------|
|-------September Update ------|
is mine... gonna delete and download the one in this thread

- - - Updated - - -

ok downloaded the one from the first post and got
Rich (BB code):
[2017/10/04 17:26:05] [MQ2] set mountitem Bracelet of the Severed Hand
[2017/10/04 17:26:05] [MQ2] set AutoRez 1
[2017/10/04 17:26:05] [MQ2] set pethealpoint 0
[2017/10/04 17:26:05] [MQ2] set tbmhealpoint 65
[2017/10/04 17:26:05] [MQ2] set raidhealpoint 65
[2017/10/04 17:26:05] [MQ2] set Manatonuke 40
[2017/10/04 17:26:05] [MQ2] set usepromheals 1
[2017/10/04 17:26:05] [MQ2] set DivineBuffOn 0
[2017/10/04 17:26:05] [MQ2] set usedruid 0
[2017/10/04 17:26:05] [MQ2] set FollowToonName NULL
[2017/10/04 17:26:05] [MQ2] set AutoCampHold 0
[2017/10/04 17:26:05] [MQ2] set UseFellowship 1
[2017/10/04 17:26:05] [MQ2] set InstantRelease 1
[2017/10/04 17:26:05] [MQ2] set qmtarget 0
[2017/10/04 17:26:05] [MQ2] set UseMelee 0
[2017/10/04 17:26:05] [MQ2] set AutoAssistAt 98
[2017/10/04 17:26:05] [MQ2] set BringYourOwnSpells 0
[2017/10/04 17:26:05] [MQ2] -----AutoCleric LOADING------
[2017/10/04 17:26:05] Alias '/divinebuff' updated.
[2017/10/04 17:26:05] Alias '/promised' updated.
[2017/10/04 17:26:05] Alias '/autorez' updated.
[2017/10/04 17:26:05] Alias '/usedruid' updated.
[2017/10/04 17:26:05] Alias '/manatonuke' updated.
[2017/10/04 17:26:05] Alias '/pethealpoint' updated.
[2017/10/04 17:26:05] Alias '/tbmhealpoint' updated.
[2017/10/04 17:26:05] Alias '/raidhealpoint' updated.
[2017/10/04 17:26:05] Alias '/mountitem' updated.
[2017/10/04 17:26:05] Alias '/newtank' updated.
[2017/10/04 17:26:05] Alias '/qmtarget' updated.
[2017/10/04 17:26:05] Alias '/byos' updated.
[2017/10/04 17:26:05] Alias '/nocures' updated.
[2017/10/04 17:26:05] Alias '/campoff' updated.
[2017/10/04 17:26:05] Alias '/instantrelease' updated.
[2017/10/04 17:26:05] Alias '/usefellowship' updated.
[2017/10/04 17:26:05] /declare 'epicshield' failed.  Name already in use.
[2017/10/04 17:26:05] autocleric.mac@149 (Main): /declare epicshield  string outer Aegis of Superior Divinity
[2017/10/04 17:26:05] [MQ2] No mount detected will sit and stand only
[2017/10/04 17:26:05] MQ2Rez Accept(on).
[2017/10/04 17:26:05] MQ2Rez AcceptPct(96).
[2017/10/04 17:26:05] MQ2Rez SafeMode(off).
[2017/10/04 17:26:05] Rez Command to run after rez: Not Set.
[2017/10/04 17:26:05] [MQ2] Memorizing Aura of the Reverent
[2017/10/04 17:26:12] There are no spawns matching: (0-200) any
[2017/10/04 17:26:13] [MQ2] Memorizing Aura of Divinity Rk. II
[2017/10/04 17:26:16] The current macro has ended.

- - - Updated - - -

ok fixed it so the declares are fixed
Rich (BB code):
	/if (${FindItem[Harmony of the Soul].ID}) {
		/declare epicshield		string outer Harmony of the Soul
	} else /if (${FindItem[Aegis of Superior Divinity].ID}) {
		/declare epicshield		string outer Aegis of Superior Divinity
	} else /declare epicshield		string outer NULL
looks like the cascading /declares were in the wrong order......

- - - Updated - - -

it was setting NULL first then it could not clear once it finds the 1.5 or 2.0....sorry noob :airquote:
 
Re: Auto Macros **MEGA THREAD**

I'm trying out autoBard for the first time and tried using /mezon but in my mq window all i get is "Mez is now off"

Also, while fighting, i'm getting repeated "You do not seem to have that spell memorized", how do i go about figuring out what spell it's looking for that i'm missing?
 
Re: Auto Macros **MEGA THREAD**

I'm trying out autoBard for the first time and tried using /mezon but in my mq window all i get is "Mez is now off"

Also, while fighting, i'm getting repeated "You do not seem to have that spell memorized", how do i go about figuring out what spell it's looking for that i'm missing?

I'm having the exact same issues with mine. The bard is level 94 and as far as I can tell has all his spells and discs for his level. In the ini, UseMez is set to 1. To be entirely honest, I'm not sure if it's mezzing or not, the place I'm hunting in I don't get any double pulls, although it's only memming his AoE mez (Wave of Dreams) and not his single target mez (Lullaby of the Forlorn)
 
Re: Auto Macros **MEGA THREAD**

i keep getting /declare 'epicshield' failed. Name already in use. as well
 
Re: Auto Macros **MEGA THREAD**

Noobhaxor, if you have a chance, just wanna check if you have the time to fix the cleric meleeing issue?

I'm going to do a hotfix on this and release a v4 to the current version. I should finish this next week.
 
Re: Auto Macros **MEGA THREAD**

I'm having the exact same issues with mine. The bard is level 94 and as far as I can tell has all his spells and discs for his level. In the ini, UseMez is set to 1. To be entirely honest, I'm not sure if it's mezzing or not, the place I'm hunting in I don't get any double pulls, although it's only memming his AoE mez (Wave of Dreams) and not his single target mez (Lullaby of the Forlorn)

Mine mezzes just fine (or, he does Aoe mez only, not sure if that's intended or not, he doesn't even mem single target), is lvl 105 and as far as i can tell has all his spells for the last 15-20 levels.

Also, it seems that clerics and bards both don't use group clickable BPs or their epic 2.0s, is that intended? and bards use quicktime but not fierce eye? I'm using the latest version of the macro and greatly prefer these macros to kissassist, but it seems like mine is maybe buggy or not working as intended?
 
Re: Auto Macros **MEGA THREAD**

Mine mezzes just fine (or, he does Aoe mez only, not sure if that's intended or not, he doesn't even mem single target), is lvl 105 and as far as i can tell has all his spells for the last 15-20 levels.

Also, it seems that clerics and bards both don't use group clickable BPs or their epic 2.0s, is that intended? and bards use quicktime but not fierce eye? I'm using the latest version of the macro and greatly prefer these macros to kissassist, but it seems like mine is maybe buggy or not working as intended?
I'm going to look into this, my Bard works great but I will look at putting some more error checks in place to address any missing songs. It should be using epic's as well.


Sent from my SAMSUNG-SM-G920A using Tapatalk
 
Re: Auto Macros **MEGA THREAD**

I'm going to look into this, my Bard works great but I will look at putting some more error checks in place to address any missing songs. It should be using epic's as well.


Sent from my SAMSUNG-SM-G920A using Tapatalk

Ok, if there's any testing you want to do, or you want to come sit in a group with me and observe what does and doesn't work i'd be happy to help
 
Re: Auto Macros **MEGA THREAD**

Hi

I am not a computer genius so might just be something simple, but autocleric keeps turning off by itself? can anyone help please.
 
Last edited by a moderator:
Re: Auto Macros **MEGA THREAD**

Hi

I am not a computer genius so might just be something simple, but autocleric keeps turning off by itself? can anyone help please.

Did you reboot?

JK, in all seriousness, what error were you getting when it shut off? Need a screenshot or read out of the MQ2 window. Now if your AFK and you don't know, well I can't help you because I don't support AFK usage.
 
Re: Auto Macros **MEGA THREAD**

I went ahead and grinded and got my cleric epic 2.0, now i'm getting this on autocleric. It does not seem to be using the shield either Cleric.PNG
 
Re: Auto Macros **MEGA THREAD**

Is it possible to make AutoWarrior ignore mobs and not try and target them when they have Blusterbolt or Flusterbolt cast on them?
 
Re: Auto Macros **MEGA THREAD**

Cleric skills that should be used (imo) but aren't (as far as I can tell) used: Group T2 BP, Exquisite Benediction, Celestial Regen (focused CR is used but not group ver), Divine arb, and 2.0 if he uses it, it's pretty uncommon

Bard skills that should be used (imo) but aren't (as far as I can tell) used: Rallying Solo (especially after being combat rezzed by a cleric with multiple mobs in camp, it gives enough mana to mez), A Tune Stuck in your Head - should probably be used on named if not on cooldown, Bladed song, epic 2.0, group t2 bp, cacophony of sound and Fierce Eye (this one is big, should be used at the same time as quicktime mostly)
 
Auto Macros **Old 2017 THREAD**
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart