Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Xrystal
Forum: AddOn Help/Support Today, 04:34 AM
Replies: 18
Views: 400
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 Today, 04:11 AM
Replies: 18
Views: 400
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 Yesterday, 09:23 AM
Replies: 18
Views: 400
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 Yesterday, 07:58 AM
Replies: 18
Views: 400
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 Yesterday, 04:53 AM
Replies: 18
Views: 400
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 Yesterday, 04:44 AM
Replies: 18
Views: 400
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 Yesterday, 04:00 AM
Replies: 18
Views: 400
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: 18
Views: 400
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: 18
Views: 400
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: 18
Views: 400
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: 164
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: 164
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: 750
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: 750
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: 750
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: 750
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: 750
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: 750
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: 750
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: 750
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...
Forum: AddOn Help/Support 04-13-24, 04:19 AM
Replies: 25
Views: 750
Posted By Xrystal
Your code must still be missing something which...

Your code must still be missing something which is why I asked to see the code where you create your settings panel. How you create that will determine how you display it.
Forum: AddOn Help/Support 04-13-24, 01:28 AM
Replies: 25
Views: 750
Posted By Xrystal
So is it working as you wanted or not ? Is it...

So is it working as you wanted or not ?

Is it opening to your addon's settings panel ?
Is it showing all the controls you set up for it ?
Is it saving the settings between play sessions ( if you...
Forum: AddOn Help/Support 04-12-24, 07:22 AM
Replies: 25
Views: 750
Posted By Xrystal
Yes, my last example, 2 lines in the OnClick...

Yes, my last example, 2 lines in the OnClick script will open the settings panel to the addon list page. There doesn't seem to be a way addons can open to their own section of the settings by code. ...
Forum: AddOn Help/Support 04-12-24, 04:47 AM
Replies: 25
Views: 750
Posted By Xrystal
Just copied the Dragonflight Settings example and...

Just copied the Dragonflight Settings example and tested a button click to open and Fizzles code works. It won't go straight to your addon page, but it will go to the addon page list section.

This...
Forum: AddOn Help/Support 04-12-24, 03:09 AM
Replies: 25
Views: 750
Posted By Xrystal
Okay. Which one of these were you hoping to...

Okay.

Which one of these were you hoping to implement ? Each one will involve different set up and calls to show up.

1. Display Panel in pre Dragonflight InterfaceOptionsFrame

Use example in...
Showing results 1 to 25 of 500