• 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

Question - How to purchase an AA with Kissassist??

Joined
Dec 24, 2017
RedCents
1,813¢
So I am not finding a way to buy my glyph of destruction II after I use it. Currently I have to manually hot key /alt buy 7019. Does anyone know of a way to purchase this aa after it is used with code? I am not using mq2melee. Just kissassist and eqmule's version 1.55. Any insight would be great. Thanks.
 
mq2aaspend can do it i think first load the plugin "/plugin mq2aaspend load" setup the AA to buy automatically "/aaspend add "Glyph of Destruction II" M" then turn on aa auto buying "/aaspend auto on"
 
Once mq2aaspend is turned on with /plugin mq2aaspend

You can modify your character ini file (where the mq2 melee stuff is) I am super lazy with my settings in this is what I have. You can be way more efficient and tell it which aa's to buy in what order but it buys window 3 first for me (class) then window 5, 2 1 and then 4

[MQ2AASpend_Settings]
AutoSpend=0
BruteForce=1
BruteForceBonusFirst=0
BankPoints=104
SpendOrder=35214
 
I was really hoping hoping to set this up in KA. I am trying to use KA only. I have a lot of the other plugins turned off.:bang: Any other thoughts?
 
You could probably write a condition to handle it, but not quite sure if that would work without spamming "purchase" for 10m.
 
You could probably write a condition to handle it, but not quite sure if that would work without spamming "purchase" for 10m.

Not sure how to write a condition or if eqmule's 1.55 is capable of buying an aa. I would think if it can activate it, is would be able to buy it some how.
I did try:
OhShit1=/Alt But 7019
OhShitCond1= !${Me.AltAbilityReady[Glyph of Destruction II]}
, but it didn't work.
 
Others said that using AASpend is your best bet, but after this post I tried using it and something is not working. I use the Glyph, but never buy another one. I'm looking at building this into Mq2Melee

This says use the rune glyph if the target is a named:
Rich (BB code):
holyshit32=/if (${Me.AltAbilityReady[Glyph of Dragon Scales II]} && ${Melee.AggroMode} && ${Target.Named}) /alt act 7016

This checks to see if it's not ready and buys the AA while not in combat. The only issue is that it will be trying to buy the AA over and over for 10 minutes while it's on cool down:
Rich (BB code):
downshit3=/if (!${Me.AltAbilityReady[Glyph of Dragon Scales II]}) /alt buy 7016

- - - Updated - - -

Ah figured this out ---

Rich (BB code):
/if (!${Me.AltAbilityReady[Glyph of Dragon Scales II]} && ${AltAbility[Glyph of Dragon Scales II].CanTrain}) /alt buy 7016
 
So I am using the belwo:


//AA Purchase

Buffs8=command:/alt buy 5103
BuffsCond8=${Me.AltAbility[Glyph of Dragon Scales (100+)].CanTrain}

What condition could I add to determine if I had more then 80 aa?
 
So I am using the belwo:


//AA Purchase

Buffs8=command:/alt buy 5103
BuffsCond8=${Me.AltAbility[Glyph of Dragon Scales (100+)].CanTrain}

What condition could I add to determine if I had more then 80 aa?
&& ${Me.AAPoints}>80
 
Question - How to purchase an AA with Kissassist??

Users who are viewing this thread

Back
Top
Cart