• 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

Request - How to burn glyphs when max AA?

Joined
Oct 18, 2013
RedCents
2,776¢
I have AA autospend on working great. My MQ2ctwn characters can toggle on glyph usage, and I'll automatically repurchase them when I get to that threshold of banked AA.

Are there any conditions you guys have configured for burning a glyph when we are over a set AA mark? For example: use a destruction glyph when we have 200 stored AAs. The next exp hit would auto-purchase them through mq2aaspend (which is set to re-purchase when we have 100 stored AA).
This would be something part of the normal DPS routine. I already have Dragon Glyph usage in my named/burn areas, but I'm getting AA faster than those events occur.

Thanks all!
 
I have AA autospend on working great. My MQ2ctwn characters can toggle on glyph usage, and I'll automatically repurchase them when I get to that threshold of banked AA.

Are there any conditions you guys have configured for burning a glyph when we are over a set AA mark? For example: use a destruction glyph when we have 200 stored AAs. The next exp hit would auto-purchase them through mq2aaspend (which is set to re-purchase when we have 100 stored AA).
This would be something part of the normal DPS routine. I already have Dragon Glyph usage in my named/burn areas, but I'm getting AA faster than those events occur.

Thanks all!
lots of folks have this in their kiss inis - just have a dps condition or a buff condition to buy the glyph if you enough banked AA and you don't have the glyph

Here is an example of how you could do it for dragon scales - can either put in dps or buffs

Cond19=!${Me.AltAbilityReady[Glyph of Dragon Scales (115+)]} && ${AltAbility[Glyph of Dragon Scales (115+)].CanTrain} && ${Me.AAPoints} > 200
 
lots of folks have this in their kiss inis - just have a dps condition or a buff condition to buy the glyph if you enough banked AA and you don't have the glyph

Here is an example of how you could do it for dragon scales - can either put in dps or buffs

Cond19=!${Me.AltAbilityReady[Glyph of Dragon Scales (115+)]} && ${AltAbility[Glyph of Dragon Scales (115+)].CanTrain} && ${Me.AAPoints} > 200
So that looks like something to re-purchase. Please correct me if I am wrong:
  1. Dragon Glyph is not ready
  2. I can purchase Glyph of Dragon Scales
  3. My banked AA is over 200.
I can try to use the the 3rd section to know when to use it. I'll try it out and report back. Something like:
  • DPS1=Dragon Glyph|99|Cond1
  • Cond1=${Me.AAPoints} > 200
 
Okay so it worked, but I had to use the long name and not the AA Button label name.

DPS23=Glyph of Dragon Scales (115+)|99|Cond14
Cond14=${Me.AAPoints} > 100

It didn't trigger until the mob was like 46% though, so I'll move it up in my DPS order.

Thank you so much @Sic :)
 
I know this is the kissassist section, but I found that mq2react worked better for this than putting it in kissassist ini file. Using MQ2React, you don't need the macro running to rebuy the AAs.
 
I know this is the kissassist section, but I found that mq2react worked better for this than putting it in kissassist ini file. Using MQ2React, you don't need the macro running to rebuy the AAs.
The repurchasing occurs with MQ2AASpend, but KissAssist is now perfectly choosing when to use a glyph during non-burn / non-AE times (normal DPS routine).
 
Request - How to burn glyphs when max AA?

Users who are viewing this thread

Back
Top
Cart