當前位置:首頁 » 編程軟體 » 搶嗜血腳本

搶嗜血腳本

發布時間: 2023-06-12 21:14:57

Ⅰ 求完整奶薩治療宏 最好另附詳細使用方法

水盾檢測宏
#Showtooltip 治療鏈
/run local n,i,j;j=0;for i=1,16 do n=UnitBuff("player", i);if n=="水之護盾" then j=1 end;end;if j==0 then SendChatMessage("水之護盾丟失!","whisper",nil,UnitName("player")); end;
/cast 治療鏈刷治療鏈的時候會自動檢查水盾的狀態,如果水盾丟失則會密自己一句:「水之護盾丟失!」。電盾檢測宏
#Showtooltip
/startattack
/run local n,i,j;j=0;for i=1,16 do n=UnitBuff("player", i);if n=="閃電之盾" then j=1 end;end;if j<1 then print("閃電之盾丟失!");end;
/castsequence reset=combat 風暴打擊,大地震擊,熔岩猛擊,大地震擊,風暴打擊,熔岩猛擊,大地震擊,熔岩猛擊,熔岩圖騰類似於水盾宏,在一鍵輸出的同時自動檢查電盾的狀態,如果電盾丟失則會在聊天窗打出一行白字:「閃電之盾丟失!」。焦點地盾宏
#showtooltip 大地之盾
/cast [mod:alt,target=focus,exists] 大地之盾;[exists]大地之盾
/focus [nomod]當前無目標時,按下alt點宏是為焦點補地盾,直接點宏是清除焦點。當前有目標時為當前目標補地盾並設該目標為焦點。 地盾檢測宏
#showtooltip
/target [harm] targettarget
/run local n,i,j;j=0;for i=1,16 do n=UnitBuff("focus", i);if n=="大地之盾" then j=1 end;end;if j==0 then SendChatMessage("大地之盾丟失!","whisper",nil,UnitName("player"));end;
/cast 次級治療波配合宏焦點地盾宏使用,在刷次級波的時候自動檢測焦點的地盾是否還在。如果焦點目標身上沒有地盾那麼會密自己一句:「大地之盾丟失!」。大眾版嗜血宏:

#showtooltip
/施放 嗜血
/s [嗜血]開始!
/腳本 local i,s;i=1;s=GetTime();F=F or CreateFrame("frame")F:SetScript("OnUpdate",function()if i<9 and GetTime()-s>4 then SendChatMessage("[嗜血]還剩"..(40-i*5).."秒!")i=i+1;s=s+5;end;end)

大眾版法潮宏:

#showtooltip
/施放 法力之潮圖騰
/腳本 Minimap:PingLocation(0,0)
/s 法力之潮來臨,靠近30碼可恢復4次法力!
/腳本 local i,s;i=1;s=GetTime();F=F or CreateFrame("frame")F:SetScript("OnUpdate",function()if i<5 and GetTime()-s>3 then SendChatMessage("第"..i.."次恢復6%")i=i+1;s=s+3;end;end)

以上六個宏適用於沒有裝其它插件的朋友們,即不使用其它插件庫的情況可使用。

熱點內容
android敏捷開發 發布:2025-05-11 11:56:49 瀏覽:77
腳本pon 發布:2025-05-11 11:52:27 瀏覽:825
ct5推薦哪個配置 發布:2025-05-11 11:47:45 瀏覽:741
領購未上傳發票 發布:2025-05-11 11:43:27 瀏覽:716
查看華為雲伺服器的ip地址 發布:2025-05-11 11:24:44 瀏覽:235
長沙銀行密碼多少 發布:2025-05-11 11:24:38 瀏覽:671
緩存手機視頻合並軟體哪個好 發布:2025-05-11 11:22:30 瀏覽:698
伺服器c盤怎麼清除 發布:2025-05-11 11:16:33 瀏覽:39
動態估演算法 發布:2025-05-11 11:06:19 瀏覽:923
sql2008使用教程 發布:2025-05-11 10:53:16 瀏覽:315