乌龟服吧 关注:23,770贴子:297,710

回复:记录猎人宏

只看楼主收藏回复

如果有鼠标指向目标就对鼠标指向目标援护,
如果没有就对目标的目标援护。
/run c=CastSpellByName s="援护" if UnitExists("mouseover") and UnitReaction("mouseover","player")>4 then TargetUnit("mouseover") c(s) TargetLastTarget() else TargetUnit("targettarget") c(s) TargetLastTarget() end


IP属地:西藏18楼2024-11-18 22:03
回复
    赞美泰坦


    IP属地:陕西来自Android客户端19楼2024-11-19 01:08
    回复
      脱光宏
      /run ClearCursor()local k;for i=1,4 do for j=1,GetContainerNumSlots(i)do if(not GetContainerItemLink(i,j))then repeat k,l=next({1,3,5,6,7,8,9,10,16,17,18},k)if(not k)then return;end;PickupInventoryItem(l)until(CursorHasItem())PutItemInBag(i+19)end;end;end


      IP属地:西藏20楼2024-11-19 13:43
      回复
        支持楼主


        IP属地:福建21楼2024-11-19 14:32
        回复
          仅当怪物目标不是你时施放嘲讽。
          /run if not UnitIsUnit('player', 'targettarget') then CastSpellByName('嘲讽'); end


          IP属地:西藏23楼2024-11-20 00:49
          回复
            /script local c,k,i,b,f=CastSpellByName,PetAttack;for i=1,16 do b=UnitDebuff("target",i);if b and strfind(b,"SniperShot") then f=1;break;end;end;if f then k();else c("猎人印记")k();end;
            /script local c,k,i,b,f=CastSpellByName,PetAttack;for i=1,16 do b=UnitDebuff("target",i);if b and strfind(b,"SniperShot") then f=1;break;end;end;if f then k();else c("猎人印记")k();end;
            /cast 猛禽一击
            /cast 反击
            /cast 猫鼬撕咬
            /cast 自动射击
            /script local f;for i=1,16 do b=UnitDebuff("target",i);if b and strfind(b,"Trip") then f=1;CastSpellByName("摔绊(等级 1)");break;end;end;if not f then CastSpellByName("摔绊");end;
            /run c=CastSpellByName PetPassiveMode()if IsShiftKeyDown()then c('假死')elseif UnitAffectingCombat('player')then c('假死')else c('冰冻陷阱')end


            IP属地:湖北25楼2025-04-06 17:35
            回复