trueleader / DBM-VoiceEnhanced

Trying to convert VEM into a DBM plugin
0 stars 0 forks source link

Hi. #1

Open Mini-Dragon opened 9 years ago

Mini-Dragon commented 9 years ago

It's a good idea to make voice warning as an addons to the DBM. I'm working on it.

trueleader commented 9 years ago

Yeah. I think it will be a good idea because DBM has a much greater community which fixes bugs. Was working some days in april on it but had problems getting DBM to load multiple mods for the same boss.

Mini-Dragon commented 9 years ago

DBM could detect VEM. If dbm found vem in the loaded addons, dbm stop working.

As my research, dbm could play sound without modify any bit of code in dbm-core.

What we have to do is let the audio play at some time. So just put playsound() function in boss mod.

trueleader commented 9 years ago

Yes, in the "Core" of DBM-VE I added only some few thinks the default core does not contain but which was used in VEM-Boss-Mods

But as said: I could not get DBM to load the additional bossmod. I.e. Immerseus: I tried to create a new Mod which should be loaded: local mod = DBM:NewMod("852VE", "DBM-VE-SiegeOfOrgrimmar", nil, 369)

But I never get response in fight from it. Maybe I did something wrong but it is somewhat difficult to test an addon with production server and live raids only :/ Later I tried to enhance existing Immerseus mod via local mod = DBM:GetModByName(852)

But don´t know what happend there