Download
(6Kb)
Download
Updated: 04-20-09 05:46 AM
Pictures
File Info
Updated:04-20-09 05:46 AM
Created:04-13-09 02:58 AM
Downloads:2,431
Favorites:12
MD5:

Clobber (Old and discontinued)

Version: DISCONTINUED
by: Taroven [More]

Description
Clobber is a text display for every power type in the game, originally created for use with EventHorizon.

This addon has been designed from the ground up to use as few resources as possible. CPU and memory churn are kept to an absolute minimum where possible.

Features
Clobber tracks everything power-related. Energy, mana, rage, runes, combo points, even the vehicle that you happen to be driving.

Clobber will automagically grab most of its settings from EventHorizon, making it essentially zero config. For those wishing to use it standalone, a full array of customization options is available for your viewing pleasure.

Note: Due to an issue with frame anchoring, Clobber is incompatible with versions of EventHorizon prior to 0.10. If you plan on using Clobber with EventHorizon, please ensure that both addons are updated to their latest versions.

Settings
There is no in-game configuration for Clobber, although it may be a possibility for the future. All configuration is handled through config.lua and myconfig.lua.
Clobber's configuration is very similar to that of EventHorizon - Take a look inside config.lua, you may be surprised at how easy it is to change the settings to your liking.

To avoid losing your custom settings with each update, you may add myconfig.lua to your Clobber directory. Again, this is similar to EventHorizon. Those familiar with how tables work in Lua will have an easy time adjusting individual settings like so:

Code:
local config = Clobber.config

config.font = "Interface\\AddOns\\SharedMedia\\MyMedia files\\font\\visitor1.ttf"
config.textoffset = {2,1}
config.fontSize = 22
...or if you want, you can simply copy the contents of config.lua to myconfig.lua and adjust from there. If adjusting individual settings, there is no need to change them all - myconfig simply overrides what it is told to.

