Download
(15Kb)
Download
Updated: 01-09-07 02:49 AM
Pictures
File Info
Updated:01-09-07 02:49 AM
Created:unknown
Downloads:3,595
Favorites:15
MD5:

Aura Aspects continued

Version: 2.0.7
by: Elnarfim [More]

I'd re-written Aura Aspects (sarf is original author). New aura aspects support more classes and more spells include racial skills.

- Change Log

* v2.0.1 - Initial release
* v2.0.2 - Added to German localization and fix to cooldown frame for new TBC beta (2.0.3)
* v2.0.3 - Bug fixed that doesn't show radio button when enable to free-mode once. Added tooltip message to drag button.
* v2.0.4 - Added to new Shaman spells (Totemic Call, Far Sight) but need to german-localized file.
* v2.0.5 - Optimized code.
* v2.0.6 - Support right button click.
Fixed to several bugs.
* v2.0.7 - Supported to Priest class included priest racial spells.
Fixed to redraw issue when learn to skills.
Added to molten armor for mage.
Re-written keybinding system. no longer disappear shapeshift keybindings while using auraaspects.

- Features

* Support new class (Mage, Warlock, Priest)
* Added to more racial skills (Blood fury, Perception, Escape Artist, ....)
* Added to TBC spells (Aspect of the Viper, Water shield, and more)
* Added to free-move mode. it makes aura aspects move anywhere, not depend on any action bars.
* Added to Korean localization
* Added to German localization (Thanks EnSabahNur for german localization)
* Support legacy cosmos(cosmos 1), not khaos. sorry lothar.
* It share keybinds with shapeshift keys. (Don't worry for this. these classes don't have shapeshift buttons)

- Spell List

* Hunter : Aspect of the Monkey, Aspect of the Hawk, Aspect of the Cheetah, Aspect of the Beast, Aspect of the Pack, Aspect of the Wild, Aspect of the Viper, Trueshot Aura(Talent)

* Mage : Conjure Water, Conjure Food, Mana shield, Ice armor, Mage armor, Slow fall, Molten Armor

* Priest : Levitate, Shadowform(Talent), Inner Fire, Fade, Holy Nova(Talent), Pain Suppression(Talent)

* Priest-racial : Touch of Weakness, Symbol of Hope, Desperate Prayer, Shadowguard, Feedback, Elune's Grace

* Shaman : Ghost wolf, Lightning shield, Water shield, Rockbiter weapon, Flametongue weapon, Frostband weapon, Windfury weapon, Totemic Call, Far Sight

* Warlock : Summon Imp, Summon Voidwalker, Summon Succubus, Summon Felhunter, Summon Felguard(Talent), Life Tap, Health funnel, Eye of kilrogg, Sense demons

* Racial skills : Active skills for Orc, Human, Gnome, Night Elf, Blood Elf, Tauren, Undead, Dwarf, Troll

If you want to more help, just type '/auraaspects help' in game.

Optional Files (0)


Post A Reply Comment Options
Unread 12-13-06, 03:49 AM  
EnSabahNur
A Defias Bandit
 
EnSabahNur's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 55
Uploads: 6
Partial German transation

if ( GetLocale() == "deDE" ) then

BINDING_HEADER_AURAASPECTSHEADER = "Aura Aspects";
BINDING_NAME_AURAASPECTS = "Aura Aspects Toggle";

AURAASPECTS_VERSION = "v2.0.1";

AURAASPECTS_LOADED = "Aura Aspects "..AURAASPECTS_VERSION.." Loaded. type '/auraaspects help' for help.";

AURAASPECTS_CONFIG_HEADER = "Aura Aspects";
AURAASPECTS_CONFIG_HEADER_INFO = "Contains settings for the Aura Aspects,\nan AddOn which allows you to access your Aspects just like Paladins do Auras";

AURAASPECTS_ENABLED = "Enable Aura Aspects";
AURAASPECTS_ENABLED_INFO = "Enables Aura Aspects\nwhich will add shapeshift buttons for your aspects.";

AURAASPECTS_PREFERRED_POSITION_ON_TOP = "Put AuraAspects on top of pet bar";
AURAASPECTS_PREFERRED_POSITION_ON_TOP_INFO = "Put AuraAspects on top of pet bar";

AURAASPECTS_USEPRIORITYBASEDASPECTS = "Only show the best of the speed-aspects";
AURAASPECTS_USEPRIORITYBASEDASPECTS_INFO = "If enabled, it will only show the Pack speed-buff aspect. If disabled, it will show all speed-buffing aspects.";

AURAASPECTS_ALLOWMOVE = "Free mode";
AURAASPECTS_ALLOWMOVE_INFO = "Move aura aspects to anywhere, not depend on action bars.";

AURAASPECTS_LOCK = "Lock position for free mode";
AURAASPECTS_LOCK_INFO = "Lock current position to hide move radio button.";

AURAASPECTS_CHAT_ENABLED = "Aura Aspects enabled.";
AURAASPECTS_CHAT_DISABLED = "Aura Aspects disabled.";

AURAASPECTS_CHAT_COMMAND_ENABLE_INFO = "Enables/disables Aura Aspects.";

AURAASPECTS_CHAT_PREFERRED_POSITION_ON_TOP_ENABLED = "Aura Aspects position set to on top of pet bar.";
AURAASPECTS_CHAT_PREFERRED_POSITION_ON_TOP_DISABLED = "Aura Aspects position set to left of pet bar.";

AURAASPECTS_CHAT_USEPRIORITYBASEDASPECTS_ENABLED = "Aura Aspects will only show highest speed-buff.";
AURAASPECTS_CHAT_USEPRIORITYBASEDASPECTS_DISABLED = "Aura Aspects will show all speed-buffs.";

AURAASPECTS_CHAT_COMMAND_ENABLE_INFO = "Enables/disables Aura Aspects.";

AURAASPECTS_CHAT_COMMAND_HELP_INFO = "Aura Aspects "..AURAASPECTS_VERSION.." Help:\nhelp - show current help message\non|off - enable or disable aura aspects\npriority - If enabled, it will only show the Pack speed-buff aspect.\nallowmove - toggle free mode\nlock - Lock current position in free mode";

AuraAspectsEnableCommands = {"/auraaspects","/aatoggle"};

AURAASPECTS_HUNTER_CLASS = "J\195\164ger";
AURAASPECTS_SHAMAN_CLASS = "Schamane";
AURAASPECTS_MAGE_CLASS = "Magier";
AURAASPECTS_WARLOCK_CLASS = "Hexenmeister";
AURAASPECTS_PRIEST_CLASS = "Priester";
AURAASPECTS_RANK = "Rang";
AURAASPECTS_ASPECTS_SEARCH = "Aspekt de(.+)";
AURAASPECTS_RACIAL_TRAITS = "Volk";

-- Racial traits
AURAASPECTS_BLOOD_FURY = "Kochendes Blut";
AURAASPECTS_PERCEPTION = "Wachsamkeit";
AURAASPECTS_STONE_FORM = "Steingestalt";
AURAASPECTS_FIND_TREASURE = "Schatzsucher";
AURAASPECTS_WAR_STOMP = "Kriegsdonner";
AURAASPECTS_BERZERKER = "Berserker";
AURAASPECTS_SHADOWMELD = "Schattenverbergen";
AURAASPECTS_ARCANE_TORRENT = "Arkaner Strom";
AURAASPECTS_ESCAPE_ARTIST = "Entfesselungsk\195\188nstler";
AURAASPECTS_WILL_OF_THE_FORSAKEN = "Wille der Verlassenen";
AURAASPECTS_CANNIBALIZE = "Kannibalismus";

-- Hunter aspects
AURAASPECTS_ASPECT_MONKEY = "Aspekt des Affen"
AURAASPECTS_ASPECT_HAWK = "Aspekt des Falken"
AURAASPECTS_ASPECT_CHEETAH = "Aspekt des Geparden"
AURAASPECTS_ASPECT_BEAST = "Aspekt des Wildtieres"
AURAASPECTS_ASPECT_PACK = "Aspekt des Rudels"
AURAASPECTS_ASPECT_WILD = "Aspekt der Wildnis"
AURAASPECTS_ASPECT_VIPER = "Aspekt der Viper"

-- Hunter aura
AURAASPECTS_AURA_TRUESHOT = "Aura des Volltreffers";

-- Shaman Travel spells/self buffs
AURAASPECTS_GHOST_WOLF = "Geisterwolf";
AURAASPECTS_FIRE_RESIST = "Totem des Feuerwiderstands";
AURAASPECTS_FROST_RESIST = "Totem des Frostwiderstands";
AURAASPECTS_NATURE_RESIST = "Totem des Naturwiderstands";
AURAASPECTS_WATER_WALK = "Wasserwandeln";
AURAASPECTS_WATER_BREATH = "Wasseratmung";
AURAASPECTS_LIGHTNING_SHIELD = "Blitzschlagschild";
AURAASPECTS_WATER_SHIELD = "Wasserschild";
AURAASPECTS_WEAPON_EARTH = "Waffe des Felsbei\195\159ers";
AURAASPECTS_WEAPON_FIRE = "Waffe der Flammenzunge";
AURAASPECTS_WEAPON_WATER = "Waffe des Frostbrands";
AURAASPECTS_WEAPON_WIND = "Waffe des Windzorns";

-- Priest spells/self buffs

AURAASPECTS_LEVITATE = "Levitieren";
AURAASPECTS_SHADOWGUARD = "Schattenschild";
AURAASPECTS_SHADOWFORM = "Schattengestalt";

-- Mage portal spells/self buffs

AURAASPECTS_CONJURE_WATER = "Wasser herbeizaubern";
AURAASPECTS_CONJURE_FOOD = "Essen herbeizaubern";
AURAASPECTS_ICE_BARRIER = "Eis-Barriere";
AURAASPECTS_MANA_SHIELD = "Manaschild";
AURAASPECTS_ICE_ARMOR = "Eisr\195\188stung";
AURAASPECTS_MAGE_ARMOR = "Magische R\195\188stung";
AURAASPECTS_SLOW_FALL = "Langsamer Fall";

AURAASPECTS_PORTAL_IRONFORGE = "Portal: Ironforge";
AURAASPECTS_PORTAL_STORMWIND = "Portal: Stormwind";
AURAASPECTS_PORTAL_DARNASSUS = "Portal: Darnassus";
AURAASPECTS_PORTAL_EXODAR = "Portal: Exodar";
AURAASPECTS_PORTAL_OGRIMMAR = "Portal: Ogrimmar";
AURAASPECTS_PORTAL_UNDERCITY = "Portal: Undercity";
AURAASPECTS_PORTAL_THUNDERBLUFF = "Portal: Thunder Bluff";
AURAASPECTS_PORTAL_SILVERMOON = "Portal: Silvermoon";
AURAASPECTS_PORTAL_SHATTRATH = "Portal: Shattrath";

AURAASPECTS_TELEPORT_IRONFORGE = "Teleport: Ironforge";
AURAASPECTS_TELEPORT_STORMWIND = "Teleport: Stormwind";
AURAASPECTS_TELEPORT_DARNASSUS = "Teleport: Darnassus";
AURAASPECTS_TELEPORT_EXODAR = "Teleport: Exodar";
AURAASPECTS_TELEPORT_OGRIMMAR = "Teleport: Ogrimmar";
AURAASPECTS_TELEPORT_UNDERCITY = "Teleport: Undercity";
AURAASPECTS_TELEPORT_THUNDERBLUFF = "Teleport: Thunder Bluff";
AURAASPECTS_TELEPORT_SILVERMOON = "Teleport: Silvermoon";
AURAASPECTS_TELEPORT_SHATTRATH = "Teleport: Shattrath";

-- Warlock spells/self buffs

AURAASPECTS_SUMMON_IMP = "Wichtel beschw\195\182ren";
AURAASPECTS_SUMMON_VOIDWALKER = "Leerwandler beschw\195\182ren";
AURAASPECTS_SUMMON_SUCCUBUS = "Sukkubus beschw\195\182ren";
AURAASPECTS_SUMMON_FELHUNTER = "Teufelsj\195\164ger beschw\195\182ren";
AURAASPECTS_SUMMON_FELGUARD = "Teufelswache beschw\195\182ren";
AURAASPECTS_LIFETAP = "Aderlass";
AURAASPECTS_HEALTH_FUNNEL = "Lebenslinie";
AURAASPECTS_EYE_OF_KILROGG = "Auge von Kilrogg";
AURAASPECTS_SENSE_DEMONS = "D\195\164monen sp\195\188ren";

end
Report comment to moderator  
Reply With Quote
Unread 12-13-06, 04:04 AM  
Elnarfim
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 3
Re: Partial German transation

Thanks for German localization!

I'll add it in next release
Report comment to moderator  
Reply With Quote
Unread 12-13-06, 07:32 AM  
Drag
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Re: Re: Partial German transation

Im trying to find an addon for an extra bar like this for my hunter aspects.
I have to say this looks very nice.

But, i can not move this frame around.
For some reason the slashcommand /auraaspects allowmove (out of my head, smth like that), just moves the frame to the middle of the screen immediatly.
I can not see any anchor or so to drag it around. Tried all key-combos like alt-clicks, rightclicks etc.

If this can be fixed, i would be more then happy.

An additional suggestion is to make it possible to set up the order of the aspects in the frame and to enable/disable them seperatly (ie being able to turn shadowmeld and trueshot off).

Would be great! Thanks for your time.
-Drag

