Advertisement
sorvani

mq2melee stick settings

Jul 6th, 2013
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #rogue
  2. stickrange=75
  3. stickmode=1
  4. stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} > 19,15,${Math.Calc[${Target.MaxRangeTo}*0.8]}]} hold moveback behind
  5.  
  6. #melee DPS not rogue
  7. stickrange=75
  8. stickmode=1
  9. stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} > 19,15,${Math.Calc[${Target.MaxRangeTo}*0.8]}]} hold moveback !front
  10.  
  11. #tank
  12. stickrange=75
  13. stickmode=1
  14. stickcmd=${If[${Math.Calc[${Target.MaxRangeTo}*0.8]} > 19,10,${Math.Calc[${Target.MaxRangeTo}*0.7]}]} moveback
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement