Description
DoSomething! is a quick mod I wrote for my brother to notify him while playing his warrior that Bloodsurge has procced.
It flashes the screen blue (or optionally, shake's the screen), plays a sound, and gives a textual notification in the chat console. Each of these notifications may be turned off via the slash commands.
---
Usage
/dosomething status
Shows you which buffs are currently being watched for.
/dosomething config [option]
Shows you the current configuration
/dosomething set [option] (on/off/option)
Sets the option on or off, or for the "anim" option, flash, or shake.
I decided that since many classes have buffs like that, it'd be worthwhile to write it for any class, rather than just for warriors with improved slam.
---
Classes
These are the buffs that are currently being watched for:
Death Knight:
- Killing Machine
- Death Trance!
- Deathchill
- Freezing Fog
Druid
- Nature's Grace
- Eclipse
- Clearcasting
Hunter
Mage
- Clearcasting
- Fingers of Frost
- Fireball!
Paladin
- Infusion of Light
- The Art of War
Priest
- Borrowed Time
- Surge of Light
- Holy Concentration
Rogue
Shaman
- Maelstrom Weapon
- Tidal Waves
Warlock
Warrior
- Slam!
- Sword and Board
- Taste for Blood
- Sudden Death
If I am missing any, or this should be modified in any way, please let me know.
---
Future Additions
- If there's a demand for it, localization beyond just English
- Any other requested features, possibly
------------------------------------------------------------------------
r13 | maniacx86 | 2009-04-16 00:32:19 +0000 (Thu, 16 Apr 2009) | 1 line
Changed paths:
M /trunk/Core.lua
- Removed death knight "Death Trance!" buff because it no longer exists.
------------------------------------------------------------------------
r12 | maniacx86 | 2009-04-03 18:10:24 +0000 (Fri, 03 Apr 2009) | 1 line
Changed paths:
M /trunk/Core.lua
- added mage talent "Fireball!" for the talent "Brain Freeze"
------------------------------------------------------------------------
r11 | maniacx86 | 2009-03-19 20:00:04 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/DoSomething.toc
M /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
M /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
D /trunk/Libs/AceGUI-3.0
D /trunk/Libs/LibSimpleOptions-1.0
M /trunk/embeds.xml
-- fixed problem that was causing DoSomething! to break Recount if Autobar was not present (weird, I know)
------------------------------------------------------------------------
r10 | maniacx86 | 2009-03-19 19:13:16 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
A /trunk/Libs/LibEffects-1.0-mod
A /trunk/Libs/LibEffects-1.0-mod/LibEffects-1.0-mod.lua
A /trunk/Libs/LibEffects-1.0-mod/lib.xml
-- fixing missing stupidity
------------------------------------------------------------------------
r9 | maniacx86 | 2009-03-19 19:03:19 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/Libs/AceGUI-3.0/AceGUI-3.0.lua
-- more bug stomping
------------------------------------------------------------------------
r8 | maniacx86 | 2009-03-19 18:57:39 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/Core.lua
M /trunk/DoSomething.toc
D /trunk/Libs/LibEffects-1.0
M /trunk/embeds.xml
hopefully fixed stupid bug for real
------------------------------------------------------------------------
r7 | maniacx86 | 2009-03-19 18:50:06 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/DoSomething.toc
M /trunk/embeds.xml
-- fixed typos
------------------------------------------------------------------------
r6 | maniacx86 | 2009-03-19 01:07:25 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/Core.lua
-- added white space
------------------------------------------------------------------------
r5 | maniacx86 | 2009-03-19 01:03:06 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
M /trunk/DoSomething.toc
M /trunk/Libs/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/embeds.xml
-- Added AceGUI to fix missing dependency errors
------------------------------------------------------------------------
r4 | maniacx86 | 2009-03-18 00:32:27 +0000 (Wed, 18 Mar 2009) | 4 lines
Changed paths:
M /trunk/Core.lua
M /trunk/DoSomething.toc
A /trunk/Libs/LibSimpleOptions-1.0
A /trunk/Libs/LibSimpleOptions-1.0/Changelog-LibSimpleOptions-1.0-WoW-3.0-release-3.txt
A /trunk/Libs/LibSimpleOptions-1.0/LibSimpleOptions-1.0.lua
A /trunk/Libs/LibSimpleOptions-1.0/LibSimpleOptions-1.0.toc
A /trunk/Libs/LibSimpleOptions-1.0/lib.xml
M /trunk/embeds.xml
M /trunk/options.lua
- added LibSimpleOptions for later
- added slash command configuration
- changed the flash animation colour from red to blue
- added priest buffs: Surge of Light, Holy Concentration
------------------------------------------------------------------------
r3 | maniacx86 | 2009-03-18 00:22:58 +0000 (Wed, 18 Mar 2009) | 1 line
Changed paths:
A /trunk/Libs/LibEffects-1.0/LibEffects-1.0-mod.lua
D /trunk/Libs/LibEffects-1.0/LibEffects-1.0.lua
M /trunk/Libs/LibEffects-1.0/lib.xml
modified LibEffects slightly
------------------------------------------------------------------------
r2 | maniacx86 | 2009-03-17 22:19:54 +0000 (Tue, 17 Mar 2009) | 5 lines
Changed paths:
A /trunk/Assets
A /trunk/Assets/Sounds
A /trunk/Assets/Sounds/Fireball2.wav
A /trunk/Core.lua
A /trunk/DoSomething.toc
A /trunk/Libs
A /trunk/Libs/Ace3.lua
A /trunk/Libs/Ace3.toc
A /trunk/Libs/AceAddon-3.0
A /trunk/Libs/AceAddon-3.0/AceAddon-3.0.lua
A /trunk/Libs/AceAddon-3.0/AceAddon-3.0.xml
A /trunk/Libs/AceBucket-3.0
A /trunk/Libs/AceBucket-3.0/AceBucket-3.0.lua
A /trunk/Libs/AceBucket-3.0/AceBucket-3.0.xml
A /trunk/Libs/AceComm-3.0
A /trunk/Libs/AceComm-3.0/AceComm-3.0.lua
A /trunk/Libs/AceComm-3.0/AceComm-3.0.xml
A /trunk/Libs/AceComm-3.0/ChatThrottleLib.lua
A /trunk/Libs/AceConfig-3.0
A /trunk/Libs/AceConfig-3.0/AceConfig-3.0.lua
A /trunk/Libs/AceConfig-3.0/AceConfig-3.0.xml
A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0
A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
A /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.xml
A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0
A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
A /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.xml
A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0
A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
A /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.xml
A /trunk/Libs/AceConsole-3.0
A /trunk/Libs/AceConsole-3.0/AceConsole-3.0.lua
A /trunk/Libs/AceConsole-3.0/AceConsole-3.0.xml
A /trunk/Libs/AceDB-3.0
A /trunk/Libs/AceDB-3.0/AceDB-3.0.lua
A /trunk/Libs/AceDB-3.0/AceDB-3.0.xml
A /trunk/Libs/AceDBOptions-3.0
A /trunk/Libs/AceDBOptions-3.0/AceDBOptions-3.0.lua
A /trunk/Libs/AceDBOptions-3.0/AceDBOptions-3.0.xml
A /trunk/Libs/AceEvent-3.0
A /trunk/Libs/AceEvent-3.0/AceEvent-3.0.lua
A /trunk/Libs/AceEvent-3.0/AceEvent-3.0.xml
A /trunk/Libs/AceGUI-3.0
A /trunk/Libs/AceGUI-3.0/AceGUI-3.0.lua
A /trunk/Libs/AceGUI-3.0/AceGUI-3.0.xml
A /trunk/Libs/AceGUI-3.0/widgets
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-BlizOptionsGroup.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Frame.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-InlineGroup.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Label.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-SimpleGroup.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
A /trunk/Libs/AceHook-3.0
A /trunk/Libs/AceHook-3.0/AceHook-3.0.lua
A /trunk/Libs/AceHook-3.0/AceHook-3.0.xml
A /trunk/Libs/AceLocale-3.0
A /trunk/Libs/AceLocale-3.0/AceLocale-3.0.lua
A /trunk/Libs/AceLocale-3.0/AceLocale-3.0.xml
A /trunk/Libs/AceSerializer-3.0
A /trunk/Libs/AceSerializer-3.0/AceSerializer-3.0.lua
A /trunk/Libs/AceSerializer-3.0/AceSerializer-3.0.xml
A /trunk/Libs/AceTab-3.0
A /trunk/Libs/AceTab-3.0/AceConfigTab-3.0.lua
A /trunk/Libs/AceTab-3.0/AceTab-3.0.lua
A /trunk/Libs/AceTab-3.0/AceTab-3.0.xml
A /trunk/Libs/AceTimer-3.0
A /trunk/Libs/AceTimer-3.0/AceTimer-3.0.lua
A /trunk/Libs/AceTimer-3.0/AceTimer-3.0.xml
A /trunk/Libs/CallbackHandler-1.0
A /trunk/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
A /trunk/Libs/CallbackHandler-1.0/CallbackHandler-1.0.xml
A /trunk/Libs/Changelog-Ace3-Beta-r741.txt
A /trunk/Libs/LICENSE.txt
A /trunk/Libs/LibEffects-1.0
A /trunk/Libs/LibEffects-1.0/LibEffects-1.0.lua
A /trunk/Libs/LibEffects-1.0/lib.xml
A /trunk/Libs/LibStub
A /trunk/Libs/LibStub/LibStub.lua
A /trunk/Libs/changelog.txt
A /trunk/assets.lua
A /trunk/embeds.xml
A /trunk/options.lua
1.1 initial commit
-TODO:
-- add configuration interface
-- finish configuration commandline
------------------------------------------------------------------------
r1 | root | 2009-03-17 21:53:33 +0000 (Tue, 17 Mar 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"dosomething/mainline: Initial Import"
------------------------------------------------------------------------
Installation Guide
- Exit "World of Warcraft" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Mac Users
- StuffitExpander: Double click the archive to extract it to a folder in the current directory.
- Verify your WoW Installation Path
That is where you are running WoW from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your World of Warcraft folder. (default is C:\Program Files\World of Warcraft\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start World of Warcraft
- Make sure AddOns are installed
- Log in
- At the Character Select screen, look in lower left corner for the "addons" button.
- If button is there: make sure all the mods you installed are listed and make sure "load out of date addons" is checked.
- If the button is NOT there: means you did not install the addons properly. Look at the above screenshots. Try repeating the steps or getting someone who knows more about computers than you do to help.
Translations
When you download a mod, please be sure that the mod is compatible with your translation of wow. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
TOC Numbers (Out of Date Mods)
When Blizzard patches WoW, they change the Interface number. This means that all mods will be "out of date" unless or until the author releases a new version for that interface. Some people go into the .toc files and update the numbers themselves, but this is STRONGLY advised against as it will cause problems locating possible incompatibilities addons. When you log into WoW after a patch, you DO NOT have to delete your interface directory. All you have to do is simply tell WoW to ignore the interface numbers and load all the mods anyway. All you have to do is, while at the "character select" screen, look in the lower left corner and click on the "addons" button. A window will pop up listing all your installed mods.
If you look in the upper left corner of that window there should be a box that says "Load Out of Date AddOns". You want to CHECK this box. Now simply go into WoW normally and all your mods should load. As of the 1.9 patch, you will have to do this after EVERY patch/update that Blizzard posts! If you encounter any problems with a mod after a patch, please be sure to let the author of the mod know so they can fix it.
See also: About "Out Of Date AddOns"
Mac Support
WoW addons are not platformed based. As such, they can be used on either Mac or PC. You can extract both .zip and .rar files on a Mac using StuffitExpander.
Directory Structure
World of Warcraft
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.toc
|_ *AddonName*.xml
|_ *AddonName*.lua
|_ (possibly others as well)...