跪求LR 改个宏
nostalrius吧
全部回复
仅看楼主
level 10
A哟V的家 楼主
改成冰冻陷阱
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰霜陷阱") end
/script TargetLastEnemy()
2017年04月17日 08点04分 1
level 10
A哟V的家 楼主
求个 假死冰冻宏
2017年04月17日 08点04分 2
level 1
自己改个字不就完了
2017年04月17日 08点04分 3
level 9
……改个法术名称就好了
2017年04月17日 09点04分 4
level 12
改名字就完了
2017年04月17日 09点04分 5
level 10
A哟V的家 楼主
/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
A哟V的家 楼主
不能用
2017年04月17日 11点04分 7
level 10
A哟V的家 楼主
这个能用 怎么换成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分
@踩着单车流浪去 多了等及但是 不能用
2017年04月17日 12点04分
@cb802121 上面那个宏默认一级冰冻
2017年04月18日 00点04分
@cb802121 真的
2017年04月18日 01点04分
level 10
A哟V的家 楼主
/script ClearTarget()
/script CastPetAction(10) if(UnitAffectingCombat("player")==1) then CastSpellByName("假死") else CastSpellByName("冰冻陷阱") end
/script TargetLastEnemy()
2017年04月18日 05点04分 12
level 9
默认就是最高等级的法术
2017年04月18日 05点04分 13
level 12
/script PetFollow();if UnitAffectingCombat("player") then CastSpellByName("假死"); else CastSpellByName("冰冻陷阱");end;
2017年04月18日 22点04分 16
这个能用
2017年04月19日 01点04分
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
A哟V的家 楼主
/施放 猛禽一击()
/施放 反击()
/施放 猫鼬撕咬()
/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
这个什么宏
2019年03月04日 06点03分
level 10
A哟V的家 楼主
支援
/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
A哟V的家 楼主
/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
1 2 尾页