Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: Brellison94
Forum: General Authoring Discussion 08-20-19, 04:22 PM
Replies: 3
Views: 3,173
Posted By Brellison94
Current Code: if button == "LeftButton"...

Current Code: if button == "LeftButton" then
PlaySoundFile("Sound\\Creature\\"..BossTalk.data[tonumber(strsub(link,...
Forum: General Authoring Discussion 08-18-19, 08:58 AM
Replies: 3
Views: 3,173
Posted By Brellison94
PlaySoundFile issue

Did they change the strings of the PlaySoundFile recently? Sound files are muted when I been working on Bosstalk recently, and just haven't had the time to look into it.
Forum: AddOn Help/Support 12-23-18, 10:15 AM
Replies: 10
Views: 2,648
Posted By Brellison94
That's aggravating. Where did you put this that...

That's aggravating. Where did you put this that the code above displayed?

print(bosses, type(bosses.desc))
Forum: AddOn Help/Support 12-22-18, 07:21 PM
Replies: 10
Views: 2,648
Posted By Brellison94
All of the code is in Dewdrop file?

All of the code is in Dewdrop file?
Forum: AddOn Help/Support 12-22-18, 05:40 PM
Replies: 10
Views: 2,648
Posted By Brellison94
This lib hasn't been updated since 3-7 years ago....

This lib hasn't been updated since 3-7 years ago. Had this problem various times each expansion launch. I'm seeing something but not what I expect. Here's the DewDrop file to present the...
Forum: AddOn Help/Support 12-22-18, 04:09 PM
Replies: 10
Views: 2,648
Posted By Brellison94
Here's where its at in the Options file. bosses...

Here's where its at in the Options file.


bosses = {
type = "group",
name = L["Bossquotes"],
desc = L["A list of bossquotes."],
args = {{ type = 'execute',
name = L["Generate menu!"],
func =...
Forum: AddOn Help/Support 12-22-18, 02:45 PM
Replies: 10
Views: 2,648
Posted By Brellison94
Memory-economic mode removal with this message

I'm testing something to get this fixed and I get this lua error. Any idea to work around this?


Message: Interface\AddOns\BossTalk\Core.lua:975: Dewdrop-2.0: args.bosses.args.1: "desc" must be a...
Forum: AddOn Help/Support 12-14-18, 08:31 AM
Replies: 1
Views: 1,196
Posted By Brellison94
Memory-economic mode?

What does Memory-economic mode mean and why does it not appear?
Forum: AddOn Help/Support 11-12-18, 08:56 AM
Replies: 4
Views: 2,247
Posted By Brellison94
Correct. This isn't the first time I had this...

Correct. This isn't the first time I had this problem. I guess when the first patch comes out, it MIGHT fix itself. Because that was when I saw it working again. So, I'm just flustered that this...
Forum: AddOn Help/Support 11-10-18, 02:34 PM
Replies: 4
Views: 2,247
Posted By Brellison94
Generate Menu not responding

When I click Generate Menu, there is no response. The Lib Dewdrop-2.0 hasn't been updated and was curious if there is a lib just like Dewdrop that I should keep an eye out.
Forum: AddOn Help/Support 11-01-18, 02:30 PM
Replies: 5
Views: 3,364
Posted By Brellison94
Here's the full Addon. 9169

Here's the full Addon.

9169
Forum: Lua/XML Help 10-27-18, 08:10 AM
Replies: 23
Views: 3,445
Posted By Brellison94
I would create that .toc file you mentioned to...

I would create that .toc file you mentioned to fix this issue?
Forum: Lua/XML Help 10-27-18, 08:05 AM
Replies: 23
Views: 3,445
Posted By Brellison94
Here it is. 9166

Here it is.

9166
Forum: Lua/XML Help 10-26-18, 04:40 PM
Replies: 23
Views: 3,445
Posted By Brellison94
Maybe this perhaps? I've been eyeballing on this...

Maybe this perhaps? I've been eyeballing on this file for a while.

9164
Forum: Lua/XML Help 10-26-18, 04:22 PM
Replies: 23
Views: 3,445
Posted By Brellison94
I applied the fix and I am still at the same...

I applied the fix and I am still at the same spot. However, it will now not show me the problem through the Lua Error.
Forum: Lua/XML Help 10-26-18, 10:55 AM
Replies: 23
Views: 3,445
Posted By Brellison94
Sure. 9162 9163

Sure.

9162

9163
Forum: Lua/XML Help 10-26-18, 09:29 AM
Replies: 23
Views: 3,445
Posted By Brellison94
When I open Bosstalk, I get this Lua Error...

When I open Bosstalk, I get this Lua Error message.


Message: Interface\AddOns\BossTalk\Core.lua:532: table index is nil
Time: Fri Oct 26 10:26:03 2018
Count: 1
Stack:...
Forum: Lua/XML Help 10-26-18, 08:57 AM
Replies: 23
Views: 3,445
Posted By Brellison94
Different Error.

Different Error.
Forum: Lua/XML Help 10-25-18, 01:46 PM
Replies: 23
Views: 3,445
Posted By Brellison94
Took care of those earlier this morning. It's now...

Took care of those earlier this morning. It's now the issue on how and why another addon is conflicted onto Bosstalk.
Forum: Lua/XML Help 10-25-18, 01:45 PM
Replies: 23
Views: 3,445
Posted By Brellison94
It is called AudioX II.

It is called AudioX II.
Forum: Lua/XML Help 10-25-18, 09:21 AM
Replies: 23
Views: 3,445
Posted By Brellison94
I found the problem. For some reason the problem...

I found the problem. For some reason the problem is connected to another addon. I disable it, Bosstalk goes with it. Thoughts on how to make it so it is not part of another addon?
Forum: Lua/XML Help 10-24-18, 05:49 PM
Replies: 23
Views: 3,445
Posted By Brellison94
Lua Errors from Bosstalk

Anyone can help me define on how to fix these select problems?

9151

9152

9153

9154
Forum: AddOn Help/Support 10-24-18, 01:33 PM
Replies: 5
Views: 3,364
Posted By Brellison94
Anything of being resolved of on how to fix the...

Anything of being resolved of on how to fix the tab so it can open?
Forum: Lua/XML Help 10-05-18, 05:35 PM
Replies: 9
Views: 2,686
Posted By Brellison94
Here's the full code of what we just talked...

Here's the full code of what we just talked about. Should have just got straight to the point on this dilemma sooner.


BossTalk.version = tostring(GetAddOnMetadata("BossTalk", "Version"))
local L =...
Forum: AddOn Help/Support 10-05-18, 07:55 AM
Replies: 5
Views: 3,364
Posted By Brellison94
Edited. Sorry about that. Please look at it again.

Edited. Sorry about that. Please look at it again.
Showing results 1 to 25 of 36