level 10
改成冰冻陷阱
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰霜陷阱") end
/script TargetLastEnemy()
2017年04月17日 08点04分
1
level 10
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱 等级 3") end
/script TargetLastEnemy()
2017年04月17日 11点04分
6
level 10
这个能用 怎么换成3级的冰冻
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱") end
/script TargetLastEnemy()
2017年04月17日 11点04分
8
你仔细看看你两个宏多了什么。
2017年04月17日 12点04分
level 10
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱") end
/script TargetLastEnemy()
2017年04月18日 05点04分
12
level 12
/script PetFollow();if UnitAffectingCombat("player") then CastSpellByName("假死"); else CastSpellByName("冰冻陷阱");end;
2017年04月18日 22点04分
16
level 12
/script PetFollow();if UnitAffectingCombat("player") then
CastSpellByName("假死"); else
CastSpellByName("冰冻陷阱");end;
2017年04月18日 22点04分
17
用不了 一用就刷屏
2017年04月19日 01点04分
回复 A哟V的家 :这是我发重了,你没发现两个宏都一样
2017年04月19日 06点04分
level 10
/施放 猛禽一击()
/施放 反击()
/施放 猫鼬撕咬()
/script local T; for i=0,15,1 do T=UnitDebuff("target", i); if (T and string.find (T,"Trip")) then break; end; end; if (T and string.find (T,"Trip")) then CastSpellByName("摔绊(等级 1)"); else CastSpellByName("摔绊()"); end
2017年04月19日 03点04分
18
level 10
支援
/script t=GetSubZoneText();if t=="" then local x,y=GetPlayerMapPosition("player");t=string.format("%d,%d",x*100,y*100);end;SendChatMessage("["..t.."] 速度支援~~","instance_chat")
目前安全
/script t=GetSubZoneText();if t=="" then local x,y=GetPlayerMapPosition("player");t=string.format("%d,%d",x*100,y*100);end;SendChatMessage("["..t.."] 目前安全~~","instance_chat")
来敌人数
/script if not ce or not le or GetTime()-le>10 then ce=0; end; le=GetTime(); ce=ce+1; SendChatMessage( GetMinimapZoneText().."有"..ce.."个敌人来袭!", "instance_chat")
愿圣光照耀你!
非原创,感谢原作者!
2020-3-16 魔兽世界怀旧服
PS:多点控制,少点无脑!拜托了,散人独狼们!
2024年06月16日 13点06分
19
level 10
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱") end
/script TargetLastEnemy()
/施放 猛禽一击
/施放 猫鼬撕咬
/script local f;for i=1,16 do b=UnitDebuff("target",i);if b and strfind(b,"Trip") then f=1;CastSpellByName("摔绊(等级 3)");break;end;end;if not f then CastSpellByName("摔绊");end;
/施放 召唤仪式
/script SendChatMessage("召唤[%t]→<"..GetMinimapZoneText()..">,队友辅助点门!","raid");SendChatMessage("正在将你召唤至<"..GetMinimapZoneText()..">。","whisper",GetDefaultLanguage("target"),UnitName("target"))
2024年06月16日 13点06分
20