Thread Tools Display Modes
04-01-06, 12:05 PM   #1
Christerpher
A Fallenroot Satyr
Join Date: Oct 2005
Posts: 26
Smart Aspect *fix please? =( *

http://www.wowinterface.com/download...fo.php?id=4585

I loved this mod is there anyway it can be fixed? =(
  Reply With Quote
04-01-06, 12:30 PM   #2
robodude666
A Cyclonian
 
robodude666's Avatar
Join Date: Mar 2006
Posts: 42
Originally Posted by Christerpher
http://www.wowinterface.com/download...fo.php?id=4585

I loved this mod is there anyway it can be fixed? =(

open SmartAspect.xml

the second to last line
Code:
<GameTooltip name="SmartAspectTooltip" inherits="GameTooltipTemplate" parent="UIParent" hidden="true"/>
replace it with this:
Code:
<GameTooltip name="SmartAspectTooltip" frameStrata="TOOLTIP" hidden="true" inherits="GameTooltipTemplate"> 
	<Scripts> 
		<OnLoad> 
			this:SetOwner(WorldFrame, "ANCHOR_NONE"); 
		</OnLoad> 
	</Scripts> 
</GameTooltip>
That should do it. If you get any other errors, please post the exact error. Just to let you know, this is a type of mod that blizzard does not like and blizzard will try and do what they can to make this mod not work anymore.
__________________
What do you mean there is no cow level?!
  Reply With Quote
04-01-06, 02:01 PM   #3
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 147
I made that change and it is still giving an error in a small popup box:

Code:
SmartAspect has been blocked from an action only
available to the Blizzard UI.
You can disable this addon and reload the UI.
In the box is the option to Disable or Ignore.

I'm suspecting there is no way around that one.
  Reply With Quote
04-01-06, 02:42 PM   #4
robodude666
A Cyclonian
 
robodude666's Avatar
Join Date: Mar 2006
Posts: 42
Originally Posted by Aalwein
I made that change and it is still giving an error in a small popup box:

Code:
SmartAspect has been blocked from an action only
available to the Blizzard UI.
You can disable this addon and reload the UI.
In the box is the option to Disable or Ignore.

I'm suspecting there is no way around that one.
I just looked over the code and it seems this mod uses movement functions (and chances are other functions) which only blizzard is allowed to use. Basically as I said before. This is a type of mod that blizzard doesnt like. Just use an actionbar mod or something to create a bar with all the aspects. I believe there already is a mod with a bar with aspects. Select the aspects manually. You did it before you found this mod, and so do lots of other people. Don't be lazy :P I press the aspects manually =)

If you really want this mod. Contact the author and see if they can fix it. If you are REALLY desperate, try offering a cash reward to anyone who can get it to work with 1.10... but thats like "wow your lazy"
__________________
What do you mean there is no cow level?!
  Reply With Quote
04-01-06, 03:42 PM   #5
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 147
I think just having it trigger off combat status and range this can be made to work. Maybe with one of the advanced action bar mods.
  Reply With Quote
05-12-06, 12:13 AM   #6
Aeldra
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 19
Late, but a fix is now available...
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Smart Aspect *fix please? =( *

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off