Showing results 1 to 25 of 82
Search took 0.00 seconds.
Search: Posts Made By: Sharpedge
Forum: AddOn Help/Support 09-06-24, 12:19 PM
Replies: 2
Views: 1,997
Posted By Sharpedge
I already sent this to you in a PM. But maybe...

I already sent this to you in a PM. But maybe other folks may wanna use it as well....

-- Function to remove realm names from player names in chat messages
local function...
Forum: AddOn Help/Support 08-15-24, 09:14 AM
Replies: 2
Views: 2,533
Posted By Sharpedge
Instead of looking for the "SPELL_CAST_SUCCESS"...

Instead of looking for the "SPELL_CAST_SUCCESS" event, try monitoring for the "SPELL_SUMMON" event, which is triggered when a Battle Standard is summoned. This may work better.....


local fullText =...
Forum: AddOn Help/Support 08-15-24, 09:08 AM
Replies: 3
Views: 3,140
Posted By Sharpedge
I was trying to get the Rank, like Combatant,...

I was trying to get the Rank, like Combatant, Rival, stuff like that. I did get that done though. I just may add CR seeing that you mentioned it. If I did get the CR it would be for the player using...
Forum: Classic - AddOn Help/Support 08-07-24, 05:20 AM
Replies: 3
Views: 2,558
Posted By Sharpedge
You can try this: #showtooltip [mod:ctrl] Argent...

You can try this:

#showtooltip [mod:ctrl] Argent Gruntling; [mod:alt] Lil' Ragnaros; [mod:shift] Lil' XT; Lil' XT
/summonpet [mod:ctrl] Argent Gruntling; [mod:alt] Lil' Ragnaros; Lil' XT
Forum: AddOn Search/Requests 08-07-24, 05:18 AM
Replies: 1
Views: 1,749
Posted By Sharpedge
You can try...

You can try this:
https://legacy.curseforge.com/wow/addons/toptarget
Forum: AddOn Help/Support 07-30-24, 09:27 AM
Replies: 3
Views: 3,140
Posted By Sharpedge
RBG rating

EDIT: I figured it out....

Need some help from the gurus......

Blizzard has removed the PvP tab from the Great Vault and replaced it with Delves. So I had to redo part of my addon and remove the...
Forum: AddOn Help/Support 07-24-24, 07:06 AM
Replies: 3
Views: 2,296
Posted By Sharpedge
It looks like it was updated an hour ago.

It looks like it was updated an hour ago.
Forum: AddOn Help/Support 06-13-24, 12:14 PM
Replies: 2
Views: 3,359
Posted By Sharpedge
As usual you are awesome. Thank you very much!!

As usual you are awesome. Thank you very much!!
Forum: AddOn Help/Support 06-13-24, 06:29 AM
Replies: 2
Views: 3,359
Posted By Sharpedge
Tables vs Strings issue

As you can see from the screen shot that I have tables populating instead of strings. I have looked and I can't seem to figure out why it's showing a table instead of a string. Can I get another set...
Forum: AddOn Help/Support 06-10-24, 12:24 PM
Replies: 7
Views: 5,981
Posted By Sharpedge
I have already fixed the spell issues. My issue...

I have already fixed the spell issues. My issue now is the drop down that AceGUI uses is giving me an error like I have shown above. But thank you for the spell info....
Forum: AddOn Help/Support 06-10-24, 09:55 AM
Replies: 7
Views: 5,981
Posted By Sharpedge
Thank you, I'll check it out.

Thank you, I'll check it out.
Forum: AddOn Help/Support 06-10-24, 09:03 AM
Replies: 7
Views: 5,981
Posted By Sharpedge
I have another issue. Not too sure if its on my...

I have another issue. Not too sure if its on my end, or AceGUI needs an update. Probably on my end....In my options there are 3 categories, Options, Profile, and Themes. All three do show up in...
Forum: AddOn Help/Support 06-07-24, 03:55 PM
Replies: 7
Views: 5,981
Posted By Sharpedge
Thanks to both of you....

Thanks to both of you....
Forum: AddOn Help/Support 06-07-24, 02:59 PM
Replies: 7
Views: 5,981
Posted By Sharpedge
Need some help with error: GetSpellInfo

As the title states....I have tried all kinds of different way to fix this, but it goes beyond my pay grade I guess lol. Here is the error:

1x MisDirectionHelper2/MDHLDB.lua:15: attempt to call...
Forum: AddOn Help/Support 05-25-24, 10:37 AM
Replies: 1
Views: 3,362
Posted By Sharpedge
I figured it out.

I figured it out.
Forum: AddOn Help/Support 05-21-24, 09:04 AM
Replies: 1
Views: 3,362
Posted By Sharpedge
Need some insight on Battleground Blitz Honor tracking

I know that you get honor whenever you do a Blitz, it goes towards the weekly Vault. 5000 honor will give you 3 selections, 2500 will give you 2 and 1250 will give you one. What I am trying to go is...
Forum: AddOn Help/Support 05-10-24, 10:09 PM
Replies: 19
Views: 8,832
Posted By Sharpedge
Wow, thank you for that. It looks pretty good....

Wow, thank you for that. It looks pretty good. I'll have to tinker with it a little bit, but overall it looks good.
Forum: AddOn Help/Support 05-10-24, 07:33 PM
Replies: 19
Views: 8,832
Posted By Sharpedge
Well, I had to go with a dropdown instead of a...

Well, I had to go with a dropdown instead of a scroll frame. I couldn't ever get to act right. But at least I learned something new....

9882
Forum: AddOn Help/Support 05-05-24, 01:28 PM
Replies: 19
Views: 8,832
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: 19
Views: 8,832
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: 19
Views: 8,832
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: 19
Views: 8,832
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: 19
Views: 8,832
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: 19
Views: 8,832
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: 19
Views: 8,832
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.
Showing results 1 to 25 of 82