MQ2Melee help please

Artemus

Lifetime Member
Joined
May 30, 2006
Messages
1,048
Reaction score
9
Points
38
I've gone crazy trying to turn this switch off. I want to make my ranger stop spinning around to the mob's backside. When I group with people it's a dead fucking giveaway. And even solo, it often makes him skid into walls. How do I turn off that move behind option?
 
/plugin mq2moveutils unload is quickest fix, and the way i always do it!
 
This should disable the usage of mq2moveutils with mq2melee
Code:
/melee stickrange=0

This will allow you to make your own custom stick command, in this example you will stick at a distance of 15 from any position.
Code:
/melee stickmode=on
/melee stickcmd=moveback 15
 
This should disable the usage of mq2moveutils with mq2melee
Code:
/melee stickrange=0

This will allow you to make your own custom stick command, in this example you will stick at a distance of 15 from any position.
Code:
/melee stickmode=on
/melee stickcmd=moveback 15

MQ did not like the moveback 15. You sure you typed it right?
 
stickcmd has to be manually edited in the ini, then /melee load

Edit the INI, enter what options you want, e.g.:

stickcmd=!front moveback 15 loose
stickmode=1
stickrange=60

Save the file, and in game (if you are already in game), type: /melee load

htw
 
Doesn't MQ2Melee do this when you don't have Health of Targets Target AA. It confuses it on whether you have aggro or not and spins you around the mob. I always had to make sure /melee aggro=0 was in my ini for any non tank like my bard or Beastlord
 
I have seen it do this when you try to stick behind the mob and get on aggro. The mob keeps turning toward you and you keep trying to get behind it. I usually add a once to my stick commands to prevent this.
 
Last edited: