Showing results 1 to 25 of 108
Search took 0.01 seconds.
Search: Posts Made By: briskman3000
Forum: General Authoring Discussion 05-01-23, 07:46 AM
Replies: 4
Views: 1,701
Posted By briskman3000
Probably because you used "scrollChild" instead...

Probably because you used "scrollChild" instead of "panel" in the SetPoint Calls.

Also you have a second instance of "TOP" in your footer SetPoint. That probably breaks something too.
Forum: General Authoring Discussion 04-30-23, 09:42 PM
Replies: 4
Views: 1,701
Posted By briskman3000
In your SetPoint calls, you need to add the...

In your SetPoint calls, you need to add the parent panel variable to anchor it to.

Since you are using the variable "panel"

for example:

title:SetPoint("TOP")


should really be
Forum: Lua/XML Help 02-06-23, 03:45 PM
Replies: 4
Views: 1,280
Posted By briskman3000
I figured it out. I had to add the...

I figured it out.

I had to add the UIDropDownMenu_SetText fucntion to my addon's hook to the PLAYER_ENTERING_WORLD event.

Now when I open up the options frame in a different session, it correctly...
Forum: Lua/XML Help 02-06-23, 03:29 PM
Replies: 4
Views: 1,280
Posted By briskman3000
Ok so I have one final problem that I can't seem...

Ok so I have one final problem that I can't seem to figure out, and my googling has turned up no help.

In addition to the color wheel, I have some hard coded color options that I want the user to be...
Forum: Lua/XML Help 02-06-23, 01:50 PM
Replies: 4
Views: 1,280
Posted By briskman3000
Those are all declared in the filespace above...

Those are all declared in the filespace above this, so they all are available for the code to use.

Wrapping ShowColorPicker in function() and end seemed to do the trick as the color picker now...
Forum: Lua/XML Help 02-06-23, 03:14 AM
Replies: 4
Views: 1,280
Posted By briskman3000
How to move my slash commands to the options panel?

So my brain hurts from trying to figure this out. I tried to look at some of the other addons that I have installed, but they all seem to use libraries for this, which I don't use or really...
Forum: Lua/XML Help 01-07-23, 03:48 AM
Replies: 6
Views: 1,416
Posted By briskman3000
Well that's just a dumb api call then. You can...

Well that's just a dumb api call then.

You can use the item subclassID from GetItemInfo() on weapons too, if you go the way of building hard coded comparison tables as the 13th output from that call...
Forum: Lua/XML Help 01-07-23, 12:43 AM
Replies: 6
Views: 1,416
Posted By briskman3000
IsEquippableItem() will tell you if you can equip...

IsEquippableItem() will tell you if you can equip something.
Forum: Lua/XML Help 11-18-22, 07:33 PM
Replies: 2
Views: 1,366
Posted By briskman3000
And as I posted this, someone submitted an answer...

And as I posted this, someone submitted an answer on my github page.

Apparently GetItem() is no longer supported on comparison tooltips and as such in order to get the itemlink of the item in the...
Forum: Lua/XML Help 11-18-22, 07:26 PM
Replies: 2
Views: 1,366
Posted By briskman3000
10.0.2, GetItem() and Comparison tooltips.

Greetings,


I am attempting to update my addon to work with the new tooltip system introduced with the latest patch. I was able to get it to mostly work by replacing all of the old hookscript lines...
Forum: Lua/XML Help 05-26-22, 06:55 PM
Replies: 14
Views: 4,154
Posted By briskman3000
If I had to guess, they probably have something...

If I had to guess, they probably have something to do with the old Keyring system. It was dynamically sized with up to 32 slots.

IIRC when the added the 4 extra backpack slots for having an...
Forum: Lua/XML Help 03-05-22, 06:21 PM
Replies: 0
Views: 935
Posted By briskman3000
How to provide a second "data feed" to databroker?

