Forum: Lua/XML Help
Today, 08:04 PM
|
Replies: 4
Views: 81
Hi SDPhantom
That was it, I had the...
Hi SDPhantom
That was it, I had the capitalisation was borked, that is why the error was thrown.
Now I just have to get the frames to display correctly, and then get them scrolling.
These 2 items...
|
Forum: Lua/XML Help
Today, 07:26 PM
|
Replies: 4
Views: 81
Hi Fizzlemizz
Great suggestion to rename the...
Hi Fizzlemizz
Great suggestion to rename the value to be more descriptive, it just makes it easier to read.
Thanks for the link, I have been through the guide a number of times but I cant see where...
|
Forum: Lua/XML Help
Today, 04:44 PM
|
Replies: 4
Views: 81
Scrolling list of frames
Hi all
I want to have a scrolling frame that displays frames.
I have other scrolling lists of buttons and they work fine so I just thought I could repurpose it yet have not been able to get them...
|
Forum: Lua/XML Help
08-12-22, 07:59 PM
|
Replies: 3
Views: 582
|
Forum: Lua/XML Help
08-10-22, 06:12 PM
|
Replies: 3
Views: 582
|
Forum: Lua/XML Help
07-27-22, 05:45 PM
|
Replies: 3
Views: 582
Achievement Hyperlinks
Hi all
I am trying to build a hyperlink that will display a custom achievement.
I want the hyperlink to display my achievement Title, Character Name and Date strings.
I also want to find the...
|
Forum: Lua/XML Help
07-10-22, 10:44 PM
|
Replies: 6
Views: 604
Hi
@SDPhantom, thanks for identifying the...
Hi
@SDPhantom, thanks for identifying the correct function, and thanks for the warning; as Kanegasi said I am building an IronMan addon.
@Kanegasi, correct, I knew someone would crack the code...
|
Forum: Lua/XML Help
07-10-22, 05:24 PM
|
Replies: 6
Views: 604
Disable the LFG tool.
Hi all
I am trying to prevent a player from using the LFG tool.
To do so I use the "LFG_UPDATE_RANDOM_INFO" event and then close the LFG window.
Here is my chunk;
elseif event ==...
|
Forum: Lua/XML Help
07-03-22, 09:31 PM
|
Replies: 4
Views: 334
Thanks for the replies.
@Fizzlemizz, I was not...
Thanks for the replies.
@Fizzlemizz, I was not sure what you meant here, I hived off the guts of my chunk into its own function that was called when the event fired without success.
@Xrystal, I...
|
Forum: Lua/XML Help
07-03-22, 05:55 PM
|
Replies: 4
Views: 334
PLAYER_EQUIPMENT_CHANGED unequip / re-equip
Hi all
I need to check a newly equipped items quality, if it is grey save the current equipment set including the new item, if the item is not grey I want to unequip all and then use the current...
|
Forum: Lua/XML Help
06-23-22, 08:13 PM
|
Replies: 3
Views: 518
|
Forum: Lua/XML Help
06-23-22, 05:40 PM
|
Replies: 3
Views: 518
Brand new character test
Hi all
I want to determine if a character is brand new or not.
I can see that there is;
OpeningCinematic() -- Shows the opening cinematic for a player's race. Only works as long as the player has...
|
Forum: Lua/XML Help
05-26-22, 04:30 PM
|
Replies: 7
Views: 526
|
Forum: Lua/XML Help
05-26-22, 02:14 AM
|
Replies: 7
Views: 526
Hi Kanegasi and Fizzlemizz
Thanks for your...
Hi Kanegasi and Fizzlemizz
Thanks for your answers.
Fizzlemizz, I can see the wait makes a lot of sense, it is something I should have picked up myself :(
I do have a couple of questions about...
|
Forum: Lua/XML Help
05-24-22, 10:01 PM
|
Replies: 7
Views: 526
Unequip all items
Hi all
I am trying to unequip all items into any empty bag slot.
The problem is that I can unequip all items into my bags or into my backpack but not all into any empty slot in both.
This is the...
|
Forum: Released AddOns
03-14-22, 10:05 PM
|
Replies: 1
Views: 2,591
|
Forum: Lua/XML Help
02-23-22, 02:31 AM
|
Replies: 4
Views: 704
|
Forum: Lua/XML Help
02-22-22, 10:25 PM
|
Replies: 4
Views: 704
Hi Fizzlemizz
Sorry about the first image, I...
Hi Fizzlemizz
Sorry about the first image, I have linked the correct one now.
I think you are correct the blue buttons were for the DK character screen.
The UIPanelButtonTemplate has thin yellow...
|
Forum: Lua/XML Help
02-22-22, 07:45 PM
|
Replies: 4
Views: 704
Getting Button Templates
Hi all
I am trying to find certain button templates.
The first is one used in the game menu, I have a screen shot showing the button and the fstack tooltip;
https://i.imgur.com/18iZf2R.png
I...
|
Forum: Released AddOns
02-22-22, 06:25 PM
|
Replies: 1
Views: 2,076
|
Forum: Released AddOns
01-22-22, 06:41 PM
|
Replies: 1
Views: 1,770
Aardvark new version to fix delete function
Hi all
Blizzard changed the way items are destroyed.
Now each item to be destroyed requires a button press.
You can spam delete and it will still delete but now it will not delete all in one...
|
Forum: Lua/XML Help
12-13-21, 05:09 PM
|
Replies: 5
Views: 1,729
|
Forum: Released AddOns
12-09-21, 07:48 PM
|
Replies: 1
Views: 2,070
Hi All
My new addon Spell Chat works for...
Hi All
My new addon Spell Chat works for Classic and BC
It allows a player to create a list of chat strings to spells, mounts, pets and items.
When that item, mount, pet or spell fires a random...
|
Forum: Lua/XML Help
11-30-21, 09:12 PM
|
Replies: 5
Views: 1,729
|
Forum: Lua/XML Help
11-28-21, 09:51 PM
|
Replies: 5
Views: 1,729
Get Spell Link in Classic
Hi all
I am adapting one of my current addons to Classic.
I have a button that I can drop an item or spell onto.
If the object is an item I just do a simple print.
If the object is a spell I get...
|