This mod allows you specify for the class list for buffs. Came out of this discussion: http://www.redguides.com/community/...-to-modify-kiss-mac-to-define-melee-for-buffs
For the second part of buffs, you can add a "class:list of classes" option
List of short class names
caster: CLR,DRU,SHM,BST,ENC,MAG,NEC,PAL,SHD,RNG,WIZ
melee: BRD,BER,BST,MNK,PAL,ROG,RNG,SHD,WAR
all: CLR,DRU,SHM,ENC,MAG,NEC,WIZ,BRD,WAR,MNK,ROG,BER,PAL,SHD,BST,RNG
If you forget
Examples
Paladin deagro buff
old school clarity casters minus necro
Druid skin stacking issues, All minus PAL and CLR
Cleric surety with druid in group
Let me know if you have any issues. Attaching kissassist.mac 8.3.0 and my git diff for this change
- - - Updated - - -
The one thing which I'm a bit confused about, when /varset Buffs[${i}] overrides for the stacking check, I don't see where it's reset to the full multi-part version.
I assume it's happening somewhere, just not sure where.
For the second part of buffs, you can add a "class:list of classes" option
Rich (BB code):
[Buffs]
BuffsOn=1
Buffs1=My buff name|class:CLR,DRU,SHM,etc
List of short class names
caster: CLR,DRU,SHM,BST,ENC,MAG,NEC,PAL,SHD,RNG,WIZ
melee: BRD,BER,BST,MNK,PAL,ROG,RNG,SHD,WAR
all: CLR,DRU,SHM,ENC,MAG,NEC,WIZ,BRD,WAR,MNK,ROG,BER,PAL,SHD,BST,RNG
If you forget
Rich (BB code):
/echo ${Target.Class.ShortName}
Examples
Paladin deagro buff
Rich (BB code):
Buffs1=Marr's Salvation|class:WIZ,BER,ROG
old school clarity casters minus necro
Rich (BB code):
Buffs1=Clarity|class:CLR,DRU,SHM,BST,ENC,MAG,PAL,SHD,RNG,WIZ
Druid skin stacking issues, All minus PAL and CLR
Rich (BB code):
Buffs1=Shieldstone Blessing|class:DRU,SHM,ENC,MAG,NEC,WIZ,BRD,WAR,MNK,ROG,BER,SHD,BST,RNG
Cleric surety with druid in group
Rich (BB code):
Buffs1=Unified Surety|class:CLR,PAL
Let me know if you have any issues. Attaching kissassist.mac 8.3.0 and my git diff for this change
- - - Updated - - -
The one thing which I'm a bit confused about, when /varset Buffs[${i}] overrides for the stacking check, I don't see where it's reset to the full multi-part version.
I assume it's happening somewhere, just not sure where.

