The job market is tough, and it helps knowing at a glance, exactly what careers are out there.
Guidance Counselor is a dev/author AddOn consisting of table lookups for career icons + colors. Archetype colors are credited to Aiiane from CleanUnitFrames/Squared.
Usage
GuidanceCounselor.Color( careerName or careerIconId, colorType )
careerName (string)
self-explanatory
careerIconId (number)
see EATemplate_Icons for getting career icon id from career names id or career line
colorType (string)
"appearance" returns a career color based on race, key abilities, and appearance
"archetype" returns an archetype color based on CleanUnitFrames/Squared
"icon" returns a career color based off of the career icon
Examples
Magus = GuidanceCounselor( "Magus", "appearance" )
Marauder = GuidanceCounseolor( "Marauder", "icon" )
Shaman = GuidanceCounselor( "Shaman", "archetype" )
------------------------------------------------------------------------
r12 | astika | 2008-11-20 01:51:23 +0000 (Thu, 20 Nov 2008) | 1 line
Changed paths:
A /tags/1.02 (from /trunk:11)
Tagging as 1.02
------------------------------------------------------------------------
r11 | astika | 2008-11-20 01:51:03 +0000 (Thu, 20 Nov 2008) | 1 line
Changed paths:
M /trunk/GuidanceCounselor.lua
force new package to replace 1.01 that did not actually get synced with Curse
------------------------------------------------------------------------
r10 | astika | 2008-11-15 02:11:42 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
M /trunk/GuidanceCounselor.lua
some minor changes and giving credit where credit is due
------------------------------------------------------------------------
r9 | astika | 2008-11-13 14:49:53 +0000 (Thu, 13 Nov 2008) | 2 lines
Changed paths:
M /trunk/GuidanceCounselor.lua
slight color changes for Marauder, Rune Priest, and Warrior Priest
also, detect career names passed as a wstring
------------------------------------------------------------------------
r8 | astika | 2008-11-12 18:06:44 +0000 (Wed, 12 Nov 2008) | 1 line
Changed paths:
M /trunk/GuidanceCounselor.lua
added ColorLikeIcon lookup table that return colors based off of career icon coloring
------------------------------------------------------------------------
r7 | astika | 2008-11-12 15:51:11 +0000 (Wed, 12 Nov 2008) | 1 line
Changed paths:
M /trunk/GuidanceCounselor.lua
updated something, cannot remember what it was, but it did not break anything, at least XD
------------------------------------------------------------------------
r5 | astika | 2008-11-08 13:47:38 +0000 (Sat, 08 Nov 2008) | 1 line
Changed paths:
M /trunk/GuidanceCounselor.lua
minor change to force packaging >_<
------------------------------------------------------------------------
r3 | astika | 2008-11-08 04:53:03 +0000 (Sat, 08 Nov 2008) | 2 lines
Changed paths:
M /trunk/GuidanceCounselor.lua
M /trunk/GuidanceCounselor.mod
lookup table rewrite
.Color() accepts career name or career icon id
------------------------------------------------------------------------
r2 | astika | 2008-11-04 17:33:53 +0000 (Tue, 04 Nov 2008) | 1 line
Changed paths:
A /trunk/GuidanceCounselor.lua
A /trunk/GuidanceCounselor.mod
first import
------------------------------------------------------------------------
r1 | root | 2008-11-03 20:33:13 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"guidance-counselor/mainline: Initial Import"
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...