View Single Post
10-27-19, 12:45 PM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
If you're trying to call DBM's pull command from a button, you can use their slash function directly:

This will call the default 10 seconds:
SlashCmdList.DEADLYBOSSMODSPULL()
This will call the 6 seconds you want:
SlashCmdList.DEADLYBOSSMODSPULL(6)
Same with /break as well:
SlashCmdList.DEADLYBOSSMODSBREAK()
(break's number is in minutes)

Last edited by Kanegasi : 10-27-19 at 12:47 PM.
  Reply With Quote