Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: Xrystal
Forum: AddOn Help/Support Today, 01:34 PM
Replies: 4
Views: 151
Posted By Xrystal
So it works as expected after opening the PvP...

So it works as expected after opening the PvP related Blizzard frame ?

If that is the case, then sounds like there is a Blizzard addon that needs to be set as required in the toc file.

One that...
Forum: AddOn Help/Support Today, 10:34 AM
Replies: 23
Views: 895
Posted By Xrystal
It would depend on the reason for failing. Are...

It would depend on the reason for failing.

Are the correct items per vendor set up correctly ?
Did you investigate and see which ones it didn't purchase ?
Did you check to see if there was a miss...
Forum: AddOn Help/Support Yesterday, 07:58 PM
Replies: 4
Views: 151
Posted By Xrystal
This might be what you are looking for while not...

This might be what you are looking for while not in an active match

https://warcraft.wiki.gg/wiki/API_GetPersonalRatedInfo
Forum: PTR API and Graphics Changes 04-19-24, 06:47 PM
Replies: 6
Views: 12,805
Posted By Xrystal
Just in case you didn't figure it out already...

Just in case you didn't figure it out already
appears they changed the parameters
This now works with nUI's top of the screen micromenu with the HelpTip showing below pointing up.
As you can see...
Forum: AddOn Help/Support 04-18-24, 10:04 AM
Replies: 23
Views: 895
Posted By Xrystal
Excellent. It is a learning curve. I've been...

Excellent.

