Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: Sharpedge
Forum: AddOn Help/Support 05-05-24, 01:28 PM
Replies: 16
Views: 957
Posted By Sharpedge
Made the changes you suggested, no change. It...

Made the changes you suggested, no change. It still just displays the current logged in toon.

-- Create the PVP Stats window frame
local pvpStatsFrame = CreateFrame("Frame", "PVPStatsFrame",...
Forum: AddOn Help/Support 05-05-24, 12:56 PM
Replies: 16
Views: 957
Posted By Sharpedge
Added a scroll, and checked the SavedVariables...

Added a scroll, and checked the SavedVariables file. it shows all the info. I even deleted it and started over to make sure, and it is indeed saving.
Forum: AddOn Help/Support 05-05-24, 12:25 PM
Replies: 16
Views: 957
Posted By Sharpedge
Still only shows the current toon that is logged...

Still only shows the current toon that is logged in.....Fizzle, I'm pretty sure there is an issue somewhere else in my code. I don't want to waste your time on this. I made a "test-repo" ...
Forum: AddOn Help/Support 05-05-24, 12:02 PM
Replies: 16
Views: 957
Posted By Sharpedge
I just added it and there is no change. The...

I just added it and there is no change. The current toon that I am logged into shows in the pvp stat window like it should, but, none of the others that I do log into show at all.

local function...
Forum: AddOn Help/Support 05-05-24, 11:29 AM
Replies: 16
Views: 957
Posted By Sharpedge
I didn't notice the duplicate part. I have...

I didn't notice the duplicate part. I have everything working except that it will not show the toons I have logged into and their stats. Towards the top I do have "IncCalloutDB = IncCalloutDB or...
Forum: AddOn Help/Support 05-05-24, 08:32 AM
Replies: 16
Views: 957
Posted By Sharpedge
This is what I came up with, and all that shows...

This is what I came up with, and all that shows is the current toon. The pvp stat labels are there but no data under them.

IncCalloutDB = IncCalloutDB or {}

-- Function to update and save PvP...
Forum: AddOn Help/Support 05-04-24, 09:33 PM
Replies: 16
Views: 957
Posted By Sharpedge
Thanks for the info...But unfortunately I can't...

Thanks for the info...But unfortunately I can't get it to work. So I'm just going to leave it as is.
Forum: AddOn Help/Support 05-04-24, 02:00 PM
Replies: 16
Views: 957
Posted By Sharpedge
How to populate....

By looking at the image you can see one that is called PvP Statistics. I have made it to show various stats, etc. I also have put the players name. What I can not figure out is how to "list" all of...
Forum: AddOn Help/Support 04-28-24, 10:27 AM
Replies: 2
Views: 469
Posted By Sharpedge
I tried this and it shows as 0 earned for the...

I tried this and it shows as 0 earned for the week.....I even added debug print and it shows o. I'll have to keep at it. But thank you for the reference.

local function UpdatePvPStatsFrame()
if...
Forum: AddOn Help/Support 04-28-24, 09:41 AM
Replies: 2
Views: 469
Posted By Sharpedge
Need some more help....

I now have ran into a small issue. In my PvP Stats window it will display the Conquest Cap. What is showing is the "current" conquest and not the total towards the cap. Can anyone shed some light on...
Forum: AddOn Help/Support 04-26-24, 12:47 PM
Replies: 11
Views: 1,170
Posted By Sharpedge
You are a freakin' genius. Thank you for the fix....

You are a freakin' genius. Thank you for the fix. I don't think I would of ever found that. I really appreciate it.
Forum: AddOn Help/Support 04-26-24, 10:23 AM
Replies: 11
Views: 1,170
Posted By Sharpedge
This is what I have done: local function...

This is what I have done:

local function UpdatePvPStatsFrame()
if not IsAddOnLoaded("Blizzard_PVPUI") then
LoadAddOn("Blizzard_PVPUI")
end

C_Timer.After(2, function() -- Delay...
Forum: AddOn Help/Support 04-25-24, 08:56 PM
Replies: 11
Views: 1,170
Posted By Sharpedge
Naw, I haven't figured it out just yet. But I do...

Naw, I haven't figured it out just yet. But I do think it's a issue for sure. I installed another addon that shows rating and was basically doing the same thing as mine. My little PvP Stat window is...
Forum: AddOn Help/Support 04-25-24, 02:46 PM
Replies: 11
Views: 1,170
Posted By Sharpedge
That didn't help. So back to the drawing board...

That didn't help. So back to the drawing board lol. It is probably something real simple too lol.

EDIT: I ran this when I first logged in and it shows the rating at 0. But just as soon as I went...
Forum: AddOn Help/Support 04-25-24, 11:50 AM
Replies: 11
Views: 1,170
Posted By Sharpedge
Welp, it is kinda working lol. I did use the...

Welp, it is kinda working lol. I did use the GetPersonalRatedInfo. See the code below:

local CONQUEST_CURRENCY_ID = 1602
local HONOR_CURRENCY_ID = 1792

-- Main GUI Frame
local IncCallout =...
Forum: AddOn Help/Support 04-24-24, 08:03 PM
Replies: 11
Views: 1,170
Posted By Sharpedge
Thanks man, I'll take a peek at it.

Thanks man, I'll take a peek at it.
Forum: AddOn Help/Support 04-24-24, 07:05 PM
Replies: 11
Views: 1,170
Posted By Sharpedge
Need a little guidance...

The little snippet below works for the most part. The problem that I am having is that the Solo Shuffle Rating will only show if you are in a match. Once you leave the match is says "N/A". I know...
Forum: AddOn Help/Support 04-07-24, 01:40 PM
Replies: 3
Views: 654
Posted By Sharpedge
Yeah, I figured as much. The dude only has 2...

Yeah, I figured as much. The dude only has 2 addons, replicas of mine lol. Oh well, it makes you not want to make them anymore, just for personal use.
Forum: AddOn Help/Support 04-07-24, 11:59 AM
Replies: 3
Views: 654
Posted By Sharpedge
Need some advice....

I hope this is the correct forum to put this in.

I am not going to use any names, or the names of the addons involved. I will say that this pertains to my work. I have a couple of addons that are...
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 09:58 PM
Replies: 6
Views: 1,315
Posted By Sharpedge
I got it pretty much. I just have to work on my...

I got it pretty much. I just have to work on my PhotoShop skills lol.
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 07:19 PM
Replies: 6
Views: 1,315
Posted By Sharpedge
Thanks Fizzlemizz, I haven't added in the code...

Thanks Fizzlemizz, I haven't added in the code yet again for the title logo. I had deleted it when I got frustrated.
Forum: UI Screenshots, Feedback and Design Discussion 03-29-24, 05:52 PM
Replies: 6
Views: 1,315
Posted By Sharpedge
PhotoShop

Is anyone here good with PhotoShop? I have made a so called Logo for my addon that I want to attach to the top of the GUI. Thats that the problem. The entire image is green. So it seems I'm not using...
Forum: AddOn Help/Support 03-13-24, 04:48 PM
Replies: 2
Views: 1,151
Posted By Sharpedge
Thanks Xrystal, I'll take a peak and see.

Thanks Xrystal, I'll take a peak and see.
Forum: AddOn Help/Support 03-13-24, 01:35 PM
Replies: 2
Views: 1,151
Posted By Sharpedge
Quick question

I have an addon of mine which calls out Inc's in BG's. My GUI also has a button to pull up the world map. Is it possible to put icons, markers on my team mates? Like a cross for a healer, sword for...
Forum: AddOn Help/Support 01-17-24, 05:43 PM
Replies: 12
Views: 2,460
Posted By Sharpedge
Ahh, ok. I will give that a shot. Thank you.

Ahh, ok. I will give that a shot. Thank you.
Showing results 1 to 25 of 64