| Updated: | 05-27-10 01:45 PM |
| Created: | 05-27-10 01:45 PM |
| Downloads: | 948 |
| Favorites: | 2 |
| MD5: |
![]() |
Comment Options |
|
|
|
|
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.
__________________
![]() Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818 Extra movers for new frames added since 4.0 not in nUI yet: http://www.wowinterface.com/download...tomMovers.html nUI fixes for 4.3 patch: http://www.wowinterface.com/forums/s...47&postcount=9 http://www.wowinterface.com/forums/s...9&postcount=21
Last edited by Xrystal : 09-26-10 at 11:41 AM.
|
|
|
|
|
|
|
|
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.
__________________
![]() Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818 Extra movers for new frames added since 4.0 not in nUI yet: http://www.wowinterface.com/download...tomMovers.html nUI fixes for 4.3 patch: http://www.wowinterface.com/forums/s...47&postcount=9 http://www.wowinterface.com/forums/s...9&postcount=21 |
|
|
|
|
|
|
|
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
__________________
![]() Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818 Extra movers for new frames added since 4.0 not in nUI yet: http://www.wowinterface.com/download...tomMovers.html nUI fixes for 4.3 patch: http://www.wowinterface.com/forums/s...47&postcount=9 http://www.wowinterface.com/forums/s...9&postcount=21 |
|
|
|
![]() |