View Single Post
10-27-19, 12:51 PM   #5
BloodDragon
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2017
Posts: 32
This is my Button:
Lua Code:
  1. QC.b=Add_Button(L["PullTimer"],"/pull 6",W,0,QC.F,{0.7,0.7,0.2,1});W=W+50;

So i must insert your command here?:
Lua Code:
  1. QC.b=Add_Button(L["PullTimer"],"SlashCmdList.DEADLYBOSSMODSPULL(6)",W,0,QC.F,{0.7,0.7,0.2,1});W=W+50;

I'm really a big beginner in the .lua area.

I think my main.lua is not bad. but I'm not quite there .
  Reply With Quote