Loading...
» You are not logged in (log in)



You are here: Home » Plugins » Titan Skills 1.0.9

Titan Skills 1.0.9

Virus/spyware scanned on upload
Compatible with v3.3.0
Compatible with WotLK ()
Author: Kjasi
Download size: 3.94 kB
Dependencies: Titan
Updated 22/10/2009 (111 days ago)
9,494 total downloads / downloads this week: 8,034 / downloads today: 726
This author accepts PayPal donations
Send PM to Kjasi
 

Please log in to vote! Current rating: +17


I hate opening my character window and scrolling down just to find out what my skill in Tailoring is at. Don't you hate it?

That's why I created Titan Skills.

With a simple mouse-over, I can see where all my skills are at instantly!

And now you can too!

Patch notes for Titan Skills 1.0.9
v1.0.9
- TOC Update
- Class Skills, such as Lockpicking, will now properly max out at 400.
- Removed a leftover link that would look for FishingBuddyTitan.lua in the XML file.

v1.0.8a
- Adjusted Coloring zones.
- Fixed an auto-update problem that was pointed out to me by Tristanian on WoWUI. Thanks man!
- Removed some un-needed code. (Also pointed out by Tristanian.)

v1.0.8
- Updated to Patch 3.0.2 & Titan 4.0.0.
- Fixed a bug that would revert the tooltip color to default yellow if there was a modifier present.
- Added an option to remove the text.

v1.0.7
- Added Orange Color Code.
- Shifted Green, Yellow and Red Color Codes.
- Extended Gray Color Code. (Mostly visible only to high-level characters.)
- Fixed several bugs that would prematurely color skills as Maxed Out when using By Max.
- Changed the hover tooltip to say "Skills Info", rather than "Titan Skills".

v1.0.6
- TOC Update for WotLK! (3.0.1)
- Moved coloring into it's own drop-down box.
- Defined coloring options better.
- Added "Color by Maximum Skill" option.

v1.0.5
- Added optional color functions.

v1.0.4
- Icon on Titan's bar can now be turned off!

v1.0.3
- Now supports Class Skills, such as a Rogue's lockpicking.
- Now updates skill numbers while hovering over data.

v1.0.2
- Updated to Patch 2.4
Titan Skills 1.0.8a, archived on 22/10/09
Titan Skills, archived on 07/08/08
Titan Skills, archived on 21/08/08
Titan Skills 1.0.4, archived on 24/08/08
Titan Skills 1.0.5, archived on 24/08/08
Titan Skills 1.0.6, archived on 25/08/08
Titan Skills 1.0.7, archived on 16/10/08
Titan Skills 1.0.8, archived on 17/10/08


Comments

