mq2melee question

Alexandra

Lifetimer
Joined
May 29, 2006
Messages
1,577
Reaction score
2
Points
38
Location
Atlanta, Georgia
Can anyone tell me how to not make it attack from behind, i saved and see the ini but dont see anything about it or point me in the right direction. thankyou
 
You need to add a custom stick command. I'm not sure what the exact INI syntax is, but the MQ2 Wiki would know. You need to add the line for your custom stick command, and then turn on the toggle that tells it to use that command instead of default.
 
thought it was
facing=1

to not stick behind a mob.
 
thought it was
facing=1

to not stick behind a mob.
Actually that command will make toons that are using the plugin but not meleeing (i.e. the ones that just send pets) face the mob when they do. Or at least they used to do that in previous versions, and I'm not sure if the command is implemented now.
Custom stick commands go in the <server_ToonName.ini> file and here's one that might help (the one I use)
Code:
stickcmd=/stick hold ${If[${Target.Height}<5,10,${Math.Calc[${Target.Height}+5].Int}]} ${If[!${Me.GroupSize} || ${Melee.AggroMode},moveback,${If[${Melee.BackStabbing},behind,!front]}]} ${If[${Me.Underwater},uw,]}
With that command, any time you set "/melee aggro=on" you won't /stick behind"