導航:首頁 > 程序命令 > 惡魔命令卡

惡魔命令卡

發布時間:2025-02-22 11:02:36

㈠ 惡魔SS宏命令

1.虛空的犧牲,魅魔的誘惑宏以及地獄犬的沉默宏
/script CastPetAction(6);

2.地獄犬解除自身DEBUFF以及段困小鬼給自己上盾的宏
/script TargetUnit('player');CastPetAction(7);TargetLastEnemy();

綳帶宏:
/script for x=0,4 do for y=1,GetContainerNumSlots(x) do if GetContainerItemLink(x,y)~=nill then if strfind(GetContainerItemLink(x,y),"綳帶") then UseContainerItem(x,y) return end end end end
/tar player

術士一鍵3dot宏求助
/scri pt local n,s,k,j,d,f={"Abomi","Requi","Sarge"},{"腐蝕術","生命虹吸","痛苦詛咒"};for k=1,3 do f=nil;for j=1,16 do d=UnitDebuff("target",j);if d and strfind(d,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end;

5 寵物防護技能(地獄犬:吞噬自身魔法虛空:犧牲)(需要拖動寵物技能到第6格)(不改變當前目標)
/script TargetUnit(『player『);CastPetAction(6);
/Script if ( SpellIsTargeting() ) then SpellTargetUnit("Player");end;TargetLastEnemy();

著名的惡魔雙Dot
/script local n,s,k,j,d,f={"Abomi","Sarge","Immol"},{"腐蝕握腔念術","痛苦詛咒"};for k=1,2 do f=nil;for j=1,16 do d=UnitDebuff("target",j);if d and strfind(d,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end;

著名的痛苦3Dot
/圓漏script local n,s,k,j,d,f={"Abomi","Requi","Sarge"},{"腐蝕術","生命虹吸","痛苦詛咒"};for k=1,3 do f=nil;for j=1,16 do d=UnitDebuff("target",j);if d and strfind(d,n[k]) then f=1;break;end;end;if not f then CastSpellByName(s[k]);break;end;end;

11 雙開法術石(法術石存放位置背包2右下角位置)(也可作用於開法術石換副手)
/script SpellStopCasting();
/script UseInventoryItem(17);
/script UseContainerItem(3,16)
/Script if ( SpellIsTargeting() ) then SpellTargetUnit("Player");end;TargetLastEnemy();

寵物打戰栗圖騰
/target 戰粟圖騰
/script PetAttack();
/施放 射擊
/script targetlasttarget();

激發世界事件宏
/script TargetUnit("player");
/script SendChatMessage("impig","WHISPER","通用語",UnitName("target"));
/大笑

閱讀全文

與惡魔命令卡相關的資料

熱點內容
linux查詢外網ip 瀏覽:764
沒有編譯器怎樣寫代碼 瀏覽:709
現代編譯系統 瀏覽:404
python中列表是否為空 瀏覽:274
android編譯release版本 瀏覽:749
如何讓pdf不能列印 瀏覽:551
單片機和溫度感測器 瀏覽:482
windows伺服器怎麼分卷 瀏覽:135
雷雲2卡從雲伺服器同步設置 瀏覽:957
單片機技術一學就會 瀏覽:505
手機攝像文件夾名 瀏覽:135
口才訓練手冊編譯口才精品書系 瀏覽:999
linuxfunc 瀏覽:270
高德地圖解壓後的文件 瀏覽:639
php加水印類 瀏覽:228
編譯原理定義表格和編寫查找函數 瀏覽:350
指數函數和對數函數的高精度快速演算法 瀏覽:210
c預編譯干什麼 瀏覽:25
hp網路共享文件夾 瀏覽:368
程序員如何不被廢 瀏覽:807