1) Раз два три четыре пельменя
2) Отсутсвует каст "Вязкая гадость" aka пельмени, вследствие этого DBM не анонсит что пельмени полетели/рядом с тобой/стрелочка к ближайшей цели (всё вместе отсутствует)
3)Должен быть каст
wowcircle
Ноль кастов у нас
Код:
20:50:32.535] Профессор Мерзоцид Вязкая гадость Ингибитор 18781 (R: 4695)
[20:50:32.545] Ингибитор afflicted by Вязкая гадость from Профессор Мерзоцид
[20:50:52.487] Профессор Мерзоцид's Вязкая гадость fades from Ингибитор
офф
Код:
[18:55:13.031] Professor Putricide casts Malleable Goo
[18:55:16.223] Professor Putricide Malleable Goo Irsupersdw 23582
[18:55:17.070] Professor Putricide Malleable Goo Anathimee 13006 (A: 7132, R: 2403)
[18:55:33.491] Professor Putricide casts Malleable Goo
[18:55:36.377] Professor Putricide Malleable Goo Dreamer 19487 (A: 1608, R: 2346)
[18:55:36.377] Professor Putricide Malleable Goo Reniona 19147 (R: 2384)
[18:55:36.377] Professor Putricide Malleable Goo Safari 18250 (R: 2459)
[18:55:36.377] Safari afflicted by Malleable Goo from Professor Putricide
[18:55:36.377] Dreamer afflicted by Malleable Goo from Professor Putricide
[18:55:37.454] Professor Putricide's Malleable Goo fades from Dreamer
[18:55:54.757] Professor Putricide casts Malleable Goo
[18:55:56.366] Professor Putricide's Malleable Goo fades from Safari
[18:56:15.627] Professor Putricide casts Malleable Goo
...
Кусок кода дбм, проверьте еще wow api чтобы дбм видел что это heroic25, потому что таймера в героике я не помню в принципе
Код:
function mod:SPELL_CAST_SUCCESS(args)
if args:IsSpellID(70341) and GetTime() - spamPuddle > 5 then
warnSlimePuddle:Show()
if phase == 3 then
timerSlimePuddleCD:Start(20)--In phase 3 it's faster
else
timerSlimePuddleCD:Start()
end
spamPuddle = GetTime()
elseif args:IsSpellID(71255) then
warnChokingGasBomb:Show()
specWarnChokingGasBomb:Show()
timerChokingGasBombCD:Start()
elseif args:IsSpellID(72855, 72856, 70911) then
timerUnboundPlagueCD:Start()
elseif args:IsSpellID(72615, 72295, 74280, 74281) then
warnMalleableGoo:Show()
specWarnMalleableGooCast:Show()
if mod:IsDifficulty("heroic10") or mod:IsDifficulty("heroic25") then
timerMalleableGooCD:Start(20)
else
timerMalleableGooCD:Start()
end
if self.Options.BypassLatencyCheck then
self:ScheduleMethod(0.1, "OldMalleableGooTarget")
else
self:ScheduleMethod(0.1, "MalleableGooTarget")
end
end
end
4) 01.05 ап но было всегда (как я себя помню)
5) 10/10 сложный проф ничего не видно не умею без дбм