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

搶嗜血腳本

發布時間: 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)

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

熱點內容
非加密公章 發布:2025-02-10 09:09:52 瀏覽:620
京東登錄密碼如何清除 發布:2025-02-10 09:07:41 瀏覽:689
dns伺服器地址192 發布:2025-02-10 09:07:39 瀏覽:661
redis緩存實現 發布:2025-02-10 09:01:26 瀏覽:710
後台登錄腳本 發布:2025-02-10 08:56:11 瀏覽:658
我的辣雞賬號和密碼是多少 發布:2025-02-10 08:55:37 瀏覽:690
超父演算法 發布:2025-02-10 08:43:05 瀏覽:910
電腦主機配置需要哪些硬體 發布:2025-02-10 08:22:52 瀏覽:706
平板太卡換存儲卡有用嗎 發布:2025-02-10 08:14:16 瀏覽:828
台北伺服器搭建 發布:2025-02-10 08:13:33 瀏覽:273