This weekend while using KISS I created 2 social keys to help with determining the MaxRadius to use for pulling mobs for new camp locations.
Key 1 I labeled MaxRadius+ and used the following code:
/varset MaxRadius ${Math.Calc[${MaxRadius}+5]}
/echo ${MaxRadius}
Key 2 I labeled MaxRadius- and used the following code:
/varset MaxRadius ${Math.Calc[${MaxRadius}-5]}
/echo ${MaxRadius}
So while running Kiss. I wait till the puller starts spamming checking for mobs or whatever it says. Then I click on the MaxRadius+ key till it finds more mobs. Then I wait till it starts spamming looking for more mobs again. Rinse and repeat until I hit the sweet spot for your location. If you overextend your range, then just click on the second key to shorten it.
Hope this is helpful for someone.
Ctaylor
Key 1 I labeled MaxRadius+ and used the following code:
/varset MaxRadius ${Math.Calc[${MaxRadius}+5]}
/echo ${MaxRadius}
Key 2 I labeled MaxRadius- and used the following code:
/varset MaxRadius ${Math.Calc[${MaxRadius}-5]}
/echo ${MaxRadius}
So while running Kiss. I wait till the puller starts spamming checking for mobs or whatever it says. Then I click on the MaxRadius+ key till it finds more mobs. Then I wait till it starts spamming looking for more mobs again. Rinse and repeat until I hit the sweet spot for your location. If you overextend your range, then just click on the second key to shorten it.
Hope this is helpful for someone.
Ctaylor

