Advertisement
aegius1r

Mouseover steal and auto mark macro

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