Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: Xrystal
Forum: AddOn Help/Support 09-13-24, 12:21 PM
Replies: 5
Views: 2,828
Posted By Xrystal
I also stumbled on this while working on a Nomi...

I also stumbled on this while working on a Nomi Cooking addon which might be skill wear slot IDs.

https://warcraft.wiki.gg/wiki/API_C_TradeSkillUI.GetProfessionSlots

Or even this .....
Forum: Lua/XML Help 09-09-24, 12:52 PM
Replies: 3
Views: 1,684
Posted By Xrystal
In regards to the checking of the checked state. ...

In regards to the checking of the checked state. In my usage, it wasn't needed as each click would set the variable, and I just checked the variable that was set.

As an example. This is submenu...
Forum: Lua/XML Help 09-09-24, 12:47 PM
Replies: 3
Views: 1,684
Posted By Xrystal
Not sure if this will help, I personally haven't...

Not sure if this will help, I personally haven't coloured the text, but I am adjusting the font being used.

The OnClick part of my button that has the menu linked to...
Forum: AddOn Help/Support 09-07-24, 11:54 PM
Replies: 5
Views: 2,828
Posted By Xrystal
This page will have the slot IDs you...

This page will have the slot IDs you need
https://warcraft.wiki.gg/wiki/InventorySlotID


And this is my code that cycles through the regular inventory slots. You should be able to use this as a...
Forum: Lua/XML Help 09-01-24, 03:05 PM
Replies: 3
Views: 4,544
Posted By Xrystal
They probably have to monitor it just in case you...

They probably have to monitor it just in case you switch specs and they have to arrange which npcs come out to play and have to update the roster accodingly.
Forum: Lua/XML Help 08-31-24, 01:24 PM
Replies: 3
Views: 4,544
Posted By Xrystal
This might be what you are looking for...

This might be what you are looking for

ACTIVE_DELVE_DATA_UPDATE
"Signaled when SpellScript calls change the data for players/parties owning a delve or when the delve is shut...
Forum: AddOn Help/Support 08-29-24, 02:54 PM
Replies: 3
Views: 2,896
Posted By Xrystal
You could try...

You could try

hooksecurefunc(TokenFrame,"Update",function()

end)

Where you first mention the frame that is using the mixin, then the function the mixin has.

Or .....
Forum: AddOn Help/Support 08-21-24, 10:45 AM
Replies: 2
Views: 2,892
Posted By Xrystal
There was a discussion about getting information...

There was a discussion about getting information from widgets a while back. There might be something to help you in there.

https://www.wowinterface.com/forums/showthread.php?t=60010
Forum: Site help, bugs, suggestions/questions 08-20-24, 01:14 PM
Replies: 0
Views: 3,983
Posted By Xrystal
Request to Remove a few addons of mine

The following are no longer needed anymore. The Development versions are being replaced with Alpha tagged uploads on...
Forum: AddOn Search/Requests 08-20-24, 12:31 PM
Replies: 7
Views: 6,034
Posted By Xrystal
Looking at this :...

Looking at this : https://warcraft.wiki.gg/wiki/Console_variables

UnitNameHostleNPC ( The Wiki might have miss spelt this from UnitNameHostileNPC)
UnitNameInteractiveNPC

These seem to be what you...
Forum: Gameplay 08-20-24, 05:28 AM
Replies: 1
Views: 2,934
Posted By Xrystal
have you tried macros ? I don't do raiding...

have you tried macros ?

I don't do raiding anymore so haven't needed to use any addons for healing.

But, for the events, my macros are great ( for me at least )

Here's my Chain Heal...
Forum: AddOn Help/Support 08-19-24, 04:03 AM
Replies: 8
Views: 6,817
Posted By Xrystal
I just tried this using a variety of hints on...

I just tried this using a variety of hints on wiki.gg but no real examples there. But even the simplest summonpet macro doesn't display the icon. Which, makes me wonder if they simply didn't set it...
Forum: AddOn Help/Support 08-17-24, 06:43 PM
Replies: 8
Views: 6,817
Posted By Xrystal
Is it possible the apostrophe in the name is...

Is it possible the apostrophe in the name is causing a hiccough. Can you test it out on some pet names that just have letters and numbers in ?
Forum: Lua/XML Help 08-17-24, 05:48 AM
Replies: 4
Views: 5,479
Posted By Xrystal
I wonder if it's linked to the mouse changes...

I wonder if it's linked to the mouse changes

https://warcraft.wiki.gg/wiki/Patch_11.0.0/API_changes#Mouse_input_propagation

But can't see any other complaints about it, despite using it in recent...
Forum: Lua/XML Help 08-16-24, 12:15 PM
Replies: 4
Views: 5,479
Posted By Xrystal
This link include 2 possible functions you could...

This link include 2 possible functions you could check for potential issues before trying ..

https://warcraft.wiki.gg/wiki/Object_security#Forbidden_objects

Namely IsProtected and IsForbidden.
Forum: AddOn Help/Support 08-12-24, 03:41 AM
Replies: 3
Views: 3,414
Posted By Xrystal
The Spellbook has hand changes and many other...

The Spellbook has hand changes and many other functions have been given their own namespace now.

The bottom of this page details what functions have been removed and added...
Forum: AddOn Search/Requests 08-06-24, 08:23 AM
Replies: 6
Views: 4,198
Posted By Xrystal
Thanks for the image .. It's not familiar to me...

Thanks for the image ..
It's not familiar to me and I've been around since the beginning almost.
It will be a lengthy process, but you might need to do a manual search, assuming the addon is...
Forum: General Authoring Discussion 08-05-24, 02:15 PM
Replies: 4
Views: 3,518
Posted By Xrystal
Fizzle Beat me to it .. but this might add to...

Fizzle Beat me to it .. but this might add to that code in some form.

Aha .. have you tried using this function in conjunction with that event...
Forum: General Authoring Discussion 08-05-24, 12:30 PM
Replies: 4
Views: 3,518
Posted By Xrystal
In regards to your specific query - I have never...

In regards to your specific query - I have never played with the currency tab so can't really answer your question without researching it myself. Hopefully someone has played with it before and can...
Forum: AddOn Search/Requests 08-05-24, 11:25 AM
Replies: 8
Views: 5,403
Posted By Xrystal
Well, Had an attempt at setting the flying...

Well,

Had an attempt at setting the flying mounts as non favourites but the 3 options I tried had varying results and none were good.

1. Each slash command went through the list once
2. Executing...
Forum: AddOn Search/Requests 08-05-24, 11:17 AM
Replies: 6
Views: 4,198
Posted By Xrystal
Unfortunately only those with a Vimeo account...

Unfortunately only those with a Vimeo account will be able to see what you are talking about. I don't have one.

Is there another source to the UI ?

The only other thing I can suggest is to look...
Forum: Lua/XML Help 08-05-24, 05:55 AM
Replies: 1
Views: 4,821
Posted By Xrystal
They probably simply haven't implemented it. If...

They probably simply haven't implemented it. If you haven't already, you might want to see if they could add it. It is possible they considered it but felt it too cumbersome to manage.

I mean,...
Forum: AddOn Search/Requests 08-04-24, 08:17 AM
Replies: 8
Views: 5,403
Posted By Xrystal
Ah it is as I thought .. only the 1 mount that...

Ah it is as I thought .. only the 1 mount that won't appear on my addons list of mounts. So toggling on flying only and unfavouriting them all should be feasible, as I can just use the filtering...
Forum: AddOn Search/Requests 08-03-24, 08:15 PM
Replies: 8
Views: 5,403
Posted By Xrystal
Yeah, filtering the list was what I was thinking...

Yeah, filtering the list was what I was thinking of .. after making a copy of the current setting.

Filter according to Collected and Flying.
Then, figure out how to mark the mount buttons for the...
Forum: AddOn Search/Requests 08-03-24, 02:11 PM
Replies: 8
Views: 5,403
Posted By Xrystal
Ah, I see what you mean. I am sure it had...

Ah, I see what you mean. I am sure it had Dragonriding as one of it's filters. But, nope, just flying.

Let me know what the developer of that other addon thinks on the idea.
Showing results 1 to 25 of 500