求几个LR实用宏

来源:百度知道 编辑:UC知道 时间:2024/05/23 17:34:53

施放猎人印记同时宠物攻击
/施放 猎人印记(等级x)
/script PetAttack()
假死
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱") end
/script TargetLastEnemy()
豹/鹰宏,点一下就行了

/script for i=1,16,1 do if (UnitBuff("player",i)~=nil) then if (string.find(UnitBuff("player",i),"JungleTiger")~=nil) then CastSpellByName("雄鹰守护(等级 2)");break;end end if(i==16) then CastSpellByName("猎豹守护");end end

这几个非常实用方便