※ 引述《ken0955 (日月)》之銘言:
: 因為ElvUI內建的斷法成功訊息不太通順
: 讓我看得有點難過
: 所以想研究一下該怎麼修改內容
: 但卻摸不著頭緒
: 目前看到的線索是
: ElvUI\modules\misc\misc.lua:6
: 但進去看檔案內容只有
: local interruptMsg = INTERRUPTED.." %s's \124cff71d5ff\124Hspell:%d:0\124h[%s]\124h\124r!"
: 比較像是可改的
: if inRaid then
: SendChatMessage(format(interruptMsg, destName, spellID, spellName), inPartyLFG and "INSTANCE_CHAT" or "RAID")
: 這段看起來只是代入參數
: 想請教板上有沒有高手可以指導
: 感謝
首先 elvUI 目前好像沒在curse上更新
請到官網下載最新版本
https://www.tukui.org/download.php?ui=elvui
另外INTERRUPTED看起來像是global variable ,但我找不到他是在哪邊設定的~~ 就是個字串"被打斷"
\124Hspell:%d:0\124h[%s]\124h\124r <