- Version of KissAssist.mac?
- 10.2.6
- When did your problem start?
- Always
- Character Role?
- Assist
- Tank
- PetTank
- Petassist
- What class is having this issue?
- Bard
- Beastlord
- Berserker
- Cleric
- Druid
- Enchanter
- Magician
- Monk
- Necromancer
- Paladin
- Ranger
- Rogue
- Shadow Knight
- Shaman
- Warrior
- Wizard
- How often does this issue occur?
- Always
- Can you reproduce the issue?
- See note above.
I have two characters that I run alternately as pullers, so I have both their ini files set to GroupWatchOn. However, I sometimes manually play one and the other will stop if the group dips too far below the thresholds I've set. This is perfect when that character is the puller but not so great when the character is in Assist mode. I'd like to add a third option to GroupWatchOn so that it can be activated only if that character is in the Role of puller. It's a fairly simple change and if it's not useful to anyone else then I can manually change it on mine, but I wanted to post it here as a feature request.
That second line added to the GroupWatch sub would take care of what I'm looking for.
Code:
Sub GroupWatch
/if (!${GroupWatchOn} ) /return
/if (${GroupWatchOn}==3 && !${Role.Find[pull]}) /return
That second line added to the GroupWatch sub would take care of what I'm looking for.
Last edited:

