--[[ If you want to customize the settings (add own sounds or spells, for example), you can create a new file called "myconfig.lua" and put your own variables in it. A good starting point is probably copying this file. ]]--
EnhBloodlustConfig = {};
local config = EnhBloodlustConfig;
-- Bloodlust, Heroism, Time Warp, Ancient Hysteria config.spells = {390386, 2825, 80353, 264667, 32182, 381301}
Valkyrie · 2023-12-01 21:02:23
晚上好,想請問可以教學如何更新嗜血音樂嗎,音檔是舊的嗜血音樂,但是文件夾裡面的我看不太懂說明Dololo · 2023-12-01 21:22:02
Valkyrie · 2023-12-02 00:26:22
Dololo · 2023-12-02 00:44:16
Valkyrie · 2023-12-02 00:53:45
--[[
If you want to customize the settings (add own sounds or spells, for
example), you can create a new file called "myconfig.lua" and put
your own variables in it. A good starting point is probably copying
this file.
]]--
EnhBloodlustConfig = {};
local config = EnhBloodlustConfig;
-- Bloodlust, Heroism, Time Warp, Ancient Hysteria
config.spells = {390386, 2825, 80353, 264667, 32182, 381301}
config.sound = {
-- 加入音樂檔案路徑,一行一首歌,結尾加上逗號,會隨機播放。
-- 最後一首歌 (最後一行) 的結尾不要加逗號。
-- 每一行前面加上兩條橫線的歌曲不會播放。
-- "Interface\\AddOns\\EnhBloodlust\\音樂檔案名稱.副檔名",
"Interface/AddOns/EnhBloodlust/Blessing.mp3",
"Interface/AddOns/EnhBloodlust/Adventure.mp3"
}
config.soundShort = {
-- 喚能師套裝觸發15秒嗜血的短音效,寫法和上述相同。
-- 不要播放的話,將下面這一行改為 "" 即可。
"Interface/AddOns/EnhBloodlust/超棒der哭哭睡_short_15s.mp3"
}
-- 音樂長度建議40秒,剛好是嗜血的時間。
config.length = 40;
-- 短音效長度建議15秒,剛好是嗜血的時間。
config.lengthShort = 15;
-- 嗜血音樂所使用的聲音頻道,可以使用的值有主音量 "Master" 和法術音效 "SFX"。
config.channel = "Master";
Valkyrie · 2023-12-02 00:54:13
"Interface/AddOns/EnhBloodlust/Adventure.mp3"
}
修改以上
Dololo · 2023-12-02 08:58:32
有進入戰鬥後再開嗎?
Valkyrie · 2024-03-23 20:10:01
Dololo · 2024-03-23 20:23:49