problems with a new computer

loyal

Lifetime Member
Joined
Dec 5, 2006
Messages
261
Reaction score
18
Points
18
Age
76
I have again moved an account and there are always something goes wrong this time I have one easy and one I do not know.
what is the context in mq2melee to stop taunting?

the other issue is with overseer. When I open it the screen is set in such a way when I click to select an agent the bottom of the screen is so far down I cannot reach the bottom so I can lift it and actually see the agents to select.
 
  • Like
Reactions: EQDAB
/melee on taunt=off
then /melee save
or edit the ini so taunt=0.
or edit the ini with tauntif=${If[${Me.TargetOfTarget.Type.Equal[PC]} && ${Me.TargetOfTarget.ID} && (${Me.TargetOfTarget.Class.Name.Equal[Warrior]} || ${Me.TargetOfTarget.Class.Name.Equal[Paladin]} || ${Me.TargetOfTarget.Class.Name.Equal[Shadow Knight]}),0,1]}
the last one will make it so you will still taunt if a non tank class is on aggro. although there is an issue with it in if you have attack on and are in range to taunt when you target a new mob, it will immediately taunt before it actually sees who is on targetoftarget.

not sure on overseer
 
  • Like
Reactions: EQDAB and loyal