Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Xrystal
Forum: Lua/XML Help Today, 08:40 AM
Replies: 10
Views: 316
Posted By Xrystal
Yes, the built in one should work fine for what...

Yes, the built in one should work fine for what you need. That's the reason why I only created a dragonriding one, because they just wanted a button to randomise their dragonriding mounts instead.
Forum: Lua/XML Help Today, 08:38 AM
Replies: 10
Views: 316
Posted By Xrystal
I'm giving the new functions a test ( never used...

I'm giving the new functions a test ( never used them before ) but it seems like you can adjust the filters programmatically and then generate a list based on that ( probably best to see if you can...
Forum: Lua/XML Help Today, 06:21 AM
Replies: 10
Views: 316
Posted By Xrystal
Looking at the code it looks like this was...

Looking at the code it looks like this was written for the original Wrath of the Lich King. So, it is possible that some of the functionality is silently failing in the current versions of wow at...
Forum: Lua/XML Help Yesterday, 06:34 PM
Replies: 10
Views: 316
Posted By Xrystal
As an example.. my Dragonflight Mount addon calls...

As an example.. my Dragonflight Mount addon calls the below function once on PLAYER_LOGIN
I've made an adjustment for testing purposes to see whether there is a problem with other mounts.
But,...
Forum: Lua/XML Help Yesterday, 05:34 PM
Replies: 10
Views: 316
Posted By Xrystal
What is i in this block of code ? Where did you...

What is i in this block of code ?
Where did you put the print statements and are you saying they didn't show ? Or didn't show anything unexpected ?
What version of wow are you using this in ? In...
Forum: Lua/XML Help Yesterday, 03:02 PM
Replies: 10
Views: 316
Posted By Xrystal
Where is your companion info coming from ? Is...

Where is your companion info coming from ?

Is companion.id the mountID ?

My dragonriding addon had no issues using SummonByID so unless something has messed up since then, maybe you are using the...
Forum: AddOn Help/Support 05-18-24, 04:14 AM
Replies: 4
Views: 231
Posted By Xrystal
It looks like you already have an addon installed...

It looks like you already have an addon installed that adds to the tooltip. Maybe how that works is interfering with what you are trying to do. Try without any other addons and just the one you are...
Forum: AddOn Help/Support 05-16-24, 04:52 AM
Replies: 5
Views: 337
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 05-16-24, 04:10 AM
Replies: 3
Views: 432
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: 395
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: 395
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: 395
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: 319
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: 534
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,634
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: 617
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,244
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,299
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,299
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,244
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,299
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,356
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,244
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,244
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,244
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...
Showing results 1 to 25 of 500