• 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

autocleric issue

My order of operations:
End / restart Mac
Unload / reinject MQ2
Shut down / restart EQ.
Go to RG
 
tried reinstalling mq2 and still having issue with cleric casting group surety over and over.
just started after the last patch
 
tried reinstalling mq2 and still having issue with cleric casting group surety over and over.
just started after the last patch

Tucker had ur quick fix on the other thread to stop casting HP buffs. Check it ��
 
blah blah etc

Thanks for the update eqmule. Right now in autocleric I use ${Me.Aego.ID} as a way of checking to see if I have the Aego buff. Changing this to ${Me.Buff[Surety].ID} would probably work, but this would cause issues with others casting the buff on you at a higher rank. What do you think is the best way to proceed?
 
Last edited by a moderator:
Thanks for the update eqmule. Right now in autocleric I use ${Me.Aego.ID} as a way of checking to see if I have the Aego buff. Changing this to ${Me.Buff[Surety].ID} would probably work, but this would cause issues with others casting the buff on you at a higher rank. What do you think is the best way to proceed?

Neither worked for me, keeps casting it still. ${Me.Surety.ID} or ${Me.Buff[Surety].ID}

I think that is what EQmule is saying. " then tlo's like Me.Aego etc are broken for spells that don't have a category..."
 
I think i figured it out

The thought of playing my own cleric... (looks around for noose)... unbearable...

JK. Thanks for all the hard work you put into this, I know we all appreciate it. Stuff like this can be pretty frustrating. Same goes for Noob, I hate playing a cleric.
 
Last edited by a moderator:
/em unsuspends cleric merc...

/em considers pulling...

/shudder

/camp desktop

lol

I'm sure it'll get sorted out soon enough but I couldn't resist.
 
deleted my crap posts about this, I might have found a solution, sit tight.

update: nope...

ok I'm 100% sure DBG actually removed the category and subcat from spells_us.txt this patch...
ok so we are back where I didn't want to be. spellparsers that parse that file are all now broken... darnit.

I'm gonna have to think about how we do this some more... keep an old spells_us.txt in our dir? I don't know... this sucks.
 
Last edited:
It's the macro now I believe, there were some changes to Aura in the latest release

Rich (BB code):
Fixed Me.Aego and some other stuff related to it.
  Unfortunately for us and everyone else that parses the spells db
  Category and Subcategory are now 0 for all spells that cannot be scribed.
  Lets hope this was just a mistake and it will be reversed in a future patch.

Me.Aura now returns a pAuraType cred: xowis
  Members: ID, Name, SpawnID
  Methods: Remove
Me.Aura[] now accept partial matches
 
replace all instances of
Rich (BB code):
${Me.Aura[x].Find
in the macro with
Rich (BB code):
${Me.Aura[x].Name.Find
 
had to also do ${Me.Aura[x].Name.Find in kissassist to stop enchanter from casting aura twincast multiple times
 
Forgive me for being a newb on editing this stuff. Which file will the me.aego be in.

Thank you
 
you use find under edit to find all locations of ${Me.Aura and change it? think on autocleric there was 4 spots or more you have to change
 
autocleric.mac@683 (buffcheck): /if(!${Me.Buff[${SelfBuff}].ID}&&(!${Me.Casting.ID})&&(${Spells[${S

after i changed the aura to name.find

mac then ends


UPDATE **
Nevermind, i might of deleted something by mistake, works fine on other computer.
 
now all my toons that can are constantly trying to cast auras

-ignore that, old downshift isnt working to keep auras up
 
cleric fixed now its my enchanter casting aura over and over after last update.
doesnt med anymore cast mana aura over and over
 
believe this is the fix if I read all the post correctly - temporary disable buff check

|----------------------------------------------------------------------------
| SUB: BuffCheck
|----------------------------------------------------------------------------
Sub BuffCheck
/if (!${Me.Buff[${SelfBuff}].ID}&&(!${Me.Casting.ID})&&(${Spell[${SelfBuff}].Stacks})&&${usedruid}==0&&${Me.Book[${SelfBuff}]}&&${Me.CurrentMana}>${Spell[${SelfBuff}].Mana}) {
/call SpellQueue "${SelfBuff}" ${Me.ID}
} else /if (!${Me.Aego.ID}&&!${Me.Skin.ID}&&!${Me.Symbol.ID}&&${Me.Book[${GroupBuff}]}&&!${Spell[${Me.Buff[${GroupBuff}]}].ID}&&${Me.CurrentMana}>${Spell[${GroupBuff}].Mana}) {
|/call SpellQueue "${GroupBuff}" ${Me.ID}
} else /if (${GroupBuffRecast}==1&&${Me.Book[${GroupBuff}]}&&${bufftimer}==0&&${Me.CurrentMana}>${Spell[${GroupBuff}].Mana}) {
|/call SpellQueue "${GroupBuff}" ${Spawn[${tanktype} ${tankname}].ID}
 
well i have a kinda workaround...im new to autocleric and new to programming...but i removed the entire segment pertaining to auras...just manual cast it and then run autocleric tell a permanent fix is out... i tried removing other non aura buffs without issue and they recast as needed and no buff loops...
 
well i have a kinda workaround...im new to autocleric and new to programming...but i removed the entire segment pertaining to auras...just manual cast it and then run autocleric tell a permanent fix is out... i tried removing other non aura buffs without issue and they recast as needed and no buff loops...

It's been fixed now, just update your files.
 
autocleric issue

Users who are viewing this thread

Back
Top
Cart