background preloader

WoW AddOns - WowAce.com

Serveur privé World of Warcraft: Burning Crusade v2.4.3 | WoW Mania SecureActionButtonTemplate The SecureActionButtonTemplate was introduced in Patch 2.0 to allow addons to perform protected actions -- casting spells, executing macros, etc -- by specifying button behavior via its attributes. Edit To create a SecureActionButton, simply create a button that inherits from the SecureActionButtonTemplate; to make the button instance useful, specify interesting attributes. This can be done in both XML, Lua and a mix of the two: Using XML: Using Lua: local btn = CreateFrame("Button", "myButton", UIParent, "SecureActionButtonTemplate"); btn:SetAttribute("type", "action"); btn:SetAttribute("action", 1); Modified attributes Some attribute may change value based on whether a particular combination of modifier keys is held down and/or a particular button is being clicked. The "modified attribute" name takes the form of: modifier-name-button. A limited precedence order is defined by the Frame:GetAttribute method. Button remapping Action Types Other attributes

Blog Archive » The Belkin Nostromo N52 TE A new version of the Belkin n52te Tournament Edition SpeedPad was released at end-of-year, 2007. With the impending release of Wrath of the Lich King and the new abilities it introduces, I thought now would be a good time to rewrite my previous article to update it for the new software bundle and improvements I’ve found in the planning process for key bindings. For those of you unfamiliar with the Nostromo SpeedPad, it’s a computer peripheral that rests under your left hand and mimics the key commands of the keyboard. 14 keys in 3 rows (the last of which only has 4 keys) A rectangular thumb button A circular thumb button A clickable scroll wheel An analog directional pad The 14 base keys are where you map your primary abilities. What You Will Need: Bartender4 (via Curse.com) Belkin Nostromo N52 TE (via Amazon.com) Paper and pencil Quick Links Configuring the Nostromo N52te Install the drivers and software that came with the Belkin Nostromo SpeedPad. Laying out Action Bars with Bartender4

Forums - Powered by vBulletin Bienvenue sur Pywow - Forums. Si ceci est votre première visite, nous vous invitons à consulter la FAQ en cliquant sur le lien ci-dessus. Vous devrez peut-être vous inscrire avant de pouvoir envoyer des messages : cliquez sur le lien d'inscription ci-dessus pour cela. Pour commencer à lire les messages, sélectionnez le forum que vous voulez visiter depuis la liste ci-dessous. Forum Dernier message Discussions Messages Vos Guildes Ici les chats par guilde, Privés et protégés par mot de pass Bienvenue dans la guilde des Princes du Dragon. Jamais Regroupant les anciens Assassins du Crépuscule, les Bløody Tearz agissent discretement mais efficacement. Les Fabula Nova Crystallis, tel est le nom de la légende des XIII rois des cieux ! La guilde la plus puissante de la horde où les héros se sont rassemblés face à la montée en puissance démographique des allianceux. Le chant des Kami résonne,l'heure est venue pour nous de nous éveiller Une guilde crée avec des elfes de sang et pour les elfes de sang.

Ace3 - API/AceAddon-3.0 - WoW AddOns - WowAce.com AceAddon-3.0 provides a template for creating addon objects. It'll provide you with a set of callback functions that allow you to simplify the loading process of your addon. Callbacks provided are: OnInitialize, which is called directly after the addon is fully loaded. OnEnable which gets called during the PLAYER_LOGIN event, when most of the data provided by the game is already present. OnDisable, which is only called when your addon is manually being disabled. Example addon:Disable() Disables the Addon, if possible, return true or false depending on success. Usage -- Disable MyAddonMyAddon = LibStub("AceAddon-3.0"):GetAddon("MyAddon")MyAddon:Disable() addon:DisableModule(name) Disables the Module, if possible, return true or false depending on success. addon:Enable() Enables the Addon, if possible, return true or false depending on success. -- Enable MyModuleMyAddon = LibStub("AceAddon-3.0"):GetAddon("MyAddon")MyModule = MyAddon:GetModule("MyModule")MyModule:Enable() addon:EnableModule(name)

Useful macros for druids Formatting Macros Edit Note: Commands for some of the older macros have been modified significantly. Where possible, please validate and mark with last working patch or version number. When editing a macro on the Wiki please: name it, describe what it does, and use a 'space' before each command for the 'code box' note the version of WoW that you tested it in if moving from another page, remove it from the old page follow this Macro formatting example: ==== Macro Name ==== /y Hooray, I made a macro! which creates: Macro Name Edit /y Hooray, I made a macro! Use: This yells, "Hooray, I made a macro!" How to customize those macros The macros on this page are intended for general use. For quick reference, here is the most relevant information. Druid Stances Edit Many macros make use of the stance modifier. Audible Errors Some macros may generate audible errors such as "Target not in Range". /console Sound_EnableSFX 0 /console Sound_EnableSFX 1 Trinkets /use 13 /use 14 Shapeshift Macros Description: Note:

Related: