Since i can't use SuperMacro (it conflicts with my Bongos

1. One button for faerie fire caster+feral (depends on form)
2. One button for aquatic+travel forms (depends on state - swimming or not)
|
![]() |
Doofoos wrote:Oh, macro thread!
Since i can't use SuperMacro (it conflicts with my Bongos), i'm wondering if this even possible in Vanilla:
1. One button for faerie fire caster+feral (depends on form)
2. One button for aquatic+travel forms (depends on state - swimming or not)
|
![]() |
Guirssane wrote:1. /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Form")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Faerie Fire (Feral)()");else c("Faerie Fire(Rank 4)");end;
|
![]() |
Doofoos wrote:Guirssane wrote:1. /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Form")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Faerie Fire (Feral)()");else c("Faerie Fire(Rank 4)");end;
damn, this is harder than javascript
anyway thanks, it worked for me
by the way is this possible to see cooldowns\showtooltips in case of such macroses\supermacro addon?
|
![]() |
Crosstone wrote:Hey Guys. Does anyone have a spammable stealth makro for Druids or Rogues? I cant find a version which is working on this server.![]()
It should provide that stealth doesnt break after mashing the button.
/script local i,x=1,0 while UnitBuff("player",i) do if string.find(UnitBuff("player",i),"Prowl") then x=1 end i=i+1 end if x==0 then CastSpellByName("Prowl");end
|
![]() |
#showtooltip
/run if (not UnitAffectingCombat("player")) and (GetUnitSpeed("player")==0) and IsOutdoors() then if IsUsableItem(94154) then CallCompanion("MOUNT", 2) else CallCompanion("MOUNT", 1) end end
/cast [indoors] Cat Form; Travel Form