View Single Post
06-29-20, 05:14 PM   #5
pinmouse
A Murloc Raider
Join Date: Jul 2014
Posts: 9
Red face

Originally Posted by Kanegasi View Post
Ah, DBM. I was confused by the /count since DBM uses /pull. Same format, different function. Unfortunately, DBM doesn't expose its pull function, but we can use the registered SlashCmdList function instead.

Lua Code:
  1. /run if SecureCmdOptionParse("[btn:2]") then SlashCmdList["DEADLYBOSSMODS"]("pull 3") else SlashCmdList["DEADLYBOSSMODS"]("pull 10") end
Oh man! It is /pull... brain fart on my part! Sorry about that!

P.S.
Your macro worked great! Thanks!!!

Last edited by pinmouse : 06-29-20 at 05:19 PM.
  Reply With Quote