Download
(8Kb)
Download
Updated: 09-06-19 04:18 PM
Pictures
File Info
Compatibility:
Rise of Azshara (8.2.0)
Updated:09-06-19 04:18 PM
Created:unknown
Downloads:17,049
Favorites:181
MD5:
Categories:Titan Panel, TradeSkill Mods, ToolTip

Titan Skills  Popular! (More than 5000 hits)

Version: 1.6.9 Alpha
by: Kjasi [More]

A simple and easy Titan plugin that lists all of your professions & skills, just by moving your mouse over the icon!

Skinners, Miners, Herbalists and Engineers will also get a little note indicating the highest level creature they can "skin".


All of my Addons can now be downloaded from one convenient spot!
Visit https://bitbucket.org/Kjasi/kjasis-wow-addons to get the latest versions and even updates that haven't been released!

Please hit the donate button to keep me in the game! I also accept WoW tokens! Message me on Battletag Kjasi#1526 to arrange a meet-up!

Get Titan Skills for Classic!

v1.6.9 Alpha
-Initial Update for Battle For Azeroth (8.2.x)
Post A Reply Comment Options
Unread 08-14-08, 06:48 PM  
Nyte
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 107
Uploads: 1
Hide Icon

Kjasi, thanks for updating this -- it's indispensible. I have one request: Could you add the Show Icon option that is pretty much standard on Titan plugins?

I'd like to add that it works on the WotLK Beta when using the Wrath-version of Titan Panel.
__________________
Beware of the Nyte!
Report comment to moderator  
Reply With Quote
Unread 08-20-08, 05:04 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Re: Hide Icon

Originally posted by Nyte
Kjasi, thanks for updating this -- it's indispensible. I have one request: Could you add the Show Icon option that is pretty much standard on Titan plugins?

I'd like to add that it works on the WotLK Beta when using the Wrath-version of Titan Panel.
I'll see what I can do about an option to hide it.

And I know about it's WotLK-Compatability! Been testing it myself! ^_^
Report comment to moderator  
Reply With Quote
Unread 08-21-08, 09:21 AM  
Nyte
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 107
Uploads: 1
Thank you very much. Now I can get rid of the last remaining icon on the left side of my bars!
__________________
Beware of the Nyte!
Report comment to moderator  
Reply With Quote
Unread 08-24-08, 10:04 AM  
Nyte
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 107
Uploads: 1
Thanks for this update, Kjasi; the look-and-feel of Skills integrates well with other Titan plugins.

May I asked for another small change in the look of Skills? Currently, it's listed in the Plugins/Information list as Titan Skills and the button and tooltip each display Titan Skills. When you do another update, would you consider changing the name in the list and on the button to Skills and change the tooltip to Skills Info? That would make it look more like other plugins.

Thanks for your work on this.
__________________
Beware of the Nyte!
Report comment to moderator  
Reply With Quote
Unread 08-24-08, 02:27 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by Nyte
Thanks for this update, Kjasi; the look-and-feel of Skills integrates well with other Titan plugins.

May I asked for another small change in the look of Skills? Currently, it's listed in the Plugins/Information list as Titan Skills and the button and tooltip each display Titan Skills. When you do another update, would you consider changing the name in the list and on the button to Skills and change the tooltip to Skills Info? That would make it look more like other plugins.

Thanks for your work on this.
Thank you for those kind words!

Totally missed your post to do anything for 1.0.6, but I'll see what I can do for 1.0.7+.

There's still at least 1 function I want to get into this addon before I declare it "done"...

Edit: After looking things over, I decided to make 1 of your changes, changing the top of the tooltip to read Skills Info, instead of Titan Skills. The rest will remain Titan Skills, since that's the name of the addon. If this was a seperate- ... Should I do that?!

