I've seen it here somewhere but I cant find it now :-( How to I name the buttons with /click so that i can use the bartender4 buttons?
/click BT4 bar 7 Button 1
Any help would be great I would love to get the new macros completed.
Printable View
I've seen it here somewhere but I cant find it now :-( How to I name the buttons with /click so that i can use the bartender4 buttons?
/click BT4 bar 7 Button 1
Any help would be great I would love to get the new macros completed.
This is an example of what I use for Bartender:
/click BT4Button24;LeftButton
Is this what you wanted?
That looks good i'll give it a try today.
Thankyou.
type this in and you can see the name of any bartender (or anything else) button name:
/script ChatFrame1:AddMessage("frame name: " .. GetMouseFocus():GetName())
just hover over the button and paste/type that into chat window and it'll spit out the name, like BT4Button25, etc
Cheers Sanderu and Puppychow. Puppychow that script is awsome and saved my bacon. I was totally using the wrong button number. My /click is working sweet now:-)