Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Sapu94
Forum: Legion Beta archived threads 10-26-16, 08:57 PM
Replies: 2
Views: 5,556
Posted By Sapu94
Maybe I spoke too soon, but this definitely...

Maybe I spoke too soon, but this definitely happens on live :(
Forum: Legion Beta archived threads 10-22-16, 04:11 PM
Replies: 2
Views: 5,556
Posted By Sapu94
Good news! Looks like this is fixed on the 7.1...

Good news! Looks like this is fixed on the 7.1 PTR. Hopefully that same fix makes it into the release :D
Forum: Legion Beta archived threads 10-22-16, 03:58 PM
Replies: 2
Views: 5,556
Posted By Sapu94
GetItemInfoInstant() Game Crash

Running the following two commands in-game consistently causes the game to crash (error #132).


/run for itemId = 20000, 23000 do GetItemInfoInstant(itemId) end
/reload

Doing 2k requests does not...
Forum: Released AddOns 10-21-10, 12:35 AM
Replies: 0
Views: 7,455
Posted By Sapu94
Auction Profit Master (continuation of QA3)

Download here: http://www.wowinterface.com/downloads/info18241-AuctionProfitMaster.html#info


General Information
This is a continuation of the popular addon "Quick Auctions 3". This addon will help...
Forum: Lua/XML Help 08-28-10, 04:56 PM
Replies: 2
Views: 3,317
Posted By Sapu94
unpack is just what i was looking for! I...

unpack is just what i was looking for!

I actually ended up working around having to do it but learning new lua functions is never a bad thing :)

Thanks
Forum: Lua/XML Help 08-28-10, 02:16 PM
Replies: 2
Views: 3,317
Posted By Sapu94
Code to Convert a Table to a List (for lack of better terms)

So here is my situation for my addon. Here is a function very similar to one I have:


function testFunction(parent, index, ...)
return tableOfFunctions[index](parent, ...)
end

A call to this...
Showing results 1 to 6 of 6