It is a learning curve. I've been writing addons since 2008 I think, maybe earlier but there are still areas I haven't even looked at ( including the stuff I needed to write this test...
Forum: AddOn Help/Support 04-18-24, 04:34 AM
Replies: 23
Views: 895
Posted By Xrystal
What might be missing to help you is how to...

What might be missing to help you is how to access the table of information for a particular criteria.


So let's see.

Let's use the achievement 6351 ( Explore Jade Forest ).

We would have...
Forum: AddOn Help/Support 04-18-24, 04:11 AM
Replies: 23
Views: 895
Posted By Xrystal
My understanding was that .. 1. You want to...

My understanding was that ..

1. You want to know the criteria ID for an achievement's criterias. - That is what that code does
2. You wanted to be able to use that criteria information to change...
Forum: AddOn Help/Support 04-17-24, 09:23 AM
Replies: 23
Views: 895
Posted By Xrystal
Okay, so what I gave you will do what you want. ...

Okay, so what I gave you will do what you want. All you need to do is utilise what I did for 1 achievement to make it work for multiple achievements.

For example:

Initialisation Stage
You could...
Forum: AddOn Help/Support 04-17-24, 07:58 AM
Replies: 23
Views: 895
Posted By Xrystal
It depends on what you wanted your addon to...

It depends on what you wanted your addon to do.

The information I provided will allow you to get the information you might need. How you get that information on the screen is dependent on what you...
Forum: AddOn Help/Support 04-17-24, 04:53 AM
Replies: 23
Views: 895
Posted By Xrystal
In response to the question about wago.tools I...

In response to the question about wago.tools I don't know as I have never used that site.

Maybe someone that has will be able to answer that question.
Forum: AddOn Help/Support 04-17-24, 04:44 AM
Replies: 23
Views: 895
Posted By Xrystal
You have an achievement you want identify the...

You have an achievement you want identify the criteria IDs for ?

At the top of that GetAchievementCriteriaInfo page I linked is the set of values returned by that function
criteriaString,...
Forum: AddOn Help/Support 04-17-24, 04:00 AM
Replies: 23
Views: 895
Posted By Xrystal
This is a good site to bookmark for helping with...

This is a good site to bookmark for helping with addon stuff.

https://warcraft.wiki.gg/wiki/Warcraft_Wiki:Interface_customization

Gethe also keeps a copy of the Blizzard API Code available online...
Forum: AddOn Help/Support 04-16-24, 07:10 PM
Replies: 23
Views: 895
Posted By Xrystal
You could be right there. When the time comes...

You could be right there.
When the time comes / or if Hubb feels like making the addon somewhat future proof now, they might be able to replace the MERCHANT_SHOW event check to that...
Forum: AddOn Help/Support 04-16-24, 07:29 AM
Replies: 23
Views: 895
Posted By Xrystal
Not quite - I wasn't sure what the following was...

Not quite - I wasn't sure what the following was for so my updated version doesn't have it in
if IsShiftKeyDown() then return end


Give this a go. As a reminder, event watching only frames...
Forum: AddOn Help/Support 04-16-24, 06:43 AM
Replies: 23
Views: 895
Posted By Xrystal
It might be because it is processing things a bit...

It might be because it is processing things a bit too soon.

You could see if using the MERCHANT_UPDATE event ( at least the first time around ) will be the best time to do any semi automatic...
Forum: Lua/XML Help 04-15-24, 12:16 PM
Replies: 2
Views: 539
Posted By Xrystal
That is a good point. I totally forgot it didn't...

That is a good point. I totally forgot it didn't have a height either.

But, I somehow managed to get things to work again as a status bar.

Can't think what is different outside of using a...
Forum: Lua/XML Help 04-15-24, 10:58 AM
Replies: 2
Views: 539
Posted By Xrystal
StatusBar / Texture - Width/Coloring issues

I've been slowly working on the nUI replacement. But I have hit a snag with creating a simple health bar.

I tried StatusBar control which correctly resized the bar according to the min/max and...
Forum: AddOn Help/Support 04-15-24, 02:30 AM
Replies: 25
Views: 1,014
Posted By Xrystal
Well my test addon doesn't save it .. but,...

Well my test addon doesn't save it .. but, testing bugsack and it does. So something in its code must be saving it in some form.

edit: Okay figured it out ..

Files Changed:
TestAddonSettings.toc...
Forum: AddOn Help/Support 04-15-24, 01:56 AM
Replies: 25
Views: 1,014
Posted By Xrystal
That I don't know as I never really used the...

That I don't know as I never really used the minimap icon.

bugsack uses it but it doesn't save anything to it apart from whether it shows it on the minimap or not.


Okay, looking at a few query...
Forum: AddOn Help/Support 04-13-24, 08:19 AM
Replies: 25
Views: 1,014
Posted By Xrystal
Look at what I changed in the files, they were...

Look at what I changed in the files, they were copies of what you posted. So, you should see what I changed and why I changed it because of the notes I put in there.

If it doesn't work after you...
Forum: AddOn Help/Support 04-13-24, 08:06 AM
Replies: 25
Views: 1,014
Posted By Xrystal
Yes the first part sets the panel up as part of...

Yes the first part sets the panel up as part of the settings system - you just need to add your controls to it as you did.

The second part, will open to your addon page ( all going well - it did...
Forum: AddOn Help/Support 04-13-24, 06:38 AM
Replies: 25
Views: 1,014
Posted By Xrystal
Remember the code I attached just has the addon...

Remember the code I attached just has the addon settings panel and the minimap button code. The rest of your addon code will need to be added to the toc file if you use my version of the code as the...
Forum: AddOn Help/Support 04-13-24, 06:34 AM
Replies: 25
Views: 1,014
Posted By Xrystal
Okay. These are all the files I needed to make...

Okay. These are all the files I needed to make it work. Remember order in the toc is important with separate files.

TOC File - Remember to change Title/Author/Version/SavedVariables/Notes to suit...
Forum: AddOn Help/Support 04-13-24, 05:50 AM
Replies: 25
Views: 1,014
Posted By Xrystal
That's understandable. ChatGPT may not be wise...

That's understandable.

ChatGPT may not be wise enough to realise new addons are probably best to use new functions rather than ones that will be gone by the next expansion.

Looking at your code I...
Forum: AddOn Help/Support 04-13-24, 04:40 AM
Replies: 25
Views: 1,014
Posted By Xrystal
I would suggest you try creating a simple addon...

I would suggest you try creating a simple addon that just shows a settings panel, using the example code on the wiki.gg page I linked. Once you have seen how that works, you can add your addon's...
Showing results 1 to 25 of 500