Forum: Lua/XML Help
01-01-21, 05:26 AM
|
Replies: 2
Views: 1,102
|
Forum: Lua/XML Help
12-31-20, 07:29 PM
|
Replies: 2
Views: 1,102
Get ItemID on hover
Hi all
I would like to find a way to get an itemID from an item that I am currently hovering over using a keybind.
So far I have been able to get this working by hooking the "OnTooltipSetItem"...
|
Forum: Lua/XML Help
12-31-20, 07:04 PM
|
Replies: 5
Views: 1,445
I am still learning about programming but I...
I am still learning about programming but I wonder is the problem that you have a local table named mass and then you have a local string "mass" named test.
So when you are trying to iterate through...
|
Forum: Lua/XML Help
12-12-20, 02:11 AM
|
Replies: 19
Views: 7,097
|
Forum: Lua/XML Help
12-12-20, 02:01 AM
|
Replies: 4
Views: 1,075
|
Forum: Lua/XML Help
12-11-20, 03:16 AM
|
Replies: 7
Views: 2,561
|
Forum: Lua/XML Help
12-10-20, 11:20 PM
|
Replies: 7
Views: 2,561
Hi Xrystal
I have got some of this working.
In...
Hi Xrystal
I have got some of this working.
In my update function, I made the variables at line 9 & 10 local.
In my frame code, I made the variable at line 31 local.
So the last issue I have left...
|
Forum: Lua/XML Help
12-08-20, 11:51 PM
|
Replies: 7
Views: 2,561
Hi Zax
Thanks for that, I have tried adding all...
Hi Zax
Thanks for that, I have tried adding all of the elements however that change had no effect.
I have not got the scroll frame working properly.
I can do a manual scroll by grabbing the scroll...
|
Forum: Lua/XML Help
12-07-20, 08:26 PM
|
Replies: 7
Views: 2,561
Just like I said there was a total small thing...
Just like I said there was a total small thing that prevented that buttons displaying.
In the update function I tried to update the scrollFrame which was not actually a frame in my code, I replaced...
|
Forum: Lua/XML Help
12-06-20, 10:36 PM
|
Replies: 7
Views: 2,561
Scroll Frame Buttons not visible
Hi all
Whoot got it all working.
The major things I learnt to get this working;
Make sure that you are calling the correct frame, even if it looks the same, (I had an extra space).
Make sure all...
|
Forum: Lua/XML Help
11-25-20, 10:53 PM
|
Replies: 5
Views: 1,134
Hi Ketho
I agree with Kanegasi, making this a...
Hi Ketho
I agree with Kanegasi, making this a protected function exacerbates the painful manual typing of "delete" for each and every item that cannot be sold.
It gets a bit much that we have to...
|
Forum: Lua/XML Help
11-24-20, 03:59 AM
|
Replies: 5
Views: 1,134
Thanks for making me aware of this change.
Has...
Thanks for making me aware of this change.
Has this change got anything to do the crackdown on multiboxing?
I have a slash command that does run the function but I suppose that there is no way to...
|
Forum: Lua/XML Help
11-23-20, 08:25 PM
|
Replies: 6
Views: 4,901
Sorry for the very late reply.
I did download...
Sorry for the very late reply.
I did download all of the art and started the import into photoshop, but that was a huge pita.
After many a dive down the rabbit hole, I found the following resource...
|
Forum: Lua/XML Help
11-23-20, 08:07 PM
|
Replies: 5
Views: 1,134
Delete cursor item not working correctly
Hi all
I am the author of a small addon called Aardvark; the addon will auto destroy listed items when a vendor window is opened.
Since 90002 when I visit a vendor the destroy item messages print...
|
Forum: Lua/XML Help
11-07-20, 05:50 PM
|
Replies: 6
Views: 4,901
|
Forum: Lua/XML Help
11-03-20, 09:03 PM
|
Replies: 6
Views: 4,901
|
Forum: Lua/XML Help
11-01-20, 11:27 PM
|
Replies: 7
Views: 7,271
|
Forum: Lua/XML Help
10-25-20, 09:05 PM
|
Replies: 7
Views: 7,271
|
Forum: Lua/XML Help
10-18-20, 08:28 PM
|
Replies: 7
Views: 7,271
|
Forum: Lua/XML Help
10-14-20, 03:00 AM
|
Replies: 2
Views: 2,420
Hi Fizzlemizz
Thanks for the link.
From what I...
Hi Fizzlemizz
Thanks for the link.
From what I have read frames no longer have a backdrop unless the frame inherits a backdrop template.
As self-taught programming noob these changes can be very...
|
Forum: Lua/XML Help
10-13-20, 11:00 PM
|
Replies: 2
Views: 2,420
Interface category frame no displaying 9.0
Hi all
Since the 9.0 launch, my addon no longer displays the Swarm interface category frame.
The addon continues to work without a problem but the player can no longer change options.
I do get the...
|
Forum: Lua/XML Help
10-08-20, 10:40 PM
|
Replies: 7
Views: 7,271
|
Forum: Lua/XML Help
09-11-20, 11:02 PM
|
Replies: 1
Views: 5,089
Hi all
After playing around for a while I...
Hi all
After playing around for a while I decided to approach this problem in a different way.
I now check to see if the keybinding is set, if not I add it.
It does not write it to the...
|
Forum: Lua/XML Help
09-10-20, 06:37 PM
|
Replies: 1
Views: 5,089
Save default keybinding in Keybinding UI
Hi all
I have set up a number of keybinds in the Binding UI; 4 of these bindings have default bindings.
Whene I first login they work without an issue; however if I /reload the default bindings...
|
Forum: Lua/XML Help
09-02-20, 09:49 PM
|
Replies: 18
Views: 9,581
Hi all
@Fizzlemizz Thanks for your more...
Hi all
@Fizzlemizz Thanks for your more detailed explanation, the simple statement of "As someone once told me, frames are just special types of tables." makes things crystal clear for me. ...
|