• 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

Problem - Right Click Item Buffs

ToppaDop

Member
Joined
Jul 12, 2020
RedCents
89¢
Version of KissAssist.mac?
11.005
When did your problem start?
Today
Character Role?
  1. Assist
What class is having this issue?
  1. Enchanter
How often does this issue occur?
Always
Can you reproduce the issue?
Yes, by just putting the Epic 1.0 buff in the INI.
I am having an issue where when I try and have my Enchanter right click her Epic 1.0 (Staff of the Serpent) she only casts it on herself and no one else. It is like she is trying to cast it on the group but targets herself constantly. The original line I used was:
Buffs6=Staff of the Serpent|melee

I even tried |CLASS|SK and she still just casts it on herself. I tried taking out anything other than the buff and the same result.
 
Last edited:
I thought maybe it was due to the item name being different than the spell buff so I tried:

Staff of the Serpent|DUAL|Speed of the Shissar

Still did not work. However, it appears to work when I add |MA after Shissar. Of course, taking it off, or using |melee or |casters or anything else makes it stop working.
 
Last edited:
I thought maybe it was due to the item name being different than the spell buff so I tried:

Staff of the Serpent|DUAL|Speed of the Shissar

Still did not work. However, it appears to work when I add |MA after Shissar. Of course, taking it off, or using |melee or |casters or anything else makes it stop working.
Did you ever figure this out?
 
I would speculate the the reason the MA tag fixes the issue, is the MA tag is checked at the top of the logic and then assumes what you want to cast , can be cast on the MA. I would assume the potion is a targettype of self, so it applies the buff to yourself no matter who you have on targeted.
 
@ToppaDop can you check the top of your .ini on each of your characters for this line,

INI:
EQBCOn=0
DanNetOn=1

If you have both set to 1, or both set to 0, you may have issues buffing. Make sure they match across all characters.
 
Sorry guys. I forgot about this after hitting 60 until Redbot tagged me. I did not try KA12 so I can't comment on whether that may have fixed it.

Since it has been a few months, my INIs have evolved quite a bit. Right now, they show as you indicated, Redbot (EQBCOn=0, DanNetOn=1) but back then I do not believe I was using DanNet. I would assume I was using the default INI settings, which I believe is EQBCON=1 and DanNetOn = 0.

Sorry that is not more helpful in troubleshooting the issue at the time but I appreciate everyone's willingness to help.
 
Here is what I do in situations like this. It's a little dicey, but it works well enough.

If I want the item to cast a buff and it isn't doing it.
Code:
Buffs6=command:/keypress HOT5_1|Cond1

Cond1=(${Me.Buff[Voice of Clairvoyance].Duration}<3000 && !${Me.Buff[Voice of Foresight Rk. III].ID})

1605379869891.png

What is going on here is my character will check to see if I have less than 3 seconds left on Voice of Clairvoyance. If I do have less than 3 seconds remaining AND I do not have Voice of Foresight casted on myself, it will use this item for buffs. The problem translating it over to your issue is that this cast group buffs, where yours is single target cast.

Not sure how helpful this can be for you in the future, but I was able to come up with this with help from RG Discord some time ago.
 
Problem - Right Click Item Buffs

Users who are viewing this thread

Back
Top
Cart