Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: Xrystal
Forum: AddOn Help/Support Yesterday, 04:52 AM
Replies: 5
Views: 267
Posted By Xrystal
As SDPhantom said there is likely nothing we can...

As SDPhantom said there is likely nothing we can do to access that part of the system.

But .. we do have these chat related events

CHAT_MSG_MONSTER_EMOTE: CHAT_MSG
CHAT_MSG_MONSTER_PARTY:...
Forum: Gameplay Yesterday, 04:10 AM
Replies: 3
Views: 370
Posted By Xrystal
History I joined a year in along with my...

History

I joined a year in along with my boyfriend at the time as something to do together after Star Wars Galaxies started making changes I didn't like.

A year later we had found a guild that was...
Forum: AddOn Help/Support 05-15-24, 10:40 AM
Replies: 6
Views: 341
Posted By Xrystal
https://warcraft.wiki.gg/wiki/Warcraft_Wiki is a...

https://warcraft.wiki.gg/wiki/Warcraft_Wiki is a good place to go for the new up to date information.

https://github.com/Gethe/wow-ui-source is a good place to see how Blizzard is doing stuff and...
Forum: AddOn Help/Support 05-15-24, 07:45 AM
Replies: 6
Views: 341
Posted By Xrystal
Hmm there should be.. Let me check. edit:...

Hmm there should be..

Let me check.

edit: You're right. They must have changed something there since I looked at it. Or maybe it didn't and I did what I am doing now to get the names.

Aha .....
Forum: AddOn Help/Support 05-14-24, 03:55 PM
Replies: 6
Views: 341
Posted By Xrystal
There are a set of cvar values you can use to set...

There are a set of cvar values you can use to set the values once they are loaded in or whenever the user changes them to the other option ( if you don't want them to )

I played with them once but I...
Forum: AddOn Help/Support 05-11-24, 04:15 PM
Replies: 1
Views: 291
Posted By Xrystal
Assuming you are supposed to put the...

Assuming you are supposed to put the TargetingFrame folder in the Interface folder and then log into the game, it doesn't look like it is. It really slowed down the game as well taking forever to...
Forum: UI Screenshots, Feedback and Design Discussion 05-07-24, 08:18 PM
Replies: 4
Views: 420
Posted By Xrystal
It would depend on which addon it is. It could...

It would depend on which addon it is.

It could be a UI compilation or All in One addon. Or, a texture pack. Unfortunately, only people that used it will likely recognise it. Searching the addons...
Forum: AddOn Help/Support 05-04-24, 08:12 PM
Replies: 19
Views: 1,494
Posted By Xrystal
The way I handled my Alt ILevel addon was to...

The way I handled my Alt ILevel addon was to store the required information whenever that character was played and put it in the server wide saved variables rather than the character specific one. ...
Forum: AddOn Help/Support 04-28-24, 10:13 AM
Replies: 2
Views: 600
Posted By Xrystal
It looks like it could be the max for that stage...

It looks like it could be the max for that stage - like maxXP per level etc.

Here's the block of code where they use the value and that's what makes me think that, but maybe your PvP knowledge will...
Forum: AddOn Help/Support 04-26-24, 02:19 AM
Replies: 25
Views: 2,204
Posted By Xrystal
It should already be ignoring the other...

It should already be ignoring the other items.

Also, looking at your line for BuyMerchantItem - the wiki page doesn't say it returns a value, so it will always be false I suspect. This could be the...
Forum: AddOn Help/Support 04-25-24, 08:24 PM
Replies: 11
Views: 1,270
Posted By Xrystal
Aha .. Looking through the PVPUI code and I...

Aha ..

Looking through the PVPUI code and I noticed they had these functions that don't appear ones created in the file.

RequestRatedInfo -...
Forum: AddOn Help/Support 04-25-24, 01:34 PM
Replies: 11
Views: 1,270
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 04-25-24, 10:34 AM
Replies: 25
Views: 2,204
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 04-24-24, 07:58 PM
Replies: 11
Views: 1,270
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: 14,268
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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: 25
Views: 2,204
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...
Showing results 1 to 25 of 500