关于 Modules/Quest/CloseQuestVoice.lua
someblu opened this issue · 3 comments
我对比了一下代码发现这个模块和bequiet的代码重复度很高,是不是来源于这个插件,如果是的话鸣谢名单可能需要增加一项。
而后,在bequiet中,是有对当前所处地图进行过滤的:
--Query subzone text when the talkinghead plays
zoneName = GetSubZoneText();
--If we are not doing withered training, suppress the talkinghead
if zoneName ~= "Temple of Fal'adora" and
zoneName ~= "Falanaar Tunnels" and
zoneName ~= "Shattered Locus" then
TalkingHeadFrame_CloseImmediately()
end
是否考虑要将这段代码加入windtools,不过这个和bfa的任务地图无关,只有练级的时候可能会遇到。