• 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 - Bard AA problem (1 Viewer)

Joined
Oct 21, 2013
RedCents
517¢
RedGuides Family,

I have a question I hope that someone might be able to answer. I am attempting to use Sionachie's Crescendo which is a bards Class specific AA. I have put in the buff section as such:

[Buffs]
BuffsOn=1
Buffs1=Sionachie's Crescendo

And in the DPS Section as such as well.

[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Sionachie's Crescendo|100|Once

No, I currently don't have it listed in both sections I have tested both to see if I could troubleshoot my problem. I don't have a problem with the AA firing off being in either section, but what is happening is that it keeps firing off. I cannot get this AA to fire off only once and then reapply it if I die and I am rebuffing (this AA is a permanent affect). The refresh for this AA is 1 second and as I stated earlier if I put in in my buff section it keeps reapplying it and it does appear to be every second. So my thought was to put in my DPS section as I have listed, but it still fires every second as well.

So is there anything else I'm missing that could buff this, but keep it from firing every second? Additionally this affect does load in the song buff window not the spell buff window.
 
Its a song Kiss really isn't set to up to watch the song window and MQ2 hates bards. So to keep it simple stupid Kiss doesn't support it.
 
I would imagine you could just change line 1453 (of whatever latest version 6.x is) of the macro from:
Rich (BB code):
/if (!${Me.Buff[${Buffs[${i}]}].ID} && ${Spell[${Buffs[${i}]}].Stacks[0]}) {

to
Rich (BB code):
/if (!${Me.Song[${Buffs[${i}]}].ID} && !${Me.Buff[${Buffs[${i}]}].ID} && ${Spell[${Buffs[${i}]}].Stacks[0]}) {
 
Actually I am more interested to see if eqmule incorporates your song stacking mod into MQ2 core. That would be an easier solution.

also in Kiss I code bards separately for clarity since they are mutant scum and MQ2 hates them.
 
Question - Bard AA problem

Users who are viewing this thread

Back
Top
Cart