Download
(7 Kb)
Download
Updated: 05-27-10 01:45 PM
Pictures
File Info
Updated:05-27-10 01:45 PM
Created:05-27-10 01:45 PM
Downloads:948
Favorites:2
MD5:
Daviesh's Aspect Frame [Patch for 3.3.3]
Version: WotLK 3.3.3
by: Xrystal [More]
Having just got my Hunter to 74 with a growing selection of aspects and looking at my action bars I was slowly running out of space. All I needed was a custom set of buttons just for my aspects. Et Voila I found this.

http://www.wowinterface.com/downloads/info10418-DavieshsAspectFrame.html

But to my dismay, despite it working almost as well as I wanted I found some missing elements.

To that end I hashed some fixes in there ( prefixed by Xrystal ) to enable to new features to work. Here is the list of additions.
  • Aspect of the Dragonhawk Added
  • Track Aura change and highlight button appropriately
  • Changed texture file handling to use spell texture

It's not perfect and not how I would have coded it personally but it works for those that like the addon but wanted the new features.

If the original creator comes back they are free to work these changes into the original addon and I will remove this one.

Also, I will probably write my own aspectButton addon but not sure when it will get completed as I have several projects on the go at the moment rofl. So this will do plenty fine in the interim.
Optional Files (0)


Post A Reply Comment Options
Old 09-21-10, 04:43 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4470
File comments: 264
Uploads: 19
Looking at the new hunter changes it seems that a custom aspect frame is not needed anymore as the Shapeshift bar for hunters contain the aspects you have available.

At best it would be the case of making the frame movable and introduce the new Aspect of the Fox change. Will see though.
Last edited by Xrystal : 09-26-10 at 11:41 AM.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 09-17-10, 05:45 AM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4470
File comments: 264
Uploads: 19
Hmm, not sure what is causing that one there Vis. Possibly an intermittent bug due to new changes. Looking at the code itself I cannot see what could be causing it.

Next time I log into game with the hunter I'll try to remember to switch to that addon and see if I get the same effect but I will most likely not spend too much time on it with the new pre expansion patch coming out soon and try and get a working replacement done if Daviesh doesn't update his for the patch and expansion.
Xrystal is offline Report comment to moderator  
Reply With Quote
Old 08-25-10, 06:10 PM  
Vis
Premium Member
Premium Member

Forum posts: 1725
File comments: 18
Uploads: 0
Hey Xrystal, just found your update of this one and received an error on initial login. I went into AspectFrame.lua and commented out lines 178 and 179, reloaded the UI and all was well again in the World of Warcraft. Just thought you'd want to know.

Code:
Date: 2010-08-25 19:56:54
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\DavAspectFrame\AspectFrame.lua line 179:
   '<eof>' expected near 'end'
Debug:
   [C]: ?
*snipped Addons*
  BlizRuntimeLib_enUS v3.3.5.30300 <us>
  (ck=44d)
__________________
Vis is offline Report comment to moderator  
Reply With Quote
Old 05-27-10, 05:04 PM  
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 4470
File comments: 264
Uploads: 19
Turning the tooltip into a regular spellinfo tooltip

I won't upload any changed file for this little change but for those that would like the full spell info tooltip then I just found out how to grab it for display.

Just change the following function to as follows:
Code:
function AspectButton_OnEnter()
  GameTooltip:SetOwner(this, "ANCHOR_CURSOR", -(this:GetWidth() / 2), 24);
  GameTooltip:SetSpell(this.SpellID, SpellBookFrame.bookType);
  GameTooltip:Show();
end
Xrystal is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: