• 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 - KA and non-KA member buffing

Joined
Jul 24, 2018
RedCents
40¢
Version of KissAssist.mac?
12
When did your problem start?
constantly
Character Role?
  1. Assist
What class is having this issue?
  1. Beastlord
How often does this issue occur?
Always
Hi all

I have sk/brd/shm/wiz works on KA and 2 zerks with mq2zerker plugin. I found that my shm with KA didn't buff my zerkers with plugin. Is there any setting I missed
 
I believe if you set kiss to use dannet, it will still buff them

of you would want to check out the > Buff Extra < section

KissAssist can buff characters that are running another macro
KissAssist characters automatically keep track of buffs they have on by constantly writing to the kissassistbuffs.inc include file in the macros folder.
If one of your characters is running a macro or plugin other than kissassist, that macro/plugin will need to write to kissassistbuffs.inc in order to receive buffs.
Thankfully it's easy to add!

Instructions to use this feature in other macros

  1. Make sure kissassistbuffs.inc exists in the macro folder.
  2. Add this line to the top of your macro with any other include files:
    include kissassistbuffs.inc
  3. Add this line the your the main loop of your macro:
    /call WriteBuffs


so if the dannet thing doesn't auto-fix it, you'd want to use a simple macro to just do what it says above

kissbuff.mac
Code:
#include kissassistbuffs.inc

Sub Main

    /while (1) {
        /call WriteBuffs
        /delay 10s
    }
/return

and then run this on your non-kissassist toons
 
Last edited:
Will that be easier if I use mq2shm??
I'm not sure I understand your question.

you posted about a beastlord running kissassist not buffing your berserkers not running kissassist

1632465196935.png

if you want kissassist beastlord to buff your berserkers you should read the above what i posted and try a: the dannet thing, and then b: the little script to run the kissassistbuffs.inc

if instead, you're asking about a shaman running mq2shaman - it will buff any local character running mq2cwtnbuffs which would be all your characters on your pc, that are running from the same mq/mq2.

kissassist does a fine job, and if you want to use kissassist it can absolutely do the things you're asking.
 
Question - KA and non-KA member buffing

Users who are viewing this thread

Back
Top
Cart