Download
(3Kb)
Download
Updated: 12-16-09 07:35 AM
Pictures
File Info
Updated:12-16-09 07:35 AM
Created:06-03-09 09:02 AM
Downloads:14,150
Favorites:69
MD5:

oUF TotemBar  Popular! (More than 5000 hits)

Version: r4
by: Soeters [More]

I've stopped playing WoW, so this addon won't be updated again, at least not by me.
If someone feels like updating it, just PM me.


Overview

oUF_TotemBar is a little plugin for shamans using oUF.
You will need oUF, a layout providing support for this plugin.


Features

  • Status bar for every totem
  • Abbreviated name (for exemple Strength of Earth Totem will be S.o.E.T and Totem of Wrath will be T.o.W.).
  • Custom colors if you want
  • Custom delay
  • Delete one totem on click, every totem on shift-click

Click here to submit a bug
Click here for a feature request



Documentation


All the documentation is at the top of oUF_TotemBar.lua but you can also see an exemple of integration here.
You will need to add oUF_TotemBar in the optional dependencies of your layout in the TOC file.
(New): The .Name element is now handled, it looks like every fontstring for elements

Thanks
haste for helping me with my (several) errors
p3lim for his RuneBar inspiration

r4
Added a destroy totem option
TOC update

r3
TOC bump

r2
Added the .Name element for the totem Name
Post A Reply Comment Options
Unread 06-03-09, 10:29 AM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
Damn, beat me to it! I was working on this but it wasn't quite done. Thanks for the upload!
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 06-03-09, 10:34 AM  
Tere
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Thanks for another great oUF plugin, how would I go about changing the order of the totems? Thanks.
Report comment to moderator  
Reply With Quote
Unread 06-03-09, 11:58 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
Just change the SetPoint to make the bars go the order you want like this (for exemple)
Code:
self.TotemBar[2]:SetPoint("TOPLEFT",self,"BOTTOMRIGHT",0,0)
self.TotemBar[4]:SetPoint("LEFT",self.TotemBar[2],"RIGHT",2,0)
self.TotemBar[3]:SetPoint("LEFT",self.TotemBar[4],"RIGHT",2,0)
self.TotemBar[1]:SetPoint("LEFT",self.TotemBar[3],"RIGHT",2,0)
__________________
Report comment to moderator  
Reply With Quote
Unread 06-09-09, 12:59 PM  
lanacan
A Warpwood Thunder Caller
 
lanacan's Avatar
AddOn Author - Click to view AddOns

Forum posts: 94
File comments: 177
Uploads: 13
Best oUF Plug in Ever!! I hated trying to find a totem timer that fit into my ui


(Seriously... lol)
__________________
Busy modifying your code for my own UI.
Report comment to moderator  
Reply With Quote
Unread 06-10-09, 05:28 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
I'm glad you like it, really
__________________
Report comment to moderator  
Reply With Quote
Unread 06-20-09, 12:58 PM  
shkm
A Chromatic Dragonspawn
 
shkm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 98
Uploads: 9
Originally posted by Soeters
I'm glad you like it, really
Then it's worth me mentioning that I love it too . Thanks for the elegant addon!
Report comment to moderator  
Reply With Quote
Unread 07-14-09, 02:18 PM  
frui2store
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thanks for great plugin...

I wanna see "totem name" in statusbar like below
----------------------------
| Stoneskin totem |
----------------------------
| Windfury |
----------------------------
Report comment to moderator  
Reply With Quote
Unread 07-21-09, 06:53 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
Originally posted by frui2store
Thanks for great plugin...

I wanna see "totem name" in statusbar like below
----------------------------
| Stoneskin totem |
----------------------------
| Windfury |
----------------------------
I'm working on it but as the statusbar are usually small I'm trying to find a way to remove the word totem (i.e Windfury for Windfury totem) which isn't easy for every totem.
__________________
Report comment to moderator  
Reply With Quote
Unread 07-23-09, 09:32 AM  
shkm
A Chromatic Dragonspawn
 
shkm's Avatar
AddOn Author - Click to view AddOns

Forum posts: 186
File comments: 98
Uploads: 9
One of the big totem addons that I had to grab before throwing a fresh 80 shaman into some instancing had a very nice feature: tick timers. There would be a "bar" overlaying the icon which would correspond to every tick of the totem. I could certainly see this working very nicely with oUF_TotemBar. Any chance of an implementation?

On names: Wouldn't abbreviations work nicely? WF, SS, FT, etc.
__________________
Quit WoW again on 17/04/2014.
Last edited by shkm : 07-23-09 at 09:34 AM.
Report comment to moderator  
Reply With Quote
Unread 07-23-09, 11:02 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
Originally posted by shkm
One of the big totem addons that I had to grab before throwing a fresh 80 shaman into some instancing had a very nice feature: tick timers. There would be a "bar" overlaying the icon which would correspond to every tick of the totem. I could certainly see this working very nicely with oUF_TotemBar. Any chance of an implementation?

On names: Wouldn't abbreviations work nicely? WF, SS, FT, etc.
Abbrevations are a good idea for the size.

Tick timers are hard to implement but I'll try to find a way to implement this

(And thanks for your link on your blog)
__________________
Last edited by Soeters : 07-23-09 at 11:05 AM.
Report comment to moderator  
Reply With Quote
Unread 08-01-09, 01:22 PM  
Sangull
A Murloc Raider

Forum posts: 5
File comments: 49
Uploads: 0
I noticed in r2 you pulled the .destroy function out. I'm guessing that it wasn't working and that's why I could never make it work with the previous release! Is this still a planned feature or was this something you decided to pull?
Report comment to moderator  
Reply With Quote
Unread 08-02-09, 10:51 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
Originally posted by Sangull
I noticed in r2 you pulled the .destroy function out. I'm guessing that it wasn't working and that's why I could never make it work with the previous release! Is this still a planned feature or was this something you decided to pull?
The destroy function was something I may do but I removed it. This wasn't really a feature not working that's just that I planned it at the first release but I forgot to remove it from the documentation.
Maybe it will be implemented it in the r3 (or it won't)
__________________
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 10:07 AM  
sezz
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 158
File comments: 13
Uploads: 1
Love it, thank you!
Report comment to moderator  
Reply With Quote
Unread 11-18-09, 11:14 AM  
gahtz
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
hello, I have a problem for the timer, the bars are full all time and at the last second the bars move :-/
Last edited by gahtz : 11-18-09 at 11:18 AM.
Report comment to moderator  
Reply With Quote
Unread 11-18-09, 11:34 AM  
Soeters
A Warpwood Thunder Caller
 
Soeters's Avatar
AddOn Author - Click to view AddOns

Forum posts: 97
File comments: 207
Uploads: 20
Originally posted by gahtz
hello, I have a problem for the timer, the bars are full all time and at the last second the bars move :-/
Which layout are you using (in order to see the bug, even if I don't really have the time right now).

I have few other things to do before but I try to plan update and bug fixing on all my addons
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.