Download
(3Kb)
Download
Updated: 01-03-10 01:04 AM
Pictures
File Info
Updated:01-03-10 01:04 AM
Created:01-03-10 01:04 AM
Downloads:2,942
Favorites:7
MD5:

XuTotems

Version: 100
by: Garry [More]

About the Addon
Well, it is a Totem Timer. Nothing more and nothing less

How to install
Just extract the file into your "World of Warcraft/Interface/Addons/" folder

Change Log
- release as v100


Want to move the TotemTimerBar around:
To move the TotemTimer, move your mouse to the side of the bar ( you should casts your totems before!) and then hold down the ALT+SHIFT-key and click your mousebutton and hold it. Now move your mouse and drag the bar where ever you want.

MemUsage
It only "steals" 1.0kb Mem infight.

If you can change the borders?
Yes you can. It is possible to change:
-color ( even class colored )
-turn shadow texture on/off
-match the shadow texture to your border texture

A config?
Well, open core.lua and there you will find the needed stuff ^^

Config code:
Code:

Code:
-- small config -----------------------------------------------
local parent = UIParent				-- frame parent
local anchor =  {"CENTER", "CENTER"}	-- frame anchor
local scale = 1						-- scale the TotemTimerBar
local space = 8						-- changing scale sometimes requires to change the space between the timers
local x = -68							-- position x
local y = -100							-- position y

local shadow_use = true					-- turns on/off shadow texture
local shadow_strata = "BACKGROUND"		-- depending on border texture you need to change this to "LOW"

--set border texture color color ( red, green, blue in RGB)
local color_border = { r = 1, g = 1, b = 1, }


--color for  shadow texture (red, green, blue in RGB)
local color_shadow = { r = 0, g = 0, b = 0, }
--want class color? just comment in this:
--local color_shadow = RAID_CLASS_COLORS[select(2, UnitClass("player"))]

--set the alpha of the  shadow color
local shadow_alpha = 1

--Following lines allow you to change the path and file name of the Border Texture.
--Insert folder where your rune Border Texture is located:
local border_path = "Interface\\AddOns\\xuTotems\\"
--Insert file name of Border Texture:
local border_texture = "slim"


--Well, you changed the Border Texture, then you might need to change some
--Texture parts.

--Change the setpoint of border texture
local borderA = 0.5
local borderB = -0.5
--Change the setpoint of shadow texture
local shadowA = 3
local shadowB = -3
--Change the insets of shadow texture
local shadowI = 8


---end of config-----------------------------------------------
Todo list:
- clean code
- make Timers clickable to "destroy" totem
- tweaks
- ofc bugs

Optional Files (0)


Post A Reply Comment Options
Unread 01-20-10, 02:58 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Router crashed

Sorry i cant make any updates or work on anything, because my router crashed. Now i have to wait until my new one arrives.
Thx to a friend i can check my mail at his place.
Report comment to moderator  
Reply With Quote
Unread 01-16-10, 04:16 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
Originally posted by richerich
You could always have a look into tTotemTimer to see how he did it, cause this works with both Stuf and oUF.

EDIT: What's the status atm for a update?
I TRY ATOTEMBAR THREE TIMES WITH OUF_PANX
CAN'T SEE ANYTHING
Report comment to moderator  
Reply With Quote
Unread 01-13-10, 06:08 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
You could always have a look into tTotemTimer to see how he did it, cause this works with both Stuf and oUF.

EDIT: What's the status atm for a update?
__________________
Livestream | Twitter | YouTube
Last edited by Dajova : 01-15-10 at 05:13 AM.
Report comment to moderator  
Reply With Quote
Unread 01-09-10, 02:14 PM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Re: Re: Re: Fire totems only?

Originally posted by suicidalkatt
Instead of water fire earth and air, could you make it so we can have only one or more? Like only fire totems, or only water totems?
Ah..you mean, a converted Totembar to a kind of ActionBar!?
Report comment to moderator  
Reply With Quote
Unread 01-08-10, 07:12 PM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Re: Re: Fire totems only?

Originally posted by Garry
Can you explain plz?

Currently i try to find a way how i can get it workin with other Unit Frames.
Instead of water fire earth and air, could you make it so we can have only one or more? Like only fire totems, or only water totems?
Report comment to moderator  
Reply With Quote
Unread 01-08-10, 07:23 AM  
Kyuuzo
A Kobold Labourer

Forum posts: 0
File comments: 88
Uploads: 0
To me they appear along with buffs.. i can't move them whatsoever.
Report comment to moderator  
Reply With Quote
Unread 01-08-10, 06:45 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Re: Fire totems only?

Originally posted by suicidalkatt
Would it be possible to have this show only 1 tree of totems?
Can you explain plz?

Currently i try to find a way how i can get it workin with other Unit Frames.
Report comment to moderator  
Reply With Quote
Unread 01-08-10, 02:45 AM  
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 1467
Uploads: 50
Fire totems only?

Would it be possible to have this show only 1 tree of totems?
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 09:54 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Garry
Well i think i found the problem.
It has something to do with the other UF.
I installed oUF with oUF_P3lim and the TotemTimer was gone.
Same with XPerl and STUF.

Guess i have to look where they hook into the TotemFrameTotem.
Yeah, could be Stuf, cause that's what i used... Switched to oUF however now
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 05:17 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Well i think i found the problem.
It has something to do with the other UF.
I installed oUF with oUF_P3lim and the TotemTimer was gone.
Same with XPerl and STUF.

Guess i have to look where they hook into the TotemFrameTotem.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 05:08 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
Originally posted by richerich
I do have it installed... i mean that nothing shows up, not even the icons...
i just only load XuTotems
but i got same problem , nothing to show
i'm zhTW player
Last edited by shinchih2001 : 01-05-10 at 05:10 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:28 PM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Originally posted by richerich
I do have it installed... i mean that nothing shows up, not even the icons...
hm...can pm a list off addons you use?!
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 11:40 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Garry
Ahhh...i realy shouldnt work on addons when i have OmniCC activ. :s
Guess its time to have a seperate WoW install.

Well install OmniCC and it will work ^^
I do have it installed... i mean that nothing shows up, not even the icons...
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 01-04-10, 12:24 AM  
Garry
A Kobold Labourer
 
Garry's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 159
Uploads: 6
Originally posted by richerich
Hmm, after further testing of the mod, i came across that it doesnt work :S no timers are showing up at al nor can i find the timers showing up no matter how i do...
Ahhh...i realy shouldnt work on addons when i have OmniCC activ. :s
Guess its time to have a seperate WoW install.

Well install OmniCC and it will work ^^
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 05:38 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Hmm, after further testing of the mod, i came across that it doesnt work :S no timers are showing up at al nor can i find the timers showing up no matter how i do...
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: