系统:WinAll 大小:2M
类型:游戏工具 更新:2017-08-31
魔兽7.3 dbm报警插件燃烧王座最新版是一款非常流行的团队boss报警插件,可以提示boss技能,站位提示,帮助玩家轻松打本,需要的玩家快来下载吧。
首领技能提醒插件,Raid神器。
设置命令:/dbm
安装老资料片的DBM之前,必须安装当前资料片的DBM,否则无法运行。
Argus/Invasions Points
Added drycode for Inquisitor Meto
Added drycode for Occularus
Added drycode for Zakuun Sotanathor
Added drycode for Alluradel
Added drycode for Folnuna
Added drycode for Vilemus
Tomb of Sargeras
Added an approx. Impact timer for rain of the destroyer on mythic Fallen Avatar, as requested
Mistress Sasszine (A lot of focus on one fight so gave it's own catagory)
Added yell for when you drop a buffer fish on Mistress Sasszine
The source tank of burden of pain will now yell "Pulse" for first pulse of burden of pain on mythic Sasszine to help the other tank see when to taunt (even if they are using another boss mod)
Added berserk timer to Mistress Sasszine (I'm herp and simply forgot about this til someone reminded me)
Bug Fixes
Tomb of Sargeras
Fixed bug where voice pack sound filter didn't work on Devouring Maw on mistress sasszine
Fixed a bug where Devouring maw timer icon was generic gear icon on mistress sasszine
Code added to mythic KJ to handle timers getting messed up when encounter doesn't fire an emote for singularity spawns (basically first intermission)
Changes:
Core:
All load mod delay code for combat and falling has been removed. Script throttling in 7.3 exempts LoadAddon (as it rightfully should) so this should be end of "script ran too long" on loading mods.
Tomb of Sargeras
Sisters of moon Heal warning for eclipse should be less spammy (just say All instead of listing all targets by name)
Generic GTFO warnings now support showing spell name again, based on user requests that didn't like "bad"
All fixate type warnings on Harj will now throttle if multiple fixate you within 3 seconds.
Scythe timer on inquisition is now off by default for non tanks, like it should be.
Dark mark special warning on Fallen Avatar now also has icon in it
Erupting Reflections special warning on KJ now has icon in it
Infusion messages on Maiden will now also show triangle or star in them based on your infusion.
Mistress Sasszine (A lot of focus on one fight so gave it's own catagory)
Fade yells for hydra shot start at 4 instead of 3 on Mistress Sasszine
Raised alert priority of Taunt warning on Sasszine from 1 to 3.
Made thundershock warning smarter so that it doesn't tell you to dodge it if you still have a murloc on head from way before thundershock cast during mistress sasszine
Changed "from the abyss" warning from a special warning to a generic warning on sasszine to de-emphesize i [...]
某些情况下DBM可能不工作,可参照以下解决办法:
你DBM不起作用的时候,注意看下recount是不是也不统计伤害?DBM和Recount都是用过暴雪自带的战斗记录来工作的,我们知道游戏的战斗记录有时会出现BUG,莫名其妙的停止了,所以依附于它的插件都失去作用了,这个时候只要一个宏命令即可解决:
/run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries)
运行一下即可。