WA 要怎麼讓女王飭令大聲喊出來? - WOW

By Suhail Hany
at 2019-07-27T19:37
at 2019-07-27T19:37
Table of Contents
※ 引述《snowanimal (動物先生)》之銘言:
: 最近剛在拓荒H艾薩拉女士...
: 用weakaura可以讓自己的畫面出現提示,像是不要動、靠近別人,去吃球等
: 用預設的喊話基本上只會喊一次而已,有辦法像是大工匠縮小喊話那樣一直喊嗎?
: 另外,這好像會延伸出另外一個問題:
: 英雄難度會有兩個飭令...傳奇難度會有三個(是吧?)
: 我對lua語法真的不熟,希望有大德願意教一下 QQ
西螺金城武來回答您,直接給您字串,但有些地方提醒可以修改
https://reurl.cc/8E8j7
提醒效果裡面,自訂函數
紅字裡面是可以自行修改想要提醒的文字
綠字那串可以自行修改為大喊或者直接說
只要修改後面的字串,yell = yell (大喊)
yell = say (白字)
function()
if not WeakAuras.IsOptionsOpen() then
aura_env.last = aura_env.last or GetTime()-1.5
aura_env.result = aura_env.result or ""
if GetTime() >= aura_env.last+1.5 then
aura_env.last = GetTime()
aura_env.message = ""
aura_env.yell = "SAY"
if aura_env.stack then
aura_env.message = aura_env.message.."圍爐囉 "
end
if aura_env.solo then
aura_env.yell = "YELL"
aura_env.message = aura_env.message.."邊緣人 "
end
if aura_env.moving then
aura_env.message = aura_env.message.."跑跑跑 "
end
if aura_env.stay then
aura_env.message = aura_env.message.."敵不動我不動 "
end
if aura_env.soak then
aura_env.message = aura_env.message.."吃球 "
end
if aura_env.message ~= "" then
SendChatMessage(aura_env.message, aura_env.yell) end end
end
end
end
end
另外字串並沒有加入 服從 這個指令,因為禁止吸收任何祕法光球不用提醒吧?
如果行有餘力的話,可以自行加個雙重提醒,保證不會疊到制裁唷 ^.<
https://imgur.com/f6Xlnff
最後偷渡一下公會招生文
憤怒/水晶公會,Creamfields招生M團團員(遠程/補師優先)
意者請線上洽詢,唐吉軻德
--
: 最近剛在拓荒H艾薩拉女士...
: 用weakaura可以讓自己的畫面出現提示,像是不要動、靠近別人,去吃球等
: 用預設的喊話基本上只會喊一次而已,有辦法像是大工匠縮小喊話那樣一直喊嗎?
: 另外,這好像會延伸出另外一個問題:
: 英雄難度會有兩個飭令...傳奇難度會有三個(是吧?)
: 我對lua語法真的不熟,希望有大德願意教一下 QQ
西螺金城武來回答您,直接給您字串,但有些地方提醒可以修改
https://reurl.cc/8E8j7
提醒效果裡面,自訂函數
紅字裡面是可以自行修改想要提醒的文字
綠字那串可以自行修改為大喊或者直接說
只要修改後面的字串,yell = yell (大喊)
yell = say (白字)
function()
if not WeakAuras.IsOptionsOpen() then
aura_env.last = aura_env.last or GetTime()-1.5
aura_env.result = aura_env.result or ""
if GetTime() >= aura_env.last+1.5 then
aura_env.last = GetTime()
aura_env.message = ""
aura_env.yell = "SAY"
if aura_env.stack then
aura_env.message = aura_env.message.."圍爐囉 "
end
if aura_env.solo then
aura_env.yell = "YELL"
aura_env.message = aura_env.message.."邊緣人 "
end
if aura_env.moving then
aura_env.message = aura_env.message.."跑跑跑 "
end
if aura_env.stay then
aura_env.message = aura_env.message.."敵不動我不動 "
end
if aura_env.soak then
aura_env.message = aura_env.message.."吃球 "
end
if aura_env.message ~= "" then
SendChatMessage(aura_env.message, aura_env.yell) end end
end
end
end
end
另外字串並沒有加入 服從 這個指令,因為禁止吸收任何祕法光球不用提醒吧?
如果行有餘力的話,可以自行加個雙重提醒,保證不會疊到制裁唷 ^.<
https://imgur.com/f6Xlnff
最後偷渡一下公會招生文
憤怒/水晶公會,Creamfields招生M團團員(遠程/補師優先)
意者請線上洽詢,唐吉軻德
--
Tags:
WOW
All Comments

By Quintina
at 2019-07-31T10:09
at 2019-07-31T10:09

By Regina
at 2019-08-04T08:13
at 2019-08-04T08:13

By Donna
at 2019-08-04T12:40
at 2019-08-04T12:40

By Kelly
at 2019-08-05T10:12
at 2019-08-05T10:12

By Catherine
at 2019-08-09T11:14
at 2019-08-09T11:14

By Mary
at 2019-08-10T07:06
at 2019-08-10T07:06

By Freda
at 2019-08-13T07:06
at 2019-08-13T07:06
Related Posts
WOW應該跳脫"坦補DD"的框架吧

By Vanessa
at 2019-07-27T18:47
at 2019-07-27T18:47
WOW應該跳脫"坦補DD"的框架吧

By Adele
at 2019-07-27T18:04
at 2019-07-27T18:04
WA 要怎麼讓女王飭令大聲喊出來?

By Gary
at 2019-07-27T17:32
at 2019-07-27T17:32
WOW應該跳脫"坦補DD"的框架吧

By Sandy
at 2019-07-27T15:53
at 2019-07-27T15:53
類似classtimer的buff監控

By Quintina
at 2019-07-27T15:42
at 2019-07-27T15:42