aegius1r

EXRT pull (untested)

Jul 13th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /run local GM,DPULL=GetMouseButtonClicked,SlashCmdList["exrtSlash"] if GM()=="RightButton" then num="8" elseif GM()=="MiddleButton" then num="0" SendChatMessage("──暫停!──",(UnitInRaid("player")and "RAID" or "PARTY")) else num="3" end DPULL("pull "..num)
  2.  
  3. -- for test:
  4. /run SlashCmdList["exrtSlash"]("pull 8")
  5. /run SlashCmdList["exrtSlash"]("pull 3")
  6. /run SlashCmdList["exrtSlash"]("pull 0")
Add Comment
Please, Sign In to add comment