Help

CustomButtons

Action Bars Login to Add Favorites
  • 1 Like
  • World of Warcraft
  • 13,464 Downloads
  • Supports: 4.3
  • 9 Average Daily Downloads
  • Comments
  • Created 9/16/2009 3:56:19 AM
  • Updated 2/3/2012 1:38:38 PM
  • 69 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: CustomButtons 4.17
or
Support development! **
Donate

About CustomButtons

Create your custom buttons for casts, items, equipmentsets, macros, pets and mounts!

addon tips

  • ButtonFacade
  • OmniCC

new

  • new config frame
    • create buttons
    • change button attributes
    • move buttons
  • better button positioning

CustomButtons

Erzeuge deine eigenen Schaltflächen

/cb oder /custombuttons können als Slashcommands verwendet werden:

  • '/cb new' erzeugt einen neuen leeren Button
  • einfach per drag'n'drop ein Item aus einer Tasche, einen Zauber aus dem Zauberbuch, ein Makro, Pets, Mounts oder Equipmentsets auf den Button ziehen
  • mit [ctrl] + Rechte Maustaste kann der Button beliebig verschoben werden
  • '/cb scale #' ändert die Größe des Buttons
  • '/cb alpha #' ändert die Transparenz des Buttons
  • '/cb key x' erzeugt ein KeyBinding. x mit dem gewünschten Key ersetzen. '/cb key' oder '/cb key none' entfernt ein vorhandenes KeyBinding.
  • Maus über den Button und dann '/cb delete' entfernt den Button
  • Indikator für zu große Entfernung und zu wenig Mana/Wut/etc...
  • Ausgegraute Schaltfläche, wenn kein Item in der Tasche ist
  • Schaltflächen werden versteckt, wenn ein Zauber nicht verfügbar ist (z.B. aufgrund eines Talentwechsels)
  • Es können beliebig viele Buttons erzeugt werden
  • Buttons werden je Character gespeichert
  • Bei Items kann angezeigt werden, wieviele in der Tasche sind. Die Anzeige kann mit /cb toggle count an oder abgeschaltet werden
  • '/cb toggle range' schaltet das Einfärben des Buttons beim Distanzcheck ein und aus
  • ButtonFacade wird unterstützt
  • '/cb toggle talent' schaltet um, ob der Button nur in der aktuellen oder in beiden Talentspezifikationen sichtbar ist
  • [ctrl] + Linksklick zeigt ein paar Buttonattribute im Chat an
  • Es können Zauber, Gegenstände, Sets des Ausrüstungsmanagers oder Makros verwendet werden.

Create your custom buttons for casts or items

use /cb or /custombuttons as slashcommands:

  • '/cb new' creates a new empty button
  • use drag'n'drop to add an item from your bags, any cast, macros, pets, mounts or equipment sets
  • press [ctrl] + right mousebutton to move the button
  • use '/cb scale #' to resize the button
  • use '/cb alpha #' to change the transparency of the button
  • use '/cb key x' to set a key binding. Replace x with the key. '/cb key' or '/cb key none' removes a key binding.
  • mouse over and '/cb delete' removes the button
  • range indicator and indicator for out of mana/etc.
  • greyed button, when the mapped item is not in the bag
  • buttons are hidden, when a spell is not available (e.g. due to talent switch)
  • you can create as many buttons as you want
  • buttons are saver per character
  • with items you can show how many you have in your bags. You can toggle this with /cb toggle count
  • '/cb toggle range' toggles, if button is colored red, when out of range
  • ButtonFacade supported
  • '/cb toggle talent' toggles, if button is visible in the active talent group or in both talent groups
  • [ctrl] + left click displays some button info in the chat
  • use spells, items, equipmentsets or macros

Befehle / Commands

/cb new
  • erzeugt einen neuen leeren Button
  • creates a new empty button
/cb delete
  • entfernt den Button unter der Maus
  • removes the button under the mouse
[ctrl] + Rechte Maustaste ([ctrl] + right mouse button)
  • verschiebt den Button
  • moves the button
/cb scale #
  • ändert die Größe des Buttons
  • resizes the button

Gültige Werte/valid values: 0.1 - 4.0

Beispiele:

