Download
(24Kb)
Download
Updated: 10-29-11 05:25 AM
Pictures
File Info
Updated:10-29-11 05:25 AM
Created:04-28-11 06:18 AM
Downloads:2,220
Favorites:5
MD5:

cTotems

Version: 2.0c
by: celebrindal [More]

Due to a general lack of low screen estate totem timers I made my own, it probably won't have any fancy functions or localization anytime soon, but due to a increasing public interest in it I'll at least make it available. Some stuff made it in already, and it's still pretty light, don't think localization would be much harder, but I'm not gonna do it unless anyone ask for it (PM me or add a comment).
Only real in-game function is clicking on totems to destroy them.
Configuration is near the top of the .lua file, if you don't want to play around with x/y coordinates etc. to move the addon, find a different one...

I havn't played in ages, and have no intention of coming back, so I've marked this project as "Abandoned".

The 4.2 version should work just fine up till the next expansion (5.0 release), then it will require some updates depending on how the new talents work. I probably won't check back on this page, but I think I'll get notified of PM's or Tickets still, so if there is any questions feel free to PM.

Optional Files (0)


Post A Reply Comment Options
Unread 02-11-12, 04:25 AM  
celebrindal
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
I stopped working on this addon back in June as I can't develop/test anything when I don't play, so don't expect any updates...

As for the problem your explaining, I don't think removing instead of hiding unused totems is the solution. Most likely kgpanels should inherit the "hidden" attribute and hide aswell, but I screwed it up somewhere


Originally Posted by Yumako87
Hi there i really like ur addon , but i seem to have a problem, im using kgpanels for it and im trying to parent it to the totem, but i think the problem is that when u "remove" the totems they just hide, is there a way to remove them instead of just having them hidden?
Report comment to moderator  
Reply With Quote
Unread 02-11-12, 04:18 AM  
celebrindal
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: Shaman Class check

Hi,
Sorry for the late answer.

Your solution looks like a simple clean fix, I obviously forgot that line when I made all the totem-checks multilingual.

As I mentioned in the addon description I more or less quit playing when 4.1 hit, and as a result i stopped working on this addon. However I (at least think I) opened the project for everyone to edit, so if you're interested you should be able to upload the fix for everyone else to use aswell.

Originally Posted by kaiting
Hi,

Your shaman class check do not work with non-english (or non-latin characters). This one:
Code:
enable = 1
if UnitClass("player") ~= "Shaman" then enable = 0 end
if enable ~= 1 then return end
I play on RU reamls and it gives me "Шаман" instead of your "Shaman". I tried to modify your class check a little. Here is what i did:
Code:
local _,classFileName=UnitClass("player");
if classFileName ~= "SHAMAN" then return end
Works perfect right now. This check should be language independent.

If you have better Idea how to do same thing, pls let me know, because i used this one in my addon also ;-)
Report comment to moderator  
Reply With Quote
Unread 02-07-12, 06:51 PM  
Yumako87
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 6
Uploads: 2
Hi there i really like ur addon , but i seem to have a problem, im using kgpanels for it and im trying to parent it to the totem, but i think the problem is that when u "remove" the totems they just hide, is there a way to remove them instead of just having them hidden?
Report comment to moderator  
Reply With Quote
Unread 11-23-11, 02:58 AM  
kaiting
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Shaman Class check

Hi,

Your shaman class check do not work with non-english (or non-latin characters). This one:
Code:
enable = 1
if UnitClass("player") ~= "Shaman" then enable = 0 end
if enable ~= 1 then return end
I play on RU reamls and it gives me "Шаман" instead of your "Shaman". I tried to modify your class check a little. Here is what i did:
Code:
local _,classFileName=UnitClass("player");
if classFileName ~= "SHAMAN" then return end
Works perfect right now. This check should be language independent.

If you have better Idea how to do same thing, pls let me know, because i used this one in my addon also ;-)
Report comment to moderator  
Reply With Quote
Unread 05-18-11, 10:23 PM  
Miralen
A Rage Talon Dragon Guard
 
Miralen's Avatar

Forum posts: 341
File comments: 80
Uploads: 0
Appreciate you sharing this neat addon. I really enjoy it, very stylish and saves alot of precious screen space.
__________________
Never hold discussions with the monkey when the organ grinder is in the room.

- Winston Churchill
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: