Download
(2MB)
Download
Updated: 06-25-19 03:55 PM
Pictures
File Info
Compatibility:
Rise of Azshara (8.2.0)
Updated:06-25-19 03:55 PM
Created:10-30-14 10:44 PM
Downloads:4,432
Favorites:9
MD5:
Categories:Plug-Ins & Patches, Chat Mods

Bosstalk Continued updated by Brellison94

Version: 8.2
by: Brellison94 [More]

Just getting it to 8.2. Sadly, still nothing of any resolve of the issue and addition quotes. Will continue to work on the problem and let you know on a future date.

Post A Reply Comment Options
Unread 01-06-15, 11:43 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Originally Posted by Watercooler423
Someone updated it :O!
Someone has to do the job! You are most welcome.
Report comment to moderator  
Reply With Quote
Unread 01-06-15, 02:59 PM  
Watercooler423
A Kobold Labourer

Forum posts: 0
File comments: 43
Uploads: 0
Someone updated it :O!
Report comment to moderator  
Reply With Quote
Unread 01-03-15, 08:57 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Originally Posted by Voncloud
i have no idea what im looking at lol
That's the custom events, killing blow, entering combat, etc. codes that I found to clarify what needs to get fixed. Otherwise, I will have to start skimming through to find pinpoints of how to manage it.
Report comment to moderator  
Reply With Quote
Unread 01-03-15, 02:12 PM  
Voncloud
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
i have no idea what im looking at lol
Report comment to moderator  
Reply With Quote
Unread 01-01-15, 11:17 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Have a look:

events = { type = "group",
name = L["Events"],
desc = L["Boss quotes triggered by events."],
args = {
leben = { type = "group",
name = L["Low Health"],
desc = L["Quotes a boss when "]..L["your health is low."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 1,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "leben") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 2,
},
mana = { type = "group",
name = L["Low Mana"],
desc = L["Quotes a boss when "]..L["your mana is low."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 2,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "mana") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 3,
},
pet = { type = "group",
name = L["Pet Attack"],
desc = L["Quotes a boss when "]..L["your pet is about to attack."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 2,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "pet") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 4,
},
kampf = { type = "group",
name = L["Entering Combat"],
desc = L["Quotes a boss when "]..L["you enter combat."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 3,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "kampf") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 5,
},
killingblow = { type = "group",
name = L["Killing Blow"],
desc = L["Quotes a boss when "]..L["you have scored a killing blow."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 2,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "killingblow") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 3,
},
kumpeltot = { type = "group",
name = L["Party Member dies"],
desc = L["Quotes a boss when "]..L["a party member dies."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 4,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "kumpeltot") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 5,
},
duell = { type = "group",
name = L["Duel Request"],
desc = L["Quotes a boss when "]..L["somebody requests a duel."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 6,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "duell") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 7,
},
duellzwei = { type = "group",
name = L["Duel Finished"],
desc = L["Quotes a boss when "]..L["a duel is finished."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 8,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "duellzwei") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 9,
},
wiederleben = { type = "group",
name = L["Resurrection"],
desc = L["Quotes a boss when "]..L["when you ressurect from death."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 10,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "wiederleben") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 11,
},
mount = { type = "group",
name = L["Mount"],
desc = L["Quotes a boss when "]..L["you summoned your mount."],
args = {
{ type = 'text',
name = L["Add Quote"],
desc = L["Adds a quote to this event.\nSimply enter an ID, which you can lookup in the boss menu.\n\n|cff7fff7fshift-leftclick|r |cffff8800on a quote to remove that entry.|r"],
usage = "<id>",
pass = true,
error = L["ID not found!"],
order = 8,
message = "Quote added.",
get = false,
set = function(id) BossTalk:AddEvent(tonumber(id), "mount") end,
validate = function(id) return BossTalk.data[tonumber(id)] end,
icon = "Interface\\Icons\\Spell_ChargePositive",
},
},
order = 12,
},
Report comment to moderator  
Reply With Quote
Unread 01-01-15, 10:20 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Originally Posted by Kael Enari
It's great to know you found an update for the lib! I just downloaded the update to check everything out. Sadly, the same situation is still happening where only entering combat and low health events play. Custom, and killing blow events still remain silent and show no quote in chat.

I completely deleted the addon and downloaded it again from scratch to make sure everything was the most recent version. There's no change.

Is it possible there's something else besides DewDrop? If there's any info I can give about how I'm downloading or files in the addon itself, anything, let me know. If there are others who aren't seeing the issue now, but were before, I wonder if it is something specifically on my end that isn't transferring right.

I'm so excited to see this working again. What a fun way to start the new year.
The Dewdrop has nothing to do with that matter. It was a aggravating experience when it came to manually opening the addon to skim through the list of instances to characters to quotes, and I will take care of the custom events in the addon file itself. It's called "Options". This actually I recommend for everyone to open that file and have a read of the code to understand what I'm getting at. Start on line 49 if you have Notepad++, otherwise it should the same on other programs you guys use.
Last edited by Brellison94 : 01-01-15 at 10:28 PM.
Report comment to moderator  
Reply With Quote
Unread 01-01-15, 05:07 PM  
Kael Enari
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
It's great to know you found an update for the lib! I just downloaded the update to check everything out. Sadly, the same situation is still happening where only entering combat and low health events play. Custom, and killing blow events still remain silent and show no quote in chat.

I completely deleted the addon and downloaded it again from scratch to make sure everything was the most recent version. There's no change.

Is it possible there's something else besides DewDrop? If there's any info I can give about how I'm downloading or files in the addon itself, anything, let me know. If there are others who aren't seeing the issue now, but were before, I wonder if it is something specifically on my end that isn't transferring right.

I'm so excited to see this working again. What a fun way to start the new year.
Report comment to moderator  
Reply With Quote
Unread 12-31-14, 05:00 AM  
Voncloud
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Re: IMPORTANT:Dewdrop 2.0 fixed

Originally Posted by Brellison94
This just in:

I fixed the lib everyone! Cheers!

Also, I made the zones categorized to keep track of them.

Otherwise, this is a long time coming.
your way to awesome for keeping this mod going
Report comment to moderator  
Reply With Quote
Unread 12-30-14, 08:27 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Smile IMPORTANT:Dewdrop 2.0 fixed

This just in:

I fixed the lib everyone! Cheers!

Also, I made the zones categorized to keep track of them.

Otherwise, this is a long time coming.
Report comment to moderator  
Reply With Quote
Unread 12-30-14, 08:11 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Originally Posted by Voncloud
Dont know if its known, for some reason certain events and custom events are no longer are working. For example i have quotes for entering combat which go off as does low health. But killing blow doesnt go off nor do any of the custom events anymore. Any ideas?
Yes, this is known. I will take a look on that while dealing with the Dewdrop 2.0 situation.
Report comment to moderator  
Reply With Quote
Unread 12-30-14, 05:31 PM  
Voncloud
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Dont know if its known, for some reason certain events and custom events are no longer are working. For example i have quotes for entering combat which go off as does low health. But killing blow doesnt go off nor do any of the custom events anymore. Any ideas?
Report comment to moderator  
Reply With Quote
Unread 12-18-14, 03:28 PM  
Kael Enari
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Originally Posted by Brellison94
Sadly, I've been more focused on fixing that opening window bug and awaiting the rest of expansion's VO's (110 quotes left!!!) The Dewdrop lib is the key that makes things bugged. I don't know how to really do much to do with it or fix it, because it's the only recent lib I can find. Otherwise, I plugging in updates as soon as I find something. Help is appreciated with the bug though
At least you know that it's the Dewdrop lib that needs to be updated. Half the battle is knowing what even causes the issue. Sadly, I know nothing in the ways of addon tech or programming but I'll be sure to keep an eye and ear out for anything that may help get everything updated and resolved.

Thanks again for the awesomeness!
Report comment to moderator  
Reply With Quote
Unread 12-17-14, 11:53 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Originally Posted by Kael Enari
This addon has been my favorite since it's creation. When I stopped playing for a few years, the memories from it made me want to return. I'm glad that it's still being loved and carried on with skilled hands.

It does seem that the newest update isn't complete yet, however. The only sounds and quotes that work are the ones tied to low on health events. I've been experimenting with different spells across all the classes and none of the quotes tied to the spells trigger any sound or quote to chat action. In addition, entering combat and killing blow events don't act at all either.

I'm hoping this is a quick fix, or there is a simple way to overcome this on my end, as the silence in pvp battlegrounds is killing me. (sorta literally )

Thanks for your focus on this. If you have any questions that I can answer, please let me know. I'm happy to help get Bosstalk back to perfection.
Sadly, I've been more focused on fixing that opening window bug and awaiting the rest of expansion's VO's (110 quotes left!!!) The Dewdrop lib is the key that makes things bugged. I don't know how to really do much to do with it or fix it, because it's the only recent lib I can find. Otherwise, I plugging in updates as soon as I find something. Help is appreciated with the bug though
Last edited by Brellison94 : 12-17-14 at 11:54 PM.
Report comment to moderator  
Reply With Quote
Unread 12-17-14, 10:44 PM  
Kael Enari
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
This addon has been my favorite since it's creation. When I stopped playing for a few years, the memories from it made me want to return. I'm glad that it's still being loved and carried on with skilled hands.

It does seem that the newest update isn't complete yet, however. The only sounds and quotes that work are the ones tied to low on health events. I've been experimenting with different spells across all the classes and none of the quotes tied to the spells trigger any sound or quote to chat action. In addition, entering combat and killing blow events don't act at all either.

I'm hoping this is a quick fix, or there is a simple way to overcome this on my end, as the silence in pvp battlegrounds is killing me. (sorta literally )

Thanks for your focus on this. If you have any questions that I can answer, please let me know. I'm happy to help get Bosstalk back to perfection.
Report comment to moderator  
Reply With Quote
Unread 12-04-14, 08:21 PM  
Brellison94
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 88
Uploads: 1
Lib bug found

The lib is called DewDrop-2.0 and is the lib responsible for the bugs going around. I updated it, however it didn't fix the expanding window bug. Anyone think it's that or something else that's causing it? Of course I will look into this, but help is appreciated.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: