StDoodle
Minion
Hardcore Skill Analysis 1.0
Major Overhaul!
First, I've tried to keep the script "simple" from the user's perspective; there are still no required external scripts / files etc.
The script has major front-end changes that include showing only class-specific skills for a given class, being able to toggle display of both (P) and (HP) skills (independently), and even the ability to assign your own colors!
Also, click-sort table headings! Woot!
From the back-end, the script is now much more server-friendly. It now only checks the wiki page once per day, and only parses your character sheet for skills every ten minutes. Also, the way information is parsed & tracked should now allow for future features to be added more sanely.
There is one "downside," depending on your perspective: The list is now all one massive table (which has a column for "Tier"). This is mostly an improvement (it makes sorting possible), but not everyone may like it. Also, any skills the wiki lists together in a single td element have the description copied for each. But on the plus side, it recognizes and color codes them individually. It's kind of one or the other here.
Edit to add: Also, all links should now be clean (to coldfront) AND open in new tabs / windows per browser setup.
Original Notes
This simple script loads the current version of the Coldfront Wiki's Hardcore Skill Analysis page, and prints out a similar table in the relay browser with skills you have in green background, skills you don't in pinkish background, and those unrecognized left in white.
Note that, like other relay information scripts, this one goes in the "relay" directory. It does not, however, require any other support scripts.
Major Overhaul!
First, I've tried to keep the script "simple" from the user's perspective; there are still no required external scripts / files etc.
The script has major front-end changes that include showing only class-specific skills for a given class, being able to toggle display of both (P) and (HP) skills (independently), and even the ability to assign your own colors!
Also, click-sort table headings! Woot!
From the back-end, the script is now much more server-friendly. It now only checks the wiki page once per day, and only parses your character sheet for skills every ten minutes. Also, the way information is parsed & tracked should now allow for future features to be added more sanely.

There is one "downside," depending on your perspective: The list is now all one massive table (which has a column for "Tier"). This is mostly an improvement (it makes sorting possible), but not everyone may like it. Also, any skills the wiki lists together in a single td element have the description copied for each. But on the plus side, it recognizes and color codes them individually. It's kind of one or the other here.

Edit to add: Also, all links should now be clean (to coldfront) AND open in new tabs / windows per browser setup.
Original Notes
This simple script loads the current version of the Coldfront Wiki's Hardcore Skill Analysis page, and prints out a similar table in the relay browser with skills you have in green background, skills you don't in pinkish background, and those unrecognized left in white.
Note that, like other relay information scripts, this one goes in the "relay" directory. It does not, however, require any other support scripts.
Code:
CHANGE LOG
1.0 Major Overhaul (see above)
0.3 don't rely on have_skill(); remove mr. tier
0.2 Fix links
Attachments
Last edited: