Log in

View Full Version : /click and bartender



Vmpwraith
03-23-2009, 12:27 AM
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.

Sanderu
03-23-2009, 01:53 PM
This is an example of what I use for Bartender:

/click BT4Button24;LeftButton

Is this what you wanted?

Vmpwraith
03-23-2009, 09:52 PM
That looks good i'll give it a try today.

Thankyou.

puppychow
03-24-2009, 12:42 PM
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

Vmpwraith
03-24-2009, 07:48 PM
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:-)