Ok first if you use /stick 5 hold .. STOP! Next what do humans do? They stay near max melee that's what... They don't run into the mob and try to give it a hug. Here is some general guidelines I use when using MQ2Melee. It ensures I stay near max melee (unless its greater than 20 units and it will compensate)
Now you will still be a bit suspicious always being on point with your positioning, but unless the person knows you are boxing you should be ok. If you want to look the part take out !front or behind and you will just run to max distance and hit the mob from any angle. I encourage everyone to use this in their MQ2Melee INI.
/Cheers Red Cent me if this helps!
Rich (BB code):
|Rogue DPS Class
stickrange=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
Now you will still be a bit suspicious always being on point with your positioning, but unless the person knows you are boxing you should be ok. If you want to look the part take out !front or behind and you will just run to max distance and hit the mob from any angle. I encourage everyone to use this in their MQ2Melee INI.
/Cheers Red Cent me if this helps!