• 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 - Puller waiting to pull too early

Myysterio

Myysterio
Creator
Joined
Jun 13, 2020
RedCents
1,761¢
We have a 115 paladin set to pull with KA and the paladin will sit and med anytime anyone is below 90% mana when a fight is over, how do i adjust this down? Im not seeing the setting unfortunately.
 
check out the groupwatch setting in the default secion.
 
GroupWatchOn=0
GroupWatchCheck=FALSE

`copied from the instructions at https://www.redguides.com/community/threads/kissassist-instructions-settings-info.26002/

GroupWatchOn
0

0/1/2|MedAt%

0=Off/1=EntireGroup/2=HealersOnly,|%=What % to start waiting for party mana/end to get to 90%. Default % is 20.

GroupWatchCheck

False

False/cond#

To use this option, you must have turned on conditions(ConOn=1) and created a condition for this option. This entry is used in the GroupWatch routine and pauses the macro if the condition is evaluated to True. The macro will continue when the condition evaluates to False.
Example: GroupWatchCheck=cond3
cond3=${Me.Snared}

so if you just want to watch the cleric you would do:

GroupWatchOn=2|20
GroupWatchCheck=FALSE

so the puller will stop to rest once the cleric dips below 20% mana and continue to pull when he reaches 90%
 
GroupWatchOn=0
GroupWatchCheck=FALSE

`copied from the instructions at https://www.redguides.com/community/threads/kissassist-instructions-settings-info.26002/

GroupWatchOn
0

0/1/2|MedAt%

0=Off/1=EntireGroup/2=HealersOnly,|%=What % to start waiting for party mana/end to get to 90%. Default % is 20.

GroupWatchCheck

False

False/cond#

To use this option, you must have turned on conditions(ConOn=1) and created a condition for this option. This entry is used in the GroupWatch routine and pauses the macro if the condition is evaluated to True. The macro will continue when the condition evaluates to False.
Example: GroupWatchCheck=cond3
cond3=${Me.Snared}

so if you just want to watch the cleric you would do:

GroupWatchOn=2|20
GroupWatchCheck=FALSE

so the puller will stop to rest once the cleric dips below 20% mana and continue to pull when he reaches 90%

2 is healers only, it will trigger on shamans and druids.
 
yes, unfortunately, kiss considers shamans and druids a pure healers too, i do not, however if you up for it, you can easily fix this yourself, and add another option for it let me show you.

1. open kissassist.mac in a text editor, like notepad++.
2. find this line: /if (${GroupWatchOn}==2 && !${Select[${Group.Member[${i}].Class.ShortName},CLR,DRU,SHM]}) /continue
3. add this line beneath it:/if (${GroupWatchOn}==3 && !${Select[${Group.Member[${i}].Class.ShortName},CLR]}) /continue
4.set your groupwatchon=3 in your kissassist ini for your pullertank

now he will only worry about the cleric.
 
Question - Puller waiting to pull too early

Users who are viewing this thread

Back
Top
Cart