Should I break this out into it's own addon so people without Titan can use this information?! *Goes off to plot...*
Last edited by Kjasi : 08-25-08 at 12:57 PM.
Report comment to moderator  
Reply With Quote
Unread 08-26-08, 04:28 AM  
cypsyan
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
can we have the right side icon instead of the normal icon like the good old "titan skills"
Report comment to moderator  
Reply With Quote
Unread 08-26-08, 01:30 PM  
Nyte
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 107
Uploads: 1
Originally posted by cypsyan
can we have the right side icon instead of the normal icon like the good old "titan skills"
Please tell me when you said "instead of the normal icon" you meant to say "in addition to the normal icon"; good old "titan skills" had the OPTION to display as a left-side button OR a right-side icon. I'm all for choices, but please don't take my left-side button away!
__________________
Beware of the Nyte!
Report comment to moderator  
Reply With Quote
Unread 08-26-08, 08:34 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by cypsyan
can we have the right side icon instead of the normal icon like the good old "titan skills"
I'll see what I can do about that, but I agree with Nyte... It'll be an option.
Report comment to moderator  
Reply With Quote
Unread 09-06-08, 09:53 AM  
Tristanian
Andúril
AddOn Author - Click to view AddOns

Forum posts: 279
File comments: 262
Uploads: 3
Kjasi, since you've marked your plugin as Wotlk compatible.

As for Revision 759 or later, Titan is using AceTimer-3.0 (among other Ace3 things) meaning that your old Rock updates won't work and will generate an error in the beta. A list of changes can be found here : http://code.google.com/p/titanpanel/...or_4_0_0_30000

Your OnShow and OnHide functions must be made like this:

Code:
function Titan_SKills_OnShow()
	if not SkillsTimer then
		SkillsTimer = AceTimer.ScheduleRepeatingTimer("TitanPanel"..Skills_ID, TitanPanelPluginHandle_OnUpdate, 1, {Skills_ID, TITAN_PANEL_UPDATE_TOOLTIP })
	end
end

function Titan_SKills_OnHide()
	AceTimer.CancelTimer("TitanPanel"..Skills_ID, SkillsTimer, true)
	SkillsTimer = nil;  
end
with a :
local AceTimer = LibStub("AceTimer-3.0")
local SkillsTimer = nil;

in the beginning, in the variables declaration. You don't need to package AceTimer-3.0, since Titan does it for you and its a ReqDep. Obviously if you expand your plugin in the future so that the reqdep goes away, then you may have to embed it or use a different way to call TitanPanelPluginHandle_OnUpdate in a timed fashion.
Report comment to moderator  
Reply With Quote
Unread 09-08-08, 04:46 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by Tristanian
<Code Snipped>
Yikes. I'll get on that right away for the next version!

I was mostly C&Ping from other addons for that functionality... I plan to write my own for it someday.

Course, I'm also thinking of breaking it out into it's own addon, with both Titan and FuBar support...
Report comment to moderator  
Reply With Quote
Unread 09-08-08, 05:32 PM  
Tristanian
Andúril
AddOn Author - Click to view AddOns

Forum posts: 279
File comments: 262
Uploads: 3
Originally posted by Kjasi
Yikes. I'll get on that right away for the next version!

I was mostly C&Ping from other addons for that functionality... I plan to write my own for it someday.

Course, I'm also thinking of breaking it out into it's own addon, with both Titan and FuBar support...
Cool and yeah writing your own timed update using whatever method or embed you prefer is also fine, you don't have to use whatever Titan "proposes", as long as you use its function as a callback for the update, it's fine. I'm just providing an example, an easy solution to save the hassle, so you have 2 choices for your next version. Either keep both implementations in OnHide/OnShow with an additional check that will take the internal version of WoW into consideration, or split the versions.
Last edited by Tristanian : 09-08-08 at 05:32 PM.
Report comment to moderator  
Reply With Quote
Unread 10-06-08, 08:55 AM  
Stormshade
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Does this version have the option to Display the current Level, Its one of the things I like about this addon?
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 02:28 PM  
Kjasi
A Kobold Labourer
 
Kjasi's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 62
Uploads: 10
Originally posted by Stormshade
Does this version have the option to Display the current Level, Its one of the things I like about this addon?
Not yet. The next version will let you choose a skill to "watch", which will display in your Titan Panel where it currently says "Titan Skills".

This is will be part of a 3.0.2 patch that I'm planning on working on after I finish BarMath 2.0.
Report comment to moderator  
Reply With Quote
Unread 10-15-08, 05:14 AM  
Csalago
A Kobold Labourer
 
Csalago's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 85
Uploads: 4
This is not showing up under Titan at all after installing it.
Report comment to moderator  
Reply With Quote
Unread 10-16-08, 04:41 AM  
cypsyan
A Kobold Labourer

Forum posts: 0
File comments: 36
Uploads: 0
sadly it doesnt load anymore with the last version of titan (wich seems to break backward compatibility)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.