Download
(283Kb)
Download
Updated: 10-17-10 04:13 PM
Pictures
File Info
Updated:10-17-10 04:13 PM
Created:unknown
Downloads:57,535
Favorites:126
MD5:

TotemManager  Popular! (More than 5000 hits)

Version: 5.0.0
by: Lhooq [More]

This mod helps you to manage your totems, earth shield, elementals shields, weapons buffs and your reincarnation timer.

To see option type "/totemmanager" or "/tm".

See version.txt
Optional Files (0)


Post A Reply Comment Options
Unread 04-15-09, 08:29 AM  
roofess325
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Keybinding

Hi I just downloaded this addon for the first time... and it looks great, but i have one problem... I can't figure out how to keybind the totems... if its possible, I hope it is.. please let me know how to figure this out. Thank You!
Report comment to moderator  
Reply With Quote
Unread 04-15-09, 12:16 AM  
Celadina
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by Lhooq
@Celadina:
So if I understand you are not able to reproduce the image in SS in 3.1 ?
A gab appear between the bottom and the totem frame ?

Because I add scaling I do not want that frame goes out of screen.
At ligne 561 of TotemManager.lua you have : frame:SetClampedToScreen(true);
remove or comment this ligne
That did the trick. Thank you very much =)
Report comment to moderator  
Reply With Quote
Unread 04-14-09, 11:25 PM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
@Celadina:
So if I understand you are not able to reproduce the image in SS in 3.1 ?
A gab appear between the bottom and the totem frame ?

Because I add scaling I do not want that frame goes out of screen.
At ligne 561 of TotemManager.lua you have : frame:SetClampedToScreen(true);
remove or comment this ligne
Report comment to moderator  
Reply With Quote
Unread 04-14-09, 08:17 PM  
Celadina
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Thanks a ton for having this ready on patch day! However, I'd like to ask that you make it so I can move some of the bars off my screen again. The reason for this is because where I put my totems, I really like to be able to have the bars at the bottom of my screen.. example.. http://img24.imageshack.us/my.php?image=totems.jpg

As you can see in the SS, My totems are right along the bottom of my screen, I can't do that anymore. =/
Report comment to moderator  
Reply With Quote
Unread 04-07-09, 10:49 AM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
Hi Insonic,
I do not control memory usage.
Because CreateFrame (buttons, frames) never clean its memory I create all needed button by mod at its startup (2.1 Mo on my computer).
Then I may create some object on event (but these are garbage collected).
If you never need a menu bar I suggest you to remove from code then you will gain some memory, hidding frame is not a way to ask for garbage collection.

Edit: the memory can decrease to 900 Ko after some unused time.
Last edited by Lhooq : 04-07-09 at 10:57 AM.
Report comment to moderator  
Reply With Quote
Unread 04-07-09, 01:06 AM  
Insonic
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi there, awesome mod..made my shaman ui much cleaner

But i found 1 little thing thats not as it should be i guess

Last days i spent much time in farming herbs, and watched my ui memory usage cause of my redesign of my ui, and it seems, that totemmanager keeps allocating memory for no use, even if i dont set totems and just keep watershield and weapon buff up.

it allocates up to 2 meg extra mem...but what for ? guess that happens while fighting npcs and its cleared due the garbage collection, buts still reassingning the memory after a few fights.

Just wanted to mention it here ^^

Edit: took a closer look, and its allocating the memory even if not in fight, just buffed watershield and FTW.
Last edited by Insonic : 04-07-09 at 01:09 AM.
Report comment to moderator  
Reply With Quote
Unread 04-06-09, 11:37 AM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
@Holstine:
I think you should read either tooltip or user pdf documentation inside the zip. The bar you see are menu bar so they can be opened (you see all totem) and closed (you see only selected and favorite totem).
Report comment to moderator  
Reply With Quote
Unread 04-03-09, 11:11 AM  
Holstine
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I just recently picked up this addon after finding out totemus is no longer. This addon is very clean and very nice but I am having problems.

It is not displaying my resist totems or my cleansing totem. It is not displaying my tremor totem or any other weapon enchants besides earthliving and flametounge. Is this supposed to be that way? I would like this to show every totem I have at my disposal. Can someone help me configure this I just cant seem to figure out how.

Thanks
Report comment to moderator  
Reply With Quote
Unread 03-29-09, 03:26 PM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
@Nightshroud89:
The first purpose of this mod was to improve shaman life.
Because totem timer exists, the mod only manage earth shields.
Then 2.0 brokes all mods, so I update mine and decide to manage totems.

Before 3.0 the code was very difficult to maintain, so I rewrite from scratch with the intention to separate what is specific for shaman from the rest.
I wanted to reuse a lot of functionnalities to manage warlock DOT.
This extraction exercice is not easy and not terminated. I don't know if I will terminate it, because I do not play my warlock since 3.0 and the 3.1 double spec elminate my warlock utility : farming.

So a version for paladin could be make without big work, but the question is by who ^^

@minislun
read Nightshroud89 post

News:
The mod will be updated for 3.1 (when 3.1 will be released).
I will update translation only for english and french, however if someone update others translation files and send to me I will put it in mod zip.
Last edited by Lhooq : 03-29-09 at 03:27 PM.
Report comment to moderator  
Reply With Quote
Unread 03-25-09, 05:50 AM  
minislun
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
To Lhooq: Really great addon! I love it, thanks a lot for making it and keeping it up to date!

Originally posted by Blue Glyph
EDIT: I found how to adjust the extra buttons, really great feature, though it took some time to figure it out. How about turning off the messages telling me totem destroyed etc?
would you mind telling me what you did to make them disappear?
Report comment to moderator  
Reply With Quote
Unread 02-17-09, 11:59 PM  
Nightshroud89
A Kobold Labourer
 
Nightshroud89's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Salchan wat it is is there r probably favorites added just control-shift-leftclick each one to get it to collapse. i have a question for the author. Is there anyway to make this useable by a paladin for there seals, judgements, and auras?
__________________
The Alliance and Horde will rise together... and Arthas will FALL!
Report comment to moderator  
Reply With Quote
Unread 01-28-09, 06:47 PM  
Salchan
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Totem Bar - Fire

If this has been asked and answered then please forgive me.

I can't seem to get the fire totem bar to collapse like all the other totem bars. What am I missing?
Report comment to moderator  
Reply With Quote
Unread 01-04-09, 03:28 PM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
@Blue Glyph :
No scaling for this mod.
And no way to turn off messages from the game (have to modify code).

Sorry
Report comment to moderator  
Reply With Quote
Unread 12-30-08, 08:09 PM  
Blue Glyph
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
First, thank you for a great addon.

Is there any way you could implement some skin with bigger circles or a way to scale the size of buttons up/down?

And maybe a way to hide the 3 extra buttons on the fire totem bar

EDIT: I found how to adjust the extra buttons, really great feature, though it took some time to figure it out. How about turning off the messages telling me totem destroyed etc?
Last edited by Blue Glyph : 01-01-09 at 06:27 AM.
Report comment to moderator  
Reply With Quote
Unread 12-23-08, 05:15 AM  
Lhooq
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 40
Uploads: 1
@Kharune & @Xadus :
You share same issue. When I respec I loose my earth shield bar, however I can't reproduce the bug.
So there is a bug when learning / unlearning spell and best solution is to delete backup in WTF folder.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: