• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Aspected Again

 

Project Updated:
Files Updated: Sun, Oct 19 2008
Supports Game Version: 3.0.2
Category: Class, and Hunter
Tags:

, , , , and [Edit Tags]

Project Manager: Mookhow
Additional Authors: No additional authors
Current Version: 3.0.2.0b
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 51
Downloads Total: 103,329
Favorites: 270
Comments: 148
  • About Aspected Again
  •  

Aspected Again 3.0.2.0b

This addon places a series of buttons for Hunter aspects into the shapeshift bar for convenience. It also will provide a priest with Shadowform or a shaman with Ghost Wolf buttons. This is an almost complete rewrite of PoeticDragon's Aspected mod in order to work with the 2.0.1 patch of WoW.


Notes

  • Regarding CT_BottomBar, that addon is coded to hide the "Class Bar" if the character's class is not a rogue, warrior, or druid. To make the Aspected bar visible by default on hunters (or shaman or priests), edit CT_BottomBar_Addons.lua, search for "WARRIOR", and add the string '["HUNTER"] = true,' before the '}'. Please make a copy of this file before changing, in case you need to undo the change. This change is known to work with CT_BottomBar version 2.0.
  • Versions of Aspected Again prior to 2.0.1.1 remapped the keybindings to the ShapeshiftButtons. Starting with 2.0.1.1, this behavior has changed. If you are upgrading from an older version of Aspected Again, please go to the key bindings in-game and make sure "Special Action Button 1" through "Special Action Button 10" are bound correctly. The default bindings for these actions are CTRL-F1 through CTRL-F10.
  • Regarding Bartender3, the Aspected buttons won't appear when you log in unless you reload the UI in-game using "/console reloadui". Annoying, I know.



Version History

3.0.2.0b:

  • Removed Shadowform, since it's now a real stance.
  • Fixed Interface number in AspectedAgain.toc
  • Fixed to update buttons properly when you leave an aspect.

3.0.2.0:

  • Updated to work with the 3.0 update.

2.1.0.0:

  • Removed the InCombatLockdown check from UpdateButtons, since the code doesn't
 seem to be affected by taint anyways.

2.0.12.0:

  • Removed the weird outlines around the buttons, thanks to code from Corrodias.
  • Added German localization of Aspect of the Viper.
  • Added French localization of Aspect of the Viper.

2.0.6.0:

  • Fixed cooldowns to work with the new system.
  • Fixed a bug with the override keybindings.
  • Added functionality to automatically redo keybindings as needed.
  • Added Aspect of the Viper (English localization only).
  • Fixed to work with Trinity Bars, thanks to code from Maul.
  • Removed pet bar movement code, to prevent possible taint.

2.0.1.1

  • Changed binding functionality to use override bindings instead of remapping the existing shapeshiftbutton keybinds.
  • Fixed to work with CT_BottomBar (see note above) and Bartender3 (see note above).

2.0.1.0c

  • Added localization for French and German clients.
  • Fixed to work with MoveAnything.
  • Fixed a bug in determining the order of the spells to assign.
  • Fixed a bug displaying the pet bar if only one MultiBar is on.
  • Fixed a bug passing the wrong argument to Aspected_GetShapeshiftInfo().
  • Fixed a bug with determining the proper spell rank of spells.
  • Fixed a bug that caused the pet action bar to get shifted down when clicked.

2.0.1.0b

  • Fixed to work with Bongos UI.
  • Removed that ugly gray thing in the background.

2.0.1.0

  • Initial Release.
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Aspected Again 3.0.2.0b Release 3.0.2 19,663 10/19/2008
  Aspected Again 3.0.2.0 Release 3.0.2 881 10/18/2008
  Aspected Again 2.0.12.0 Release 2.0.12 2,508 5/18/2007
  Aspected Again 2.0.6.0 Release 2.0.6 53 1/24/2007
  Aspected Again 2.0.3.0 beta2 Beta 2.0.0 42 1/11/2007
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • aareaux said 

    Where do we submit bugs? When i am a hunter and i have a pet out the pet bar wont show up with Aspected Again enabled. Is there a quick way to fix this?

    Reply Report Permalink
  • Is this addon dead? I use Bartender 4 and while the aspect icons show up they are not clickable. Is there a work arround for this?

    Reply Report Permalink
  • Incompatible. Bummer :(

    It was so useful :/

    Reply Report Permalink
  • You can add Aspect of the Dragonhawk by modifying localization.lua. You just have to add Dragonhawk to the bottom of list. You can shuffle around the list as well, but I will leave that as an exercise to the reader. That being said, I changed the default English localization to this:


    ASPECTED_SPELLS = {
    [ASPECTED_CLASS_SHAMAN] = { [1] = "Ghost Wolf", },
    [ASPECTED_CLASS_HUNTER] = {
    [1] = "Aspect of the Monkey",
    [2] = "Aspect of the Hawk",
    [3] = "Aspect of the Cheetah",
    [4] = "Aspect of the Pack",
    [5] = "Aspect of the Beast",
    [6] = "Aspect of the Wild",
    [7] = "Aspect of the Viper",
    [8] = "Aspect of the Dragonhawk",
    },
    };


    I resaved thefile and went back ingame and the spell was in the stance bar. If you are using another localization, I assume you would have to know the localized name of the spell. I only know the English one so I would be of no help there. I hope this helps.

    Reply Report Permalink
  • Hey I love the suggestion about adding Aspect of the Dragonhawk, but everytime I tried it the bar disappeared in WOW and I recieved error messages. Can you tell me what program you used to open the file with and exactly how you saved it (with file tags and all that). Thanks

    Reply Report Permalink
  • Nonylus said 

    you'll make a lot of very happy people adding the dragonhawk aspect !!

    Thank's a lot in advance ;)

    Reply Report Permalink
  • Good stuff, but where's Dragonhawk? /cry

    Reply Report Permalink
  • GREAT addon. Really helpful, I HATE looking around in the bars to choose aspects, and you removed that annoyance. Thanks!

    Reply Report Permalink
  • =/ the class bar doesn't seem the hide even with the code put into CT's mod. It won't be hidden unless I do a reloadui which is a pain in the ass

    Reply Report Permalink
  • mmx2 said 

    Pretty sweet addon, does hide my pet bar if my pet has to be summoned in combat. What blizzard should of done ages ago IMO

    Would be nice if you could rearrange the order aspects are listed and/or whether to display certain ones.

    Reply Report Permalink
  • Mo3bius said 

    ill post an update on wowinterface as soon as possible...

    Reply Report Permalink
  • Vasrek said 

    I'm not seeing Aspect of the Dragonhawk on my AA bar. Any tips?

    Reply Report Permalink
  • Vasrek said 

    I was tired of losing the pet bar when dismounting in combat, so I made a macro for my Call Pet button. You only need the script to make your pet bar show again, but if you want it included in the Pet Call button, then use both lines. This only works once you're out of combat, but it's much better than a /reload or logging out.

    /cast Call Pet
    /script PetActionBarFrame:Show()

    Reply Report Permalink
  • correction. now the pet bar wont apear for my shammy if im not in combat also.

    Reply Report Permalink
  • when in combat the Pet bar does not apear if u summon any pet this includes hunters and 4 shamans when calling pet and summoning wolfs. the pet bar just does not apear. in none combat its fine.

    Reply Report Permalink
  • HypnoMez said 

    it doesn't appear =(

    Reply Report Permalink
  • Mo3bius said 

    did u try viagra :D loool ...... try the wow interface version "aspected again 3.0.2 fix"

    Reply Report Permalink
  • HypnoMez said 

    doesb't work, plz update it!

    Reply Report Permalink
  • my pet bar doesnt show up sometimes, how do i get it up when its not there?

    Reply Report Permalink
  • Mo3bius said 

    just edit the localization.lua to modify or add/remove buttons. however pay close attention to the spell name and the punctuation used as, just like with macros, if u get the spelling wrong the addon wont load.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,937 HealBot Continued Buffs & Debuffs, Class, and...
  2. 2,558 DrDamage Combat, Caster, Class, Damage...
  3. 1,326 AutoBar Bags & Inventory, Action Bars...
  4. 789 ForteXorcist Buffs & Debuffs, Class, Combat...
  5. 768 Elkano's BuffBars Buffs & Debuffs, Class, Combat...