str8monkey
Member
- Joined
- Jul 8, 2017
- RedCents
- 276¢
Looking at a switch from MA to KA with all the issues I have. I run toons with cwtn and ma currently. I do not understand what this means. How will I edit cwtn plugins to write to kissassistbuffs.inc file
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
Thanks
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
- Make sure kissassistbuffs.inc exists in the macro folder.
- Add this line to the top of your macro with any other include files:
include kissassistbuffs.inc - Add this line the your the main loop of your macro:
/call WriteBuffs
Thanks

