• 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 - melee distance

Assuming you are using MQ2Melee, you can set the distance at which to stick. In server_ToonName.ini set the following:

Rich (BB code):
// Use stickcmd
stickmode=1
// Arguments to /stick - in this case, /stick 30 for 30 range
stickcmd=30

Try this (without the comments) and see if it moves you back from the mob at all.
 
Obvious question but have to ask, were you making sure to /melee load after each change?

Edit - was just looking through KissAssist and it looks like distance is hardcoded into the macro, which may override MQ2Melee settings. If you look through the macro's code, you will find several lines calling

Rich (BB code):
/stick ${Stickhow} 13 id ${MyTargetID}

or something similar (search for /stick in Notepad++). Changing the 13 to another value should change the range, but may also alter how adjustment happens when you can't see a mob and the macro needs to readjust your position.
 
Question - melee distance

Users who are viewing this thread

Back
Top
Cart