WOW Classic online stream # macros for leveling

World of Warcraft Vanilla shaman leveling macro How to install and use this macro (Eng) Инструкция по установке и использованию макроса (Rus) macro1 /run m=0 if CheckInteractDistance(“target“, 3)then for i=1,16,1 do local D=UnitBuff(“player“,i);if D then if(strfind(D,“e_S“)~=nil) then m=1 end end end if(m==0)then UseAction(25)else UseAction(37)end;else UseAction(37)end;UIErrorsFrame:Clear() macro2 /run U=UseAction if (not ) then AttackTarget() end;hasMainHandEnchant = GetWeaponEnchantInfo()if not hasMainHandEnchant then U(26) end;start,duration,enable=GetActionCooldown(38);if enable==1 then U(38)U(39)else U(39)end
Back to Top