So I'm still extremely green when it comes to implementing libraries into my addons. I recently added a databroker integration to one of my addons using the guide listed here:...
Forum: AddOn Search/Requests 09-07-21, 11:24 AM
Replies: 1
Views: 1,777
Posted By briskman3000
https://www.wowinterface.com/downloads/info22190-R...

https://www.wowinterface.com/downloads/info22190-Rematch.html

This addon has that functionality, but it does it in the pet collection frame instead of the NPC dialog box, when you have an NPC...
Forum: General Authoring Discussion 09-04-21, 03:08 AM
Replies: 1
Views: 1,782
Posted By briskman3000
Record of highest equipped item in a given slot?

So I had a wonder, and I can't seem to find the answer anywhere.

Just where in the hell does the game store the records of your highest equipped items for a slot?

They use the data to determine if...
Forum: AddOn Search/Requests 09-01-21, 11:07 AM
Replies: 2
Views: 1,911
Posted By briskman3000
There are a couple of addons with references to...

There are a couple of addons with references to "Personal Loot" in their title that exist and do things similar to this already.
Forum: Lua/XML Help 08-29-21, 03:54 AM
Replies: 2
Views: 2,005
Posted By briskman3000
In your addon file, you would need to create a...

In your addon file, you would need to create a function that has that script inside of it, and then trigger than function to run on player login.

Something similar to this should work



local...
Forum: AddOn Search/Requests 07-26-21, 08:14 AM
Replies: 4
Views: 5,233
Posted By briskman3000
I use Auctionator...

I use Auctionator (https://www.curseforge.com/wow/addons/auctionator) to do all my auction stuff. It has a full auction house scan function that completes pretty quickly. It also has a "shopping...
Forum: Lua/XML Help 06-18-21, 07:07 PM
Replies: 3
Views: 1,597
Posted By briskman3000
If you want to be able to use a sub-command or a...

If you want to be able to use a sub-command or a command with an argument, you can use a string grab to separate the stuff.

Here is an example of how I do it, without using any libraries.

This is a...
Forum: AddOn Search/Requests 04-23-21, 12:17 AM
Replies: 9
Views: 5,600
Posted By briskman3000
I never heard of NazScrooge before this thread...

I never heard of NazScrooge before this thread and looked into the code for that one. It seems easier for me to understand so I may be able to figure something out from that one.

My biggest issue...
Forum: AddOn Search/Requests 04-21-21, 02:42 PM
Replies: 9
Views: 5,600
Posted By briskman3000
It's more than just modifying the amount seen on...

It's more than just modifying the amount seen on the screen.

The addon actually tricked the UI into thinking that the amount of gold that was saved in the "box" didn't actually exist when at a...
Forum: AddOn Search/Requests 04-21-21, 08:20 AM
Replies: 9
Views: 5,600
Posted By briskman3000
I used to use this too way back in the day. I...

I used to use this too way back in the day. I spent a long time looking for something and never found anything currently existing.

I attempted to try and figure out how it worked to resurrect it a...
Forum: Lua/XML Help 03-18-21, 04:53 PM
Replies: 3
Views: 1,562
Posted By briskman3000
If you want your addon to talk to itself on...

If you want your addon to talk to itself on another player, you should probably be using the addon hidden chat message system, and not a custom chat...
Forum: Macro Help 02-06-21, 10:38 AM
Replies: 9
Views: 5,201
Posted By briskman3000
All those secret things that they have added over...

All those secret things that they have added over the years have hidden quests attached to them. I know I've gotten quest completed achievements when I've logged in because of them.
Forum: Macro Help 02-05-21, 10:50 PM
Replies: 9
Views: 5,201
Posted By briskman3000
Maybe it has to do with incomplete emmisaries?

Maybe it has to do with incomplete emmisaries?
Forum: AddOn Help/Support 01-24-21, 04:15 PM
Replies: 7
Views: 4,172
Posted By briskman3000
back in legion, this is how I got the numbers,...

back in legion, this is how I got the numbers, and only the numbers, out of the artifact power item tooltips without seperators. You can modify this to do what you want (I would guess).


appower =...
Showing results 1 to 25 of 108