(Werte sind ungefähre Angaben, abhängig von der Bildschirmauflösung)

  • /cb scale 1 -> Size: 20px * 20px (default)
  • /cb scale 1.5 -> Size: 30px * 30px
  • /cb scale 2 -> Size: 40px * 40px
  • /cb scale 0.75 -> Size: 15px * 15px
/cb alpha #
  • ändert die Transparenz des Buttons
  • changes the transparency of the button

Gültige Werte/valid values: 0 - 1

Beispiele:

  • /cb alpha 1 -> nicht transparent/no transparency (default)
  • /cb alpha 0.5
  • /cb alpha 0 -> unsichtbar/not visible (but still at the same position)
/cb key x
  • erzeugt ein KeyBinding
  • creates a key binding
/cb toggle count
  • schaltet die Anzeige der Anzahl an oder ab
  • toggles the item count
/cb toggle range
  • schaltet das Einfärben der Schaltflächenränder bei zu großem Abstand an oder ab
  • toggles, if border is color red, when out of range
/cb toggle talent
  • schaltet um, ob der Button nur in der aktuellen oder in beiden Talentspezifikationen sichtbar ist
  • toggles, if button is visible in the active talent group or in both talent groups
  • new config frame

Addon Packs Containing This...

Comments

First Previous Page 1 of 10 Next Last
  • #146

    I sent you a PM regarding this, but I thought I'd post here too... I really love this addon, but I feel it could use one more thing... The ability to drag spells off of a button and to place them into a different custom button(making the buttons behave like real action buttons). Here's a link to some working code I wrote up to do this: http://pastebin.com/tzWYnh2V

    I'm just a figment of your imagination!!!!

  • #144

    This is going straight into my Bookmarks, for future reference. I've got a UI scheme that this would be great for.

    Is it possible to have one of these user-created buttons click / activate another one? Example:

    Button 1 (Macro): Shot A, Shot A, Shot A, Click Button 2

    Button 2: Shot B

    At the moment, I have three such macro buttons which are clicked by one main macro button.

    It would be nice to be able to do the same with these.

    Thanks!

    Cool

  • #145

    i'll check this. Maybe you can try to use the button name in your macro. You can find the button name in this file:

    /Applications/World of Warcraft/WTF/Account/YOUR_ACCOUNT/YOUR_SERVER/YOUR_CHARACTER/SavedVariables/CustomButtons.lua

    Example:

    ["name"] = "CustomButtonsButton5"

    Maybe this works: /click CustomButtonsButton5

    Last edited by Nirriti on 2/5/2012 11:13:46 AM
  • #142
    My Lightwell macro is not removed upon switching between talent specs. Probably consistent with all macros. Any way to make all CustomButtons unique to each talent spec?
  • #143

    Currently you can not. But I try this in the next version to be considered.

  • #140

    I'm making several buttons.  Is there a way to have them stack side by side?

    I can do it manually, but looks messy.

  • #141

    no, this is not possible.

  • #136

    Hey!

    I donwnloaded this a few minutes ago. I wanted to have only one Button in which I could place things like Copper Ore and see, how much of this I am having in my inventory. Now I want to see the count of my ore, but this here shows up in my chatlog:

    12:49:17 CustomButtons: togglecount
    12:49:17 Formatierungsfehler: togglecount

    Would like to use this addon, but it doesn't make sense, if I cannot see the count. Anything I can do?

  • #139

    i just uploaded version 4.16 a few seconds ago. With this version you'll see how much items you have, also when they are not consumable.

  • #137

    try /cb toggle count

  • #138

    but you only will see how much items you have, if they are consumable.

  • #133
    Hey there, I was designing my UI today and came across Custom buttons, I must say I love it! Great job!

    My question is though: How do I bind a key to Control or Shift 123456?
    I tried '/cb key shift1' ect. But I could not figure it out.

    Thanks

    -Mikey
  • #135
    open bindings-cache.wtf in your wtf folder to find some examples...
  • #134
    you can use any binding string accepted by World of Warcraft. For example: "ALT-CTRL-F", "SHIFT-T", "W", "BUTTON4".
  • #127
    Hi,
    im playing a druid char. Wenn switching to cat i can not use "Stampending Roar" (cat). When trying to use it, i always get the message "Not enough Rage"/"Need more Rage". Can you fix this please?
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!