• 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 - Leashing exceeded

Pantharo

Member
Joined
May 27, 2015
RedCents
114¢
Hey all im using Kissassist updated 4/21 for some reason my tank randomly started getting this error "Leashing exceeded distance of 30 turning off ReturnToCamp"

it appears to have started out of nowhere, and no matter what i mess with, it wont fix itself :-( any ideas on what to change?

[General]
KissAssistVer=12.001
Role=Tank
CampRadius=100
CampRadiusExceed=30
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
 
[CODE lang="ini" highlight="4"]/if (${Math.Distance[${CampYLoc},${CampXLoc}]} > ${CampRadiusExceed} && !${Role.Find[hunter]} && ${ReturnToCamp}==1 && ${CampZone}==${Zone.ID}) {
DEBUGMOVE DoWeMove:(ReturnToCamp) CampRadiusExceed turning off ReturnToCamp.
/varset ReturnToCamp 0
/echo Leashing exceeded distance of ${CampRadiusExceed} turning off ReturnToCamp
/return
}[/CODE]

You're pulling stuff (using melee) from outside your camp and you're not flagged as a hunter perhaps?

I found this in the docs.


Control movement in camp[edit]
The following settings and explanation only applies if UseMQ2Melee ini entry is turned off and during Combat.

  1. To keep the MA/Tank from darting/jumping out to meet the mob. Set MeleeDistance and CampRadius to the same Value. This will tell Kiss to skip any /moveto commands.
By default, MeleeDistance is set to 75, so you may want to change that?
 
Last edited:
Hey all im using Kissassist updated 4/21 for some reason my tank randomly started getting this error "Leashing exceeded distance of 30 turning off ReturnToCamp"

it appears to have started out of nowhere, and no matter what i mess with, it wont fix itself :-( any ideas on what to change?

[General]
KissAssistVer=12.001
Role=Tank
CampRadius=100
CampRadiusExceed=30
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25

Pantharo, swap your camp radius and campradiusexceed numbers. I usually use 30 as the camp radius to keep the tank close and the exceed number higher in case he starts to creep.
 
Question - Leashing exceeded

Users who are viewing this thread

Back
Top
Cart