• 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

Bug - Cleric gets stuck 'removing' the incorrect buff

Joined
Oct 6, 2017
RedCents
997¢
Well, I checked the MQ2 log but I can't even see her stripping it in that log. It's definitely being stripped through over and over. Usually just reloading kissassist fixes it, but in this case it happened immediately after loading it, it's hit and miss.

Here is her buff section.

[Buffs]
buffson=1
BuffsCOn=0
BuffsSize=20
Buffs1=Battle Armor Worg Saddle|mount
Buffs2=Hand of Virtue|Dual|Virtue
Buffs3=Focus of the Seventh|Remove
Buffs4=Armor of the Zealot
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
CheckBuffsTimer=30
PowerSource=NULL

- - - Updated - - -

I tested this more today when this began happening, even reloading kiss wouldnt make it go away, everytime kiss reloaded it would just start spam removing the buff in my first slot. Eventually I cast Focus of the Seventh on my cleric and it removed it and then the problem was fixed. So it seems to somehow get confused sometimes about what slot focus is in and goes into a death spiral from there, hope that helps.
 
Well the /removebuff code checks if you have the buff. ${Me.Buff[${1stPart}].ID}, so for whatever reason MQ thinks you have the buff on you. It could be an EQ client issue as well.
 
saar

could try /echo ${Me.Buff[${Focus}].ID} see what it returns without the macro running and with focus on and off.
lol or /echo ${Me.Buff[Focus].ID}

I ran this command today when I got stuck in the removing loop, the cleric was just stripping everything from my first buff slot.

With no focus on me (I had Armor of the Zealot on) he was trying to strip the first buff slot.

I stopped KissAssist macro and ran the check /echo ${Me.Buff[${Focus}].ID} which returned a 1

Then I cast focus on my cleric which landed in the first buff slot .. ran the check again .. returned a 1

Stripped focus off me, returned a NULL

Hope that helps! Sounds like a MQ2Main issue doesnt it?
 
I can run some tests later, but seems that armor of line might be considered a focus line buff which is why it tries to strip it. Also this is on TLP right? If buff blocking is on then I would just remove the focus line in your ini and just buff block focus till we can narrow it down
 
Buff blocking is still broken in TLP sadly, they implemented it but the blocked buff section gets emptied everytime you zone =(

- - - Updated - - -

Looks like their fixing the blocked spell thing in the next patch, found a post from a dev on the EQ forums confirming it.
 
Buff blocking is still broken in TLP sadly, they implemented it but the blocked buff section gets emptied everytime you zone =(

- - - Updated - - -

Looks like their fixing the blocked spell thing in the next patch, found a post from a dev on the EQ forums confirming it.

Hip Hip Huray! I know I get carried away sometimes..
 
Bug - Cleric gets stuck 'removing' the incorrect buff

Users who are viewing this thread

Back
Top
Cart