Dche 35 Report post Posted April 22, 2012 (edited) Moonfire spam (только у нас он не работает так как дебаф 10 ранга сбивается спелом 9 ранга) /script k=0;a="Interface\\Icons\\Spell_Nature_StarFall";for i=1,3 do if(a==UnitDebuff("target",i)) then k=1;end;end;if(k~=1) then CastSpellByName("Moonfire(Rank 10)") else CastSpellByName("Moonfire(Rank 9)");end;Tiger's Fury and Claw /script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Ability_Mount_JungleTiger")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Claw");else c("Tiger's Fury");end;Ravage and Shred/script i=1;m=0;while(UnitBuff("player",i)~=nil) do if(strfind(UnitBuff("player",i),"Ability_Ambush")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Ravage");else c("Shred");end;Rake/Claw /script i=1;m=0;while(UnitDebuff("target",i)~=nil) do if(strfind(UnitDebuff("target",i),"Ability_Druid_Disembowel")~=nil) then m=1; end;i=i+1;end; c=CastSpellByName; if(m==1) then c("Claw");else c("Rake");end;Bearform/Charge/script bI, bN, bIA = GetShapeshiftFormInfo(1); if bIA then CastSpellByName"Feral Charge" else CastShapeshiftForm(1) end /script cI, cN, cIA = GetShapeshiftFormInfo(3); if cIA then CastShapeshiftForm(3) endClaw/5Ferocious Bite /script if IsShiftKeyDown() then CastSpellByName("Ferocious Bite") end /script if GetComboPoints()==5 then CastSpellByName("Ferocious Bite") else CastSpellByName("Claw");endBearform/script local s,_ for i=1,5 do _,_,s=GetShapeshiftFormInfo(i)if s then CastShapeshiftForm(i)break end end if not s then CastShapeshiftForm(1) endcatform/stalth/script bI, bN, bIA = GetShapeshiftFormInfo(3); if bIA then CastSpellByName"Prowl" else CastShapeshiftForm(3) endps: открыл новую тему так как в соседней много бреда Edited April 22, 2012 by Dche 1 Share this post Link to post Share on other sites
Torgas 227 Report post Posted April 23, 2012 Не совсем понятно что делает макрос Bearform?Находясь в кошке позволяет напрямую шифтоваться в мишку?Никогда не увлекался макросами,поэтому смысл абсолютно непонятен.Неужели сложно обойтись биндами и нажать 2 кнопки. 0 Share this post Link to post Share on other sites
Dche 35 Report post Posted April 23, 2012 Не совсем понятно что делает макрос Bearform?Находясь в кошке позволяет напрямую шифтоваться в мишку?Никогда не увлекался макросами,поэтому смысл абсолютно непонятен.Неужели сложно обойтись биндами и нажать 2 кнопки.на одну и ту же кнопку в медведя и обратно 0 Share this post Link to post Share on other sites
Torgas 227 Report post Posted April 24, 2012 на одну и ту же кнопку в медведя и обратноА забиндить мишку на кпопку и нажать,не тоже самое?) 0 Share this post Link to post Share on other sites
Dche 35 Report post Posted April 24, 2012 А забиндить мишку на кпопку и нажать,не тоже самое?)нет , этот макрос работает из любой формы 0 Share this post Link to post Share on other sites