- Joined
- Oct 15, 2013
- RedCents
- 949¢
I finally quit being lazy and read the Kissassist code to solve a problem I've been having with kissassist + MQ2Navigation whereby if my pullertank pulls a pathing mob past his PullRadius, he breaks his leash and never returns to camp. It's a very easy fix:
In the CheckRoles function, remove/comment the lines
/varset CampRadiusExceed ${MaxRadius}
Then make sure your CampRadiusExceed var in your INI file is large enough.
I doubt this will be changed in Kiss itself as I'm sure Maskoi had his reasons for this line of code as it is obviously intentional, but for those like me in zones with Pathers, this is a lifesaver, literally.
-Brian
In the CheckRoles function, remove/comment the lines
/varset CampRadiusExceed ${MaxRadius}
Then make sure your CampRadiusExceed var in your INI file is large enough.
I doubt this will be changed in Kiss itself as I'm sure Maskoi had his reasons for this line of code as it is obviously intentional, but for those like me in zones with Pathers, this is a lifesaver, literally.
-Brian