Feature requests or bug reports:
Comments of all varieties here at Wowinterface are always highly appreciated. If you would like to log a more official request or report (read: one that I'm more likely to remember) please use the tools available within my portal.

Todo
- Optional mp5 display when showing mana
- Unique vehicle layout (in progress)
- Reorganize configuration
- Complete customization of display positions

Version 0.4:
New and changed:
* Updated toc to 30100 to indicate complete patch 3.1 functionality.
* Ulduar vehicle power and ammunition is now correctly tracked. Additions have been made to config.lua for the new power types that are tracked.
* The combo point display has had a minor rewrite and a few additions. Details below.
- Combo points are now shown in the center of the frame, instead of the far left. Still working on a good way to fully customize where everything is shown.
- Combo points are hidden when CP=0 and not in a form to use it (Druids will definitely notice this).
- Vehicles no longer have a combo point display, with the exception of Malygos drakes. Thanks to Orgo and his excellent addon MalygosCP for the method.

Fixed:
* Event (de)registration is a little cleaner. There were some potential problems with how it was done before.
* Power type handling is now quite a lot more robust.
* Entering/exiting a vehicle would spawn additional backdrop frames in earlier versions. This has been remedied.



Version 0.3:
* IMPORTANT: config.lua has had a minor overhaul. If you are using a myconfig.lua file, please check your settings against the new version.
New and changed:
* Added Death Knight rune cooldown tracking. CDs will show when under 4 seconds (configurable and can be disabled, refer to config.lua).
* Default rune spacing has been increased a little to account for cooldown numbers.

Fixed:
* Vehicle display no longer shows runes when playing a Death Knight.
* Vehicle display will no longer provoke nil errors when no target is selected.

Performance note: Rune cooldown tracking is disabled at all times except for when the rune display is active on the Clobber frame. Cooldowns will not be tracked when using another class or a vehicle with power of its own, for example. The rune cooldown updates are heavily throttled and done as efficiently as possible, meaning Clobber should use far less CPU compared to many other rune tracking addons.



Version 0.2b: Transition version, unreleased. Full notes in 0.3.

Version 0.2a: EventHorizon's bar frame is now exposed to the API, no more need for the framename workaround.

Version 0.2: Added vehicle power and combo tracking. Uses the Rogue/Druid layout for now.

Version 0.1: Initial release.
Post A Reply Comment Options
Unread 04-26-09, 04:20 PM  
Taroven
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 837
Uploads: 11
Originally posted by Taroven
On second thought, I may add that power bar after all. I just thought of a way to make it pretty much unobtrusive. Expect a minor release shortly.
Cancelled.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 06:01 PM  
Taroven
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 837
Uploads: 11
On second thought, I may add that power bar after all. I just thought of a way to make it pretty much unobtrusive. Expect a minor release shortly.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 05:30 PM  
Taroven
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 837
Uploads: 11
Originally posted by RaphaBE
This is a great idea. EventHorizon is one of my favorite addons, but due to my interface layout, I always have to move my eyes from EH to the unitframes in order to check energy and combopoints. Now I can have all the information concentrated in one location.

That said, I do have a question/request. I primarily play a druid, and I find it suboptimal and straining to look at a number for energy, because it changes so rapidly. (It's alright for mana, and possibly for rage and runic power too.) It would be much much easier to look at an energy bar instead. So, are you considering implementing a bar instead of a simple number?

Likewise, I find it easier to look at a graphical representation of combo points instead of numbers, but that's really much less of an issue than the energy.

Thanks!
A more graphical representation of combopoints would be pretty easy to implement. I'll add it to my todo for the next release.

As for power bars, I have no plans to add them (though that may change if I find a good way to do it without eating resources). Clobber is designed as a text-only display and it will probably stay that way. My recommendation would be to snag a simple energy display addon, disable its text, and size it so it fits with the Clobber frame.

Version 0.5 has been delayed a bit, btw. The new configuration I've been working on (which allows complete customization of the displays) ate up more resources than I'd like and introduced some annoying bugs. It may be a few more days.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 11:18 AM  
RaphaBE
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
This is a great idea. EventHorizon is one of my favorite addons, but due to my interface layout, I always have to move my eyes from EH to the unitframes in order to check energy and combopoints. Now I can have all the information concentrated in one location.

That said, I do have a question/request. I primarily play a druid, and I find it suboptimal and straining to look at a number for energy, because it changes so rapidly. (It's alright for mana, and possibly for rage and runic power too.) It would be much much easier to look at an energy bar instead. So, are you considering implementing a bar instead of a simple number?

Likewise, I find it easier to look at a graphical representation of combo points instead of numbers, but that's really much less of an issue than the energy.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 04-19-09, 12:34 AM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
Uploads: 0
Originally posted by Taroven
That'd be an oops. Fix inc.

EDIT: Archive should be formatted correctly now. I'll test when it's approved.

EDIT2: Yep, works. Sorry about that, and thanks much for the report.
lol no problem, I look forward to giving it a shot I'm glad that appears I was able to get this in before the "it's not working!!' threads

No apologizes needed, you're sharing something with the rest of us that you worked on and I appreciate it, and adore addon authors for both how nice and giving they are, but also how amazing their 'art' is
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Words to Remember:

"You never really learn much from hearing yourself talk." ~ George Clooney

*۝*Jeania/Anjelie ~ Dalaran*۝*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 11:25 PM  
Taroven
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 837
Uploads: 11
Originally posted by Jeania
just a note:

The items are being listed as individual items in the download, verses a actual folder itself. I paused my progress, as i'm not sure what the folder's name 'should' be. But it does mention that's there's already 'this' in the main folder.

Was this a 'oops' or intended, and if intended where are the files supposed to belong?

I worry that people might overwrite things they don't mean to :/
That'd be an oops. Fix inc.

EDIT: Archive should be formatted correctly now. I'll test when it's approved.

EDIT2: Yep, works. Sorry about that, and thanks much for the report.
Last edited by Taroven : 04-18-09 at 11:38 PM.
Report comment to moderator  
Reply With Quote
Unread 04-18-09, 03:37 PM  
Jeania
An Aku'mai Servant
 
Jeania's Avatar

Forum posts: 39
File comments: 170
Uploads: 0
just a note:

The items are being listed as individual items in the download, verses a actual folder itself. I paused my progress, as i'm not sure what the folder's name 'should' be. But it does mention that's there's already 'this' in the main folder.

Was this a 'oops' or intended, and if intended where are the files supposed to belong?

I worry that people might overwrite things they don't mean to :/
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Words to Remember:

"You never really learn much from hearing yourself talk." ~ George Clooney

*۝*Jeania/Anjelie ~ Dalaran*۝*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 04-17-09, 02:49 PM  
Taroven
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 837
Uploads: 11
I need some input from Rogues and Druids about the CP/Energy display. If you have an idea for another piece of information to show, or a better default layout, please let me know here.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: