View Full Version : Aspect Macro needed!
ChaosU
01-06-2006, 05:09 PM
Im looking for a Macro there can Switch between 2 Diffrent aspect. I need it to check what aspect im in like if im in Hawk i need it to change to Monkey if im in monkey i need it to change to Hawk.... if im in another aspect like cheeta it change to monkey.... if this is possible or is already made can someone please tell me where to look...Please Please with Sugar on top!
LambdaPJ
01-06-2006, 11:14 PM
I used this a little while ago when I had a hunter:
/script if(UnitBuff("player",1)==nil)then CastSpellByName("Aspect of the Hawk")elseif(string.find(UnitBuff("player",1), "Raven"))then CastSpellByName("Aspect of the Monkey")elseif(UnitBuff("player",1))then CastSpellByName("Aspect of the Hawk");end
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=263248&tmp=1#post263248
Its good and read the post above to customize it :smiley:
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.