• 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 - Adjusting pull radius

Jelly Belly

Member
Joined
Jan 20, 2022
RedCents
233¢
Can you adjust you pull radius in kissassist on the fly? without going into your ini file for your puller? is there an in game command?
 
I use the following Hotbuttons for my puller to adjust pulling with kissassist

AreaAdd
/varset MaxRadius ${Math.Calc[${MaxRadius}+20]}
/echo ${MaxRadius}
/varcalc CampRadiusExceed ${MaxRadius}+200
______________
AreaSub
/varset MaxRadius ${Math.Calc[${MaxRadius}-10]}
/echo ${MaxRadius}
/varcalc CampRadiusExceed ${MaxRadius}+200
______________
AddZ
/varcalc MaxZRange ${MaxZRange}+10
/echo ${MaxZRange}
________________
SubZ
/varcalc MaxZRange ${MaxZRange}-5
/echo ${MaxZRange}
________________
R360
/varset PullArcWidth 0
/echo PAW=${PullArcWidth}
________________
R180
/varset PullArcWidth 180
/echo PAW=${PullArcWidth}


In the ini I have maxRadius set to 100 and MaxZRange to 20.
Any click increases/reduces the range by the increments of the BOLD numbers.
 
Last edited:
Question - Adjusting pull radius

Users who are viewing this thread

Back
Top
Cart