• 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

Config - Stick question

EQtanker

Member
Joined
Dec 9, 2014
RedCents
83¢
Hello, I'm having problems with my berserker. I have StickHow filled in with "loose" and usually this keeps him from swinging around directly to the back of the mob, which looks really suspicious if anyone were to see me engage a mob. But lately with it being set to loose, or event front, it doesn't matter and he will swing right around to the back as soon as he engages. Is there something I'm doing wrong?

[Melee]
AssistAt=96
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=front
AutoFireOn=0
BeforeCombat=Gut Punch
UseMQ2Melee=1
DismountDuringFights=0
 
Try "UseMQ2Melee=0" and see if that's better.

If not you can turn it back on and check your MQ2Melee ini settings. Since you have it turned on, that plugin will run the "stick" instead of KA.

MQ2Melee's settings can be checked by typing /melee and if you type /melee save it will add them to your mq2 ini file (in the Release folder, not Macros.) The stickcmd is an option in MQ2Melee too.

----

Changes to stick from 10.2.6 update notes:
Rich (BB code):
Made changes to how stick is used in Combat.
If you have UseMQ2Melee turned on then you will need to setup MQ2Melee stick commands. 
Kiss will not use /stick commands in combat if you have MQ2Melee turned on.

StickHow=0:
Will use the /stick id ${Target.ID} command so you will have to tweak the MQ2MoveUtils settings for /stick.

StickHow=yourstickoptions:
will issue the /stick ${Target.MaxRangeTo} id ${Target.ID} ${StickHow} command.
Note: Kiss will try and use Max melee distance, so  if you want to close the gap/get closser to the mob, use the % option  in your StickHow option.
Example: StickHow=MoveBack 50% loose. This will move you back to 50% of targets MAX melee radius using loose movements. 
Note: If durring Combat, you are to close to a mob, and can't see it. Kiss will try and back you up untill you can see the mob. 

I found this realistic MQMelee settings post useful when my BST stopped staying on target after the update. Add whichever of these settings applies. You can type them as commands and then do a "/melee save" to make them permanent. Or edit your mq2melee settings in your mq2 character ini file (server_Name in Release folder.)

Rich (BB code):
|Rogue DPS Classstickrange=75 
stickmode=1 
stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} >  19,15,${Math.Calc[${Target.MaxRangeTo}*0.8]}]} hold moveback behind  loose


|Melee DPS Class NOT Rogues
stickrange=75 
stickmode=1 
stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} >  19,15,${Math.Calc[${Target.MaxRangeTo}*0.8]}]} hold moveback !front  loose


|Tank Classes
stickrange=75 
stickmode=1 
stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} > 19,10,${Math.Calc[${Target.MaxRangeTo}*0.7]}]} moveback loose
 
Config - Stick question

Users who are viewing this thread

Back
Top
Cart