PS: it seems this frame is bound to the petbar. when i move my petbar around, auraaspects moves with it, sticking on top of it.
Last edited by Drag : 12-13-06 at 07:32 AM.
Report comment to moderator  
Reply With Quote
Unread 12-13-06, 09:47 AM  
Elnarfim
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 3
Re: Re: Re: Partial German transation

Drag // just type '/auraaspects allowmove', then you'll can see red-radio button near Auraaspect buttons. if you can't see radio button, type '/auraapsects lock'.

Now drag red-radio button to move it.

Edit: I understand your request. so fixed it now. download lastest version.
Last edited by Elnarfim : 12-13-06 at 11:10 AM.
Report comment to moderator  
Reply With Quote
Unread 12-14-06, 08:34 AM  
Chasim
A Defias Bandit

Forum posts: 2
File comments: 85
Uploads: 0
Buttons/order

Is there anyway to remove some of the buttons that show up on the bar? or, at least, to re-order them?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 12-14-06, 04:15 PM  
Elnarfim
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 3
Re: Buttons/order

Originally posted by Chasim
Is there anyway to remove some of the buttons that show up on the bar? or, at least, to re-order them?

Thanks.
of course, you can edit buttons as well as orders. just open Auraaspects.lua files and go to 71 lines.

you'll see table in the name of 'AuraAspects_SpellNames'. you should add or remove spells to each classes' table.

for example, if you want to add 'Portal: Ironforge' to your mage, see[AURAASPECTS_MAGE_CLASS] in AuraAspects_SpellNames table. and add localized spell name value to that table. so it's like to below.

[AURAASPECTS_MAGE_CLASS] = {
AURAASPECTS_MANA_SHIELD,
AURAASPECTS_ICE_ARMOR,
AURAASPECTS_MAGE_ARMOR,
AURAASPECTS_SLOW_FALL,
AURAASPECTS_CONJURE_WATER,
AURAASPECTS_CONJURE_FOOD,
AURAASPECTS_PORTAL_IRONFORGE,
IMPORTANT: DON'T MISS COLON(,) NEXT SPELL TEXT VALUE or It will break mod.

There are many other spell text values in each localized files. if you can't find what you want, just add new spell text value to localized file.
Last edited by Elnarfim : 12-14-06 at 04:17 PM.
Report comment to moderator  
Reply With Quote
Unread 12-23-06, 12:54 PM  
Arctae
A Kobold Labourer
Premium Member

Forum posts: 1
File comments: 14
Uploads: 0
Shadow Priest Support?

How about support for Shadowform?
Report comment to moderator  
Reply With Quote
Unread 12-29-06, 11:06 PM  
Elnarfim
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 3
Re: Shadow Priest Support?

Originally posted by Arctae
How about support for Shadowform?
hmm......regarding
Report comment to moderator  
Reply With Quote
Unread 12-30-06, 10:21 AM  
Arctae
A Kobold Labourer
Premium Member

Forum posts: 1
File comments: 14
Uploads: 0
Re: Re: Shadow Priest Support?

Originally posted by Elnarfim
hmm......regarding
Have it support Shadowform as an "aura", like the other spells and abilities. I used to have a mod called Shadowshift that put the Shadowform button there as a "stance/form", just like this does, but it has been discontinued. I love this mod, and it is very helpful for my other characters, I just thought it would be nice, and follow the lines of this mod if it supported Shadowform as well.
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 09:27 AM  
Saelemar
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 1
Nice Mod, but i miss the Ability to display this things in the Regular Stancebar, where the Paladinauras, Druidforms and Warriorstances apear, cause i use Bartender3 with cycycled for Round buttons in my UI and these bars apear Rounded for me. the are more other mods that do it by place the Spells there, but they don't offer that number of them. So why use an Separate Bar, when u can add to a regular, which is for this things.

it will be helpful, when u can implement an feature to swith this, if someone want use the regular Stancebar for the things.

Saelemar
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 10:25 AM  
Arctae
A Kobold Labourer
Premium Member

Forum posts: 1
File comments: 14
Uploads: 0
Thumbs up Priest Support

@Elnarfim,

Thanks for adding priest support! I can't wait to get home (and have the servers back up) to try it out!
Report comment to moderator  
Reply With Quote
Unread 01-26-07, 12:48 AM  
Taxt
A Murloc Raider

Forum posts: 4
File comments: 2
Uploads: 0
Great Mod!

Thank you for the work you have done, it is apprecieated

My hunter thanks you as well, I used to use Aspected but this is better!

Is there a way to scale the icon size?

Once again, Much Apprecieated.

This mod Works with TBC as of patch 2.0.6


~Taxt
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: