Git Product home page Git Product logo

dbm-wowcircle's Introduction

Game Version Discord

DBM-WoWCircle

DBM-WoWCircle v7

Автор форка - Maveth/Reign Eternal Souls/Traitors of Humanity x5/ Barsoom x25->x10->x100 Born in Fire logon1 WoTLK

NEW GUI - Скорее всего придется переделывать настройки после 6.12, но добавлено много новых функций с официального DBM

  • Модули боссов теперь имеют отдельные поля для настройки озвучки таймеров и настройку типов спец-предупреждений(с разными звуками).

image

  • Озвучки таймеров:

image

Если что-то не работает или у вас есть предложения/пожелания пожалуйста пишите в дискорд в канал(не в личку)

Попробуйте прогу для авто-обновления DBM

DOWNLOAD/СКАЧАТЬ

ОБЯЗАТЕЛЬНО УДАЛИТЕ СТАРЫЙ ДБМ < 7.00

В архиве одна папка, открыть её и скопировать ВСЕ к себе в аддоны. ОБЯЗАТЕЛЬНО УДАЛИТЕ СТАРЫЙ ДБМ < 7.00

ОБЯЗАТЕЛЬНО УДАЛИТЕ СТАРЫЙ ДБМ < 7.00

DBM-Ulduar добавлены фишки, подправлены касты(должно всё показывать, если нет -> пишете в дис я добавлю), фрейм с сортировкой здравомыслия на на Йогг-Сароне

DBM-Icecrown добавлены таймеры, звуковые анонсы, автоснятие пушек на леди, подкорректированы тайминги под циркуль, фреймы схваченных игроков валькирами

DBM-Naxx подкручен под хардмод, буду править только под хм накс, автоснятие пушек на КелТузаде

DBM-Sunwell взят с офы и полностью отредактирован и исправлен мною для работы у нас на сервере

dbm-wowcircle's People

Contributors

andrew6180 avatar ayaro1 avatar barsoomx avatar belden1 avatar zidras avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dbm-wowcircle's Issues

Auto-localized warnings constructor bug on Lady

image

Looking at this code and comparing to retail but couldn't pinpoint the cause of bug.

-- new constructor (auto-localized warnings and options, yay!)
local function newAnnounce(self, announceType, spellId, color, icon, optionDefault, optionName, castTime, preWarnTime)
local spellName = GetSpellInfo(spellId) or "unknown"
icon = icon or spellId
local text
if announceType == "cast" then
local spellHaste = select(7, GetSpellInfo(53142)) / 10000 -- 53142 = Dalaran Portal, should have 10000 ms cast time
local timer = (select(7, GetSpellInfo(spellId)) or 1000) / spellHaste
text = DBM_CORE_AUTO_ANNOUNCE_TEXTS[announceType]:format(spellName, castTime or (timer / 1000))
elseif announceType == "prewarn" then
if type(preWarnTime) == "string" then
text = DBM_CORE_AUTO_ANNOUNCE_TEXTS[announceType]:format(spellName, preWarnTime)
else
text = DBM_CORE_AUTO_ANNOUNCE_TEXTS[announceType]:format(spellName, DBM_CORE_SEC_FMT:format(preWarnTime or 5))
end
elseif announceType == "stage" then
text = DBM_CORE_AUTO_ANNOUNCE_TEXTS[announceType]:format(spellId)
else
text = DBM_CORE_AUTO_ANNOUNCE_TEXTS[announceType]:format(spellName)
end
local obj = setmetatable( -- todo: fix duplicate code
{
text = text,
announceType = announceType,
color = DBM.Options.WarningColors[color or 1] or DBM.Options.WarningColors[1],
option = optionName or text,
mod = self,
icon = (type(icon) == "number" and (icon <=8 and (iconFolder .. icon) or select(3, GetSpellInfo(icon)))) or icon or "Interface\\Icons\\Spell_Nature_WispSplode",
},
mt
)
if optionName == false then
obj.option = nil
else
local catType = "announce"--Default to General announce
--Change if Personal or Other
if announceType == "target" or announceType == "targetcount" or announceType == "stack" then
catType = "announceother"
end
self:AddBoolOption(optionName or text, optionDefault, catType)
end
self.localization.options[text] = DBM_CORE_AUTO_ANNOUNCE_OPTIONS[announceType]:format(spellId, spellName)
tinsert(self.announces, obj)
return obj
end

Halion timer alert in shadow world / Уведомление метки во тьме в зависимости от таймера

Возможно ли добавить вариативные сообщения "YellConsumption" в зависимости от текущего таймера (timerTwilightCutter?) "до лезвий" во тьме?

Сообщение1<7< Сообщение2

Is it possible to add variable messages "YellConsumption" depending on the current timer (timerTwilightCutter?) "to the blades" in the dark?
YellConsumption1<7< YellConsumption2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.