|
|
11 Oct 2009 |
|
computerpunk |
Release |
| About Mesh is an AddOn that creates a grid on-screen to assist with arranging UI elements. It is similar to Align for World of Warcraft. Use Mesh will display automagically when the Layout Editor is active. The Mesh config window containing a slider bar along with the current grid square size value will appear below the Layout Editor HUD Controls window. Adjusting the slider range can create grid squares from 16 to 256; the smaller the value, the larger the grid square. The Mesh config window... |
|
|
03 May 2009 |
|
Astika |
Inactive |
| Moth is a mouse over target hover window, that replaces the default Mouse Over Target window. As of Patch 1.1, Moth will display colored career names for friendly and enemy players using updated API functions. Dependencies None (at the moment) The profile can be manually changed in MothSettings.lua Attributes for a specific profile can be changed in MothProfiles.lua There are currently no slash commands, however, a GUI configuration is planned. |
|
|
|
08 Jan 2009 |
|
Aiiane |
Mature |
| Note: This is an embedded development library! Unless you're an addon author, you don't need to download it - it'll come packaged with any addon that actually uses it. LibSharedAssets is a framework to allow addons to use a collection of shared texture assets. Basic usage for developers is outlined here, while the API itself is documented here. |
|
|
20 Nov 2008 |
|
Astika |
Inactive |
| 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)... |
|
|
|
14 Nov 2008 |
|
Noctys |
Inactive |
| Retrieves & Stores target data for later use. Easy way of getting information about a target. Works with friendly, hostile & mouseover. Info can also be looked up by players name. returns players name, class, archetype (healer, tank, etc), iconid, rank, hitpoint %, and much much more. *** This is for developers, it does nothing without mods that use it! If you are and end user just download, install, and watch the magic! *** see TargetInfoWindows for a working example. Function List see... |
|
|
|
23 Sep 2008 |
|
Astika |
Inactive |
| IdentityTheft hides all the overhead names, titles, guilds, and health bars for all units to streamline the screen shot taking process. Macro Command /script IdentityTheft.StealIdentities() The IdentityTheft command above is a toggle switch. It will initially store all of your current overhead name, title, guild, health bar settings in to a temporary table, then turn everything off. Running the command again (ie, toggle) will restore all of your previous overhead name, title, guild health bar... |