107 days ago
That wasn't my version of Titan Skills, but I'll see about adding character levels to the tracking data I'm putting into the next version.
108 days ago
Up until this newest version, Titan Skills always sat on my titan bar and said "skills #" with the number being my char's lvl. Now it says Titan Skills and no lvl so I have to hit C to bring up char screen if I am in town/battle to find out what lvl my char is. Is there ever going to be a return of the char's lvl to the tooltip that is on the titan bar? Thanks...
440 days ago
Welcome!
441 days ago
Actually, I downloaded a copy of it the other day! Gonna dig into it sometime this week and get an update going. Thanks though!
443 days ago
I still have my source code to my old Titan skills mod if you want it for anything. It DOES have code to put the icon on the right side, which I know you were looking into doing. Just let me know and I'll shoot it over to you.
443 days ago
Thanks!
443 days ago
Hey, glad to see someone picked this up and ran with it! I like what you've done Kjasi. Keep up the good work.
467 days ago
... To be honest, I pirated a lot of code, since this was my first Titan Addon, and naturally, there's some loose ends that I forgot to deal with. I'll remove it for the next version.
467 days ago
Just curious... why is this in the skills.xml <Script file="FishingBuddyTitan.lua"/> This script isn't included at all I found this in FrameXML log 10/29 23:37:47.028 Loading add-on TitanSkills 10/29 23:37:47.028 ** Loading table of contents Interface\AddOns\TitanSkills\TitanSkills.toc 10/29 23:37:47.028 ++ Loading file Interface\AddOns\TitanSkills\skills.xml 10/29 23:37:47.028 Error loading Interface\AddOns\TitanSkills\FishingBuddyTitan.lua It's not causing an in game issue, but naturally it's looking for something odd.
469 days ago
Oooh! Time to pirate some code... Thank you for the link! I'll get on this soon!
470 days ago
I was trying to update and publish other titan skill mod (v0.24) made by Morsultima but after i put it on pending status his (old author) mod site was deleted and my working version too. You can still take it from http://www.f4a.eu/index.php?p=2383 it works pretty well for me with lastest titan 4.0.x.x. Anyway goooood luck for all who made something for titan community and trying to publish some working mods here.
477 days ago
Yes i'm looking under the information pulldown put I can't select Titan Skills.... I already removed all my mods and the WTF folder, but nothing helps and I'm not planning to reinstall the game. ;P
478 days ago
You're going under the information pulldown? If it's not listed there... I'm not sure what's going on... works fine for me...
479 days ago
Hmm, somehow I can't choose this mod from the Titan bar. What could be wrong?
480 days ago
The switching left & right IS what I'm looking to do... Is there a webpage that explains how to do it, or a non-ace addon that I can download and dissect to figure it out?
481 days ago
If you only want an icon on right side, you need to set your button to inherit a different template, aka in your xml instead of inherits="TitanPanelComboTemplate" you would need to specify inherits="TitanPanelIconTemplate". There are 3 templates altogether that Titan creates when loaded : TitanPanelComboTemplate = Icon + Text, left-side plugin. TitanPanelTextTemplate = Text only, left-side plugin. TitanPanelIconTemplate = Icon only, right-side plugin. There is a way to switch between right and left side, but it's a bit more complicated for me to explain it here ;)
481 days ago
Doh... Thanks. yeah, I ripped a lot of code from Performance... It had most of the code I thought I needed. Know how to get it to display just an icon on the right side? Still haven't figured out how to do that... Version 1.0.8a Posted!
481 days ago
Get rid of TitanPanelSkillsButtonHandle_OnUpdate function, it's a rip from performance, you don't need it and if you even used it, it would cause your button to disappear :p Convert your timer from : hasTimer = AceTimer.ScheduleRepeatingTimer("TitanPanel"..Skills_ID, TitanPanelPerformanceButtonHandle_OnUpdate, 1 ); to : hasTimer = AceTimer.ScheduleRepeatingTimer("TitanPanel"..Skills_ID, TitanPanelPluginHandle_OnUpdate, 1, {Skills_ID, TITAN_PANEL_UPDATE_TOOLTIP}); Your current implementation is double updating the performance plugin. You can easily test whether the changes I propose are working or not by just punching a mob with bare hands, while hovering on the tip. It will be dynamically updated ;) Right now, it isn't. Made a quick pass at the rest. Seems good, nice job.
481 days ago
Updated, and new feature added. Couldn't find an example of how to get the icon to show up on the right side with an option though... Only addons I found that could do that used a bunch of Ace3, and I didn't feel like learning that ATM...
481 days ago
moldavia, yes there is. The instructions are listed here: http://code.google.com/p/titanpanel/wiki/Developer_Changes_For_4_0_0_30000
481 days ago
anyways to fix this for titanpanel 4.0.0.30000? thx
548 days ago
@lothaer: Awesome! Thanks! @MarkRose: Never even knew it existed.
550 days ago
have you looked at http://wowui.worldofwar.net/?p=mod&m=3187 this mod works even though it has not been updated.
550 days ago
i took this onto the beta and it worked just fine.