Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: loff93
Forum: Lua/XML Help 12-16-19, 08:47 AM
Replies: 5
Views: 3,506
Posted By loff93
ahh, good to know, thanks :) the swapping...

ahh, good to know, thanks :)

the swapping script is not working correctly thought and I'm not sure how I'm gonna fix this.
Example: I have to click multiple times for items to get to the correct...
Forum: Lua/XML Help 12-15-19, 05:33 AM
Replies: 5
Views: 3,506
Posted By loff93
Hello again! I tried a lot of different things. I...

Hello again!
I tried a lot of different things. I got some help from people on discord and this is my current result.
It doesn't work 100%. I believe the issue is that slots ain't updated if they are...
Forum: Lua/XML Help 12-14-19, 03:44 PM
Replies: 5
Views: 3,506
Posted By loff93
oww I see! Awesome - Thanks for the info :)

oww I see! Awesome - Thanks for the info :)
Forum: Lua/XML Help 12-14-19, 08:45 AM
Replies: 5
Views: 3,506
Posted By loff93
Inventory Sorting

Hey,

would like to test the idea of sorting items in bag depending on vendor price.
Any tips?

I think I know a way to loop through inventory, but I do not know how to swap slots in bag.

I'm a...
Forum: Lua/XML Help 07-28-17, 05:30 AM
Replies: 6
Views: 2,224
Posted By loff93
Cool, thanks for the input :)

Cool, thanks for the input :)
Forum: Lua/XML Help 07-27-17, 07:29 PM
Replies: 6
Views: 2,224
Posted By loff93
Yes, I have read it ofcourse since it's my own...

Yes, I have read it ofcourse since it's my own thread from April and I have a solution in mind for my current project as written above - but a general answer on whats recommended for my project would...
Forum: Lua/XML Help 07-26-17, 11:04 PM
Replies: 6
Views: 2,224
Posted By loff93
Cache suggestions

Hello!

Example of my code:


local Immerseus_LFR = {
[1] = 104922; -- Hood of swirling senses
}

Immerseus = {
Forum: Lua/XML Help 07-24-17, 06:48 PM
Replies: 4
Views: 1,917
Posted By loff93
Where do I find what values it...

Where do I find what values it returns?
Edit:
Nvm. local sources = C_TransmogCollection.GetAppearanceSources(appearanceID)
Forum: Lua/XML Help 07-21-17, 10:01 AM
Replies: 4
Views: 1,917
Posted By loff93
Thanks a lot - worked! Edit: if isCollected ==...

Thanks a lot - worked!
Edit:
if isCollected == false then
Shows all items (plate, cloth, leather ..), I read that someone said it would only show items you could actually unlock on that character...
Forum: Lua/XML Help 07-20-17, 09:38 PM
Replies: 4
Views: 1,917
Posted By loff93
isCollected issue

Hey
First it seemed to work as I tested 2 items that I had and didn't, but when I tested with this item it's wrong.

Am I actually using it correctly?

local visualID =...
Forum: General Authoring Discussion 07-20-17, 09:30 PM
Replies: 12
Views: 5,051
Posted By loff93
.

Thanks for all the suggestions and for moving the thread!
Forum: General Authoring Discussion 07-20-17, 06:40 PM
Replies: 12
Views: 5,051
Posted By loff93
Editor, LUA

Hey everyone!

Made a few simple addons to learn LUA & WoW APIs better. Before I start my new project which will be a lot bigger than earlier projects, I want to find a decent editor. Mostly for...
Forum: AddOn Help/Support 06-15-17, 11:36 PM
Replies: 2
Views: 1,768
Posted By loff93
Thanks for sharing!

Thanks for sharing!
Forum: AddOn Help/Support 06-15-17, 07:56 PM
Replies: 2
Views: 1,768
Posted By loff93
World quests

Hey!
Trying to make my addon to show a specific world quest if it's active. What I do below doesn't seem to work as it's not in the QuestLog but I haven't found a function to find a World Quest...
Forum: AddOn Help/Support 06-13-17, 02:30 AM
Replies: 4
Views: 5,540
Posted By loff93
owww now that is a function can I like. Thanks...

owww now that is a function can I like. Thanks again, works really well! :)
Forum: AddOn Help/Support 06-13-17, 02:16 AM
Replies: 4
Views: 5,540
Posted By loff93
Awesome, wasn't sure how to write local name, _,...

Awesome, wasn't sure how to write local name, _, _, _, _, _, _, _, _, texture = GetItemInfo(itemID) without storing everything etc. Works really well , but only if the character has already cached...
Forum: AddOn Help/Support 06-13-17, 01:25 AM
Replies: 4
Views: 5,540
Posted By loff93
How to get item texture path

Hey,

Finally done with exams and wanna progress on my addon. I'm quite new to lua but I'm starting to see how it works.

I got a function tha grabs item info, so I get the item name. My issue is...
Forum: Lua/XML Help 05-01-17, 01:01 AM
Replies: 16
Views: 10,270
Posted By loff93
haha I don't know. Thanks for the heads up at...

haha I don't know. Thanks for the heads up at least ^^
Forum: Lua/XML Help 04-30-17, 07:42 AM
Replies: 16
Views: 10,270
Posted By loff93
Thumbs up Awesome. Thanks! By the way - thanks to everyone...

Awesome. Thanks!
By the way - thanks to everyone replying to the thread. Totally new to this language, wow addons and this forum and I'm overwhelmed by all the help and fast replies!
Forum: Lua/XML Help 04-27-17, 08:48 AM
Replies: 16
Views: 10,270
Posted By loff93
ah fair enough , had not looked too well into the...

ah fair enough , had not looked too well into the scrip yet. Was going to study it when I had time to sit down with it.

I tried to make the script work but I get error from this line:
local name,...
Forum: Lua/XML Help 04-25-17, 02:41 PM
Replies: 16
Views: 10,270
Posted By loff93
Yeah I understood that but I ment like - when...

Yeah I understood that but I ment like - when GET_ITEM_INFO_RECEIVED is triggered, it would be nice to make that one trigger another function I have if possible :)
Forum: Lua/XML Help 04-25-17, 06:54 AM
Replies: 16
Views: 10,270
Posted By loff93
Cool, thanks for taking your time to help...

Cool, thanks for taking your time to help out.
Will test it when I get the chance :)
Forum: Lua/XML Help 04-25-17, 04:17 AM
Replies: 16
Views: 10,270
Posted By loff93
Nice, thanks. How can I use...

Nice, thanks.
How can I use "GET_ITEM_INFO_RECEIVED" to trigger an event however? Assume I can't use it like:
function GET_ITEM_INFO_RECEIVED(Item_ID)()
-- stuff
end

Will play around with it when I...
Forum: Lua/XML Help 04-24-17, 01:45 PM
Replies: 16
Views: 10,270
Posted By loff93
yeah I figured that so I made a update that...

yeah I figured that so I made a update that checks if the status has changed from nil to the correct value then allowing user to actually open the addon. However, this isn't good enough for me, it...
Forum: Lua/XML Help 04-24-17, 11:17 AM
Replies: 16
Views: 10,270
Posted By loff93
WoW LUA - cache issue

Hello!

Just started working with lua and WoW addons. It's pretty fun and I have already made some simple addons.
My only issue so far is the cache. When the items I try to use is not in the local...
Showing results 1 to 25 of 25