Thread Tools Display Modes
10-31-12, 02:54 PM   #1
Zathan666
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 6
Boss Mod TTS - DBM Help

I'm trying to resuscitate an awesome mod from WoTLK: http://www.wowinterface.com/download...to-Speech.html

The original author supported BigWigs, DBM and DXE. I fixed the master sound issue with DBM by following a user's suggestion on curse:

edit line 115 in DBM.lua to be:

PlaySoundFile(self.soundsDBM[spellId],"Master")

Edit line 117, 125, 127 in DXE.lua to be:

PlaySoundFile(sound,"Master")
more info here: http://us.battle.net/wow/en/forum/topic/2065568826

And then I've updated the files in libs (latest Ace3). I also made new high quality custom text to speech voices for all the bosses (Vaults and Heart of Fear)

My current release : http://www.wowinterface.com/download...FanUpdate.html

The problem with it right now is that DBM uses new functions/mod like:
NewCountAnnounce
NewTargetCountAnnounce
NewStackAnnounce
NewSpecialWarningTarget
NewSpecialWarningStack
NewPhaseAnnounce
NewSpecialWarningClose
NewPreWarnAnnounce
and some notification doesn't work because of that. I'm stuck...If anyone could help me or point me in the right direction I would really appreciate. It's a very good mod that makes raiding more enjoyable in my opinion
  Reply With Quote
10-31-12, 03:39 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Didn't you already post about this and get an answer over on WowAce?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
10-31-12, 04:10 PM   #3
Zathan666
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 6
Well yes, but it wasn't very successful eheh. Dritz seems pretty busy and not super motivated for the project.
I"m not gonna waste anybody's time don't worry
  Reply With Quote
10-31-12, 05:47 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Well, it's hard to be motivated about a project you didn't write, have never used, and have no interest in ever using. It's one thing to help out writing random snippets of code. It's quite another to spend hours combing through someone else's huge and bloated codebase (DBM) to try to debug a different someone else's code.

To solve your current problem you would need to look at those specific functions in DBM and see what arguments they receive, and then adjust your own functions to work with those arguments.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
10-31-12, 06:09 PM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
I think there's developers that don't visit both forums (or budding developers at least).

More exposure is not bad someone might take an interest here.
Indicating that it's a cross-post for those that do frequent both places might be good though so they can skip the post if they've seen the other one.

I think your best bet would probably be the dedicated DBM forums?
I'm sure the mod has a huge following and perharps someone from its userbase has the knowledge and interest to update this plugin of sorts.
They even have links to select 3rd party plugins on their front page so they wouldn't be indifferent I think.
http://dev.deadlybossmods.com/downloads.php
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Boss Mod TTS - DBM Help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off