Download
(1Kb)
Download
Updated: 11-29-09 01:24 PM
Pictures
File Info
Updated:11-29-09 01:24 PM
Created:11-29-09 01:24 PM
Downloads:2,757
Favorites:9
MD5:

tTotemTimer

Version: 0.1
by: thek [More]

tTotemTimer redesigns Blizzards Totemtimers, anchored below the playerframe. It needs less memory (1kb) and enables drag & drop while not in combat.

Addon Setup:

Totemtimer Configuration
Open the core.lua file and change the following lines:

Code:
local totem_size 	= 32
local totem_spacing	= 8
Move the Totemtimers
To drag the Totemtimers around, click with the left mousebutton on a timer and start dragging. (this action is blocked by the addon while in combat)

Post A Reply Comment Options
Unread 05-31-12, 01:47 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
A workaround for oUF users is to change the parent of the totemframe.

Add
Code:
TotemFrame:SetParent(UIParent)
after
Code:
TotemFrame:SetClampedToScreen(true)
and you should be good to go!

Also, for people like me who want a 1px border on the totems, you can change
Code:
_G["TotemFrameTotem"..i].bg:SetWidth(totem_size + totem_spacing / 2)
_G["TotemFrameTotem"..i].bg:SetHeight(totem_size + totem_spacing / 2)
into
Code:
_G["TotemFrameTotem"..i].bg:SetWidth(totem_size + totem_spacing / totem_spacing +1)
_G["TotemFrameTotem"..i].bg:SetHeight(totem_size + totem_spacing / totem_spacing +1)
Fantastic addon! \o/
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 05-30-10, 02:21 AM  
Ihadurca
An Aku'mai Servant
 
Ihadurca's Avatar

Forum posts: 37
File comments: 27
Uploads: 0
Any news on making this work w/o the default portraits? I use Shadowuf and it's not showing up for me and it's just what I need. ^_^
Report comment to moderator  
Reply With Quote
Unread 01-26-10, 07:30 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
Originally posted by thek
this addon only works with default totemtimers and (at the moment) only when used with default Unitframes. I will try to write a workaround when used with things like ouf.

thx for your report!
thanks a lot. hope your update soon^^
Report comment to moderator  
Reply With Quote
Unread 01-15-10, 08:19 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by shinchih2001
it's good but i can't see anything (i use oUF_Phanx)
this addon only works with default totemtimers and (at the moment) only when used with default Unitframes. I will try to write a workaround when used with things like ouf.

thx for your report!
Report comment to moderator  
Reply With Quote
Unread 01-14-10, 08:15 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
it's good but i can't see anything (i use oUF_Phanx)
Report comment to moderator  
Reply With Quote
Unread 11-30-09, 01:20 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by richerich
a very light mod for such a great task imma test it tomorrow when i wake up...

but isnt it easier to lock/unlock the timers with a command instead of the current way? like typing "/ttt" will both unlock and lock the frame
Thx for the hint, i'll give it a try or maybe add a seperate modifier for starting drag & drop (like ALT or CTRL)
Report comment to moderator  
Reply With Quote
Unread 11-29-09, 05:05 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
a very light mod for such a great task imma test it tomorrow when i wake up...

but isnt it easier to lock/unlock the timers with a command instead of the current way? like typing "/ttt" will both unlock and lock the frame
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: