Advertisement
aegius1r

Mouseover steal and auto mark macro enhanced

Mar 13th, 2016
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #showtooltip 偷竊
  2. /cleartarget
  3. /target [@mouseover, nodead]
  4. /stopmacro [noexists][noharm]
  5. /script if (c == nil) or (c > 7) then c=0; end; if (GetRaidTargetIndex("mouseover")==nil and CheckInteractDistance("target",3)==true) then c=c+1; SetRaidTarget("mouseover", c) end
  6. /cast 偷竊
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement