• 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! 👋

Question - Puller MaxRadius

eqplaya78

Member
Joined
Jun 22, 2019
RedCents
40¢
Im pretty sure I use to set MaxRadius while pulling to minimize or expand the pull distance. I have been trying to update my ini but I do not see any changes now. What are the settings to change the pull radius and update the circles on the map?
 
Pull settings are nor.ally after the dps settings ini files
 
Looks something like this:

[Pull]
PullWith=Powerful Dagger-Throw
PullMeleeStick=0
MaxRadius=650
MaxZRange=1150
UseWayPointZ=0
PullWait=5
PullRadiusToUse=360
PullRoleToggle=0
ChainPull=0
ChainPullHP=20
ChainPullPause=120|2
PullPause=120|0
PullLevel=0|0
PullArcWidth=360

Max Radius is where you set distance at.
 
If you want to increase and/or decrease the area for mob searching. You can use hotkeys for this. I Use these hot keys to figure out the exact pull area for a new comp i am setting up for.

AreaAdd
/varset MaxRadius ${Math.Calc[${MaxRadius}+5]}
/echo ${MaxRadius}
/varcalc CampRadiusExceed ${MaxRadius}+200

AreaSub
/varset MaxRadius ${Math.Calc[${MaxRadius}-5]}
/echo ${MaxRadius}
/varcalc CampRadiusExceed ${MaxRadius}+200


In addition if I am in a really hilly area I will play with the Z access as well.

AddZ
/varcalc MaxZRange ${MaxZRange}+5
/echo ${MaxZRange}

SubZ
/varcalc MaxZRange ${MaxZRange}-5
/echo ${MaxZRange}

Just mash away on the hotkeys till your happy with your pull radius.
 
Question - Puller MaxRadius

Users who are viewing this thread

Back
Top
Cart