Download
(15Kb)
Download
Updated: 06-23-08 09:37 AM
Pictures
File Info
Updated:06-23-08 09:37 AM
Created:unknown
Downloads:3,288
Favorites:9
MD5:

MacTotemTimer

Version: 1.00a final
by: Macniel [More]

I am back!

And i have a simple but cool addon in my luggage which will be handy for shamans who also care in style.

MacTotemTimer provides, for a totemtimer very uncommon , Buttons for totems (so, you got 4 buttons in one addon, isn't it crazy ?!)

MacTotemTimer supports ButtonFacade to enable custom buttonstyles. The configuration for this Addon is located in World of Warcraft own configuration-central, it is localized (enUS, enGB and deDE) so you will have probably no problems with it.

---

Whats new in this final version ?

A savedVariables error has been fixed, there should no longer be an errormessage like "[...]usage MTT_Slider1:SetValue(value)[...]".

Configurationspanels has been made load on demand, when opening the first Configurationpanel (MacTotemTimer) you will probably recognize a little stutter then you can access the other configurationpages.

What is new in 0.13 ?

Due a problem with parrot, the blizzards' floating Combattext has been disabled when parrot is loaded.

A new announcement has been added it will warns you whenever a totem has been destroyed (i.e. recalled, or expired)

Both announcements can be disabled seperatly

You can now set the y Offset of the timertext

You can now see a preview in the text settings

What is new in 0.12 ?

TotemTimer can now announce whenever a Totem is about to expire trough SCT, FCT, Parrot or MikScrollingBattleText

ButtonFacade should now work probably again

What is new in 0.11 ?

When using a different locale than enUS/enGB or deDE the configuration will be displayed in english - you can help adding/changing localizations by commenting

The error

Code:
Interface\AddOns\MacTotemTimer\TotemTimer.lua:213: attempt to index upvalue 'LBF' (a nil value)
has been fixed

What is new in 0.10b ?

A bug had been fixed

What is new in 0.10 ?

In Version 0.10 you can customize this addon even more (that is the highlight of this version )

frontpage:

Scale the Buttons: you can scale the buttons from 0.25 till 2.0
Order the Buttons: you can set each button to observ another (or the same) totem

flash:

same configurations as before but with a preview button,
the configurations should be now more clearly described - when not suggest a better one

text:

you can now give the timer-text another color

---

I hope you will find this usefull, if you find bugs or have critics do not hesitate to comment.

changes in 1.00a:

recursive configurations has been disabled

changes in 0.14:

Defaultsettings in TotemTimer.lua for FLASH_LOWERVALUE, FLASH_UPPERVALUE, FLASH_DOWNTIME and FLASH_UPTIME are now set probably

setupUIPanel1()...setupUIPanel3() are now loaded when the configuration is shown

changes in 0.13:

Bugs and errors has been killed
Preview has been added to text-settings
Text-offset can now be adjusted
Error-protection for parrot&fct has been added

changes in 0.12b:

Two errors have been fixed

changes in 0.12:

Announce settings has been added
ButtonFacade-support has been fixed

changes in 0.11:

A bug and an error has been fixed which prevented this AddOn to work probably
English is now the default Language of configuration

changes in 0.10:

fixed a locale issue
added two new options
split configurations into subsections for better overview

changes in 0.7:

fixed a locale issue
added option to hide blizzard's totemtimer
Optional Files (0)


Post A Reply Comment Options
Unread 01-16-10, 04:40 AM  
shinchih2001
A Defias Bandit

Forum posts: 3
File comments: 198
Uploads: 0
great addon,would mind update for wow3.3???
Last edited by shinchih2001 : 01-16-10 at 04:43 AM.
Report comment to moderator  
Reply With Quote
Unread 10-17-08, 01:37 PM  
kimboslice
A Defias Bandit

Forum posts: 3
File comments: 76
Uploads: 0
I love this addon, please don't discontinue updating this!
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 09:16 AM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Could you possibly upload a WotLK or give some confirmation you plan to maintain development of the addon into WotLK?
Report comment to moderator  
Reply With Quote
Unread 09-13-08, 08:15 AM  
freshworks
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Disable if not Shaman

class filter code and inspired by Slakah's Shoo Shard
insert code to first line of TotemTimer.lua

Code:
-- Disable if not Shaman
local _, class = UnitClass("player")
if class ~= "Shaman" then
	DisableAddOn("MacTotemTimer")
	return
end
Last edited by freshworks : 09-13-08 at 08:20 AM.
Report comment to moderator  
Reply With Quote
Unread 07-29-08, 03:45 PM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
Originally posted by Macniel
This problem is caused by ButtonFacade itself, i do not know why but this happens also to me when I'm using ButtonFacade and Bartender or Bongos
I guess there is no chance of you trying to communicate with JJSheets to try and find a solution to this problem then? If not I could possibly try, but I don't really know what I will be trying to investigate unfortunately
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 09:13 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by syeren
I've noticed that color settings from ButtonFacade aren't being saved with the addon every time I /rl or restart WoW
This problem is caused by ButtonFacade itself, i do not know why but this happens also to me when I'm using ButtonFacade and Bartender or Bongos
Report comment to moderator  
Reply With Quote
Unread 07-28-08, 07:42 AM  
syeren
A Kobold Labourer

Forum posts: 1
File comments: 75
Uploads: 0
I've noticed that color settings from ButtonFacade aren't being saved with the addon every time I /rl or restart WoW
Report comment to moderator  
Reply With Quote
Unread 06-23-08, 09:38 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by SaTaN_cLaUs
moin - ick nochmal -->

der fehler von gestern is schonmal weg - 3 neue gleich aufgetaucht
totemframe seh ick, allerdings ohne totems ...
wenn ick im interface --> addons bereich auf mactotemtimer klicke kommen die 3 einträge (announce, flash, text) nochmal ...
und sämtliche tasten funzen dann auch nichmehr ...

siehe hier - totemframe is dat rechts unten am fenster ...
jetzt sollte dieser fehler behoben sein, das mit dem TotemFrame kann ich nicht bestätigen
Report comment to moderator  
Reply With Quote
Unread 06-23-08, 08:23 AM  
SaTaN_cLaUs
A Kobold Labourer
 
SaTaN_cLaUs's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
moin - ick nochmal -->

der fehler von gestern is schonmal weg - 3 neue gleich aufgetaucht
totemframe seh ick, allerdings ohne totems ...
wenn ick im interface --> addons bereich auf mactotemtimer klicke kommen die 3 einträge (announce, flash, text) nochmal ...
und sämtliche tasten funzen dann auch nichmehr ...

siehe hier - totemframe is dat rechts unten am fenster ...
Report comment to moderator  
Reply With Quote
Unread 06-23-08, 04:24 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by SaTaN_cLaUs
hi - ick krieg nen fehler wenn ick einloge -->

[2008/06/22 17:56:03-976-x1]: MacTotemTimer-0.6\Settings.lua:198: Usage:MTT_slider1:SetValue(value)
MacTotemTimer-0.6\Settings.lua:198: in function `setupUIPanel2'
MacTotemTimer-0.6\Settings.lua:641: in function `setupUIPanel'
MacTotemTimer-0.6\TotemTimer.lua:294: in function <Interface\AddOns\MacTotemTimer\TotemTimer.lua:266>
Danke hab ich gefixt
Report comment to moderator  
Reply With Quote
Unread 06-22-08, 10:06 AM  
SaTaN_cLaUs
A Kobold Labourer
 
SaTaN_cLaUs's Avatar

Forum posts: 0
File comments: 6
Uploads: 0
hi - ick krieg nen fehler wenn ick einloge -->

[2008/06/22 17:56:03-976-x1]: MacTotemTimer-0.6\Settings.lua:198: Usage:MTT_slider1:SetValue(value)
MacTotemTimer-0.6\Settings.lua:198: in function `setupUIPanel2'
MacTotemTimer-0.6\Settings.lua:641: in function `setupUIPanel'
MacTotemTimer-0.6\TotemTimer.lua:294: in function <Interface\AddOns\MacTotemTimer\TotemTimer.lua:266>
Report comment to moderator  
Reply With Quote
Unread 06-21-08, 03:11 PM  
Competition
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
ToC

if you haven't noticed Mac the .ToC number is out of date its 20400 hehe thanks for the mod =D no biggie tho i can do it myself but others might not know its out of date. and thanks for the bug fix in the timers.


Still can't right click on totem bar to kill totems not sure why you can and i can't, i have try it with no other mods on and it still doesn't let me do it. wierd.
Last edited by Competition : 06-21-08 at 03:29 PM.
Report comment to moderator  
Reply With Quote
Unread 06-20-08, 10:48 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Re: Kill totems?

Originally posted by Competition
As all other totem timers out there for some reason you can't right click on icon to kill the totem this not added yet, or there there a other way of doing this? And one more thing bug with icon timers, totem starts to blink even tho you already fresh the timer. (blinks at 2min)
The blinking bug has been fixed, but I can not share the same expierence about the rightklick - it just work fine for me.
Report comment to moderator  
Reply With Quote
Unread 06-20-08, 08:59 AM  
Competition
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Kill totems?

As all other totem timers out there for some reason you can't right click on icon to kill the totem this not added yet, or there there a other way of doing this? And one more thing bug with icon timers, totem starts to blink even tho you already fresh the timer. (blinks at 2min)
Report comment to moderator  
Reply With Quote
Unread 06-19-08, 04:27 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by syeren
Nope, it just doesn't display the totems whatsoever, as clearly demonstrated in those screenshots I linked. You can see I have the Aura of my totem, yet the addon hasn't displayed it for some reason.

Now of course this doesn't happen all the time, but it does happen.
Ah now I see, thanks this will be fixed asap I promise.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: