Results: 2Comments by: binul
File: BagSync07-30-16
GetInboxItem API changed.
Posted By: binul
GetInboxItem function now returns name, itemID, itemTexture, count, quality, canUse So, The following code seems to be fixed: BagSync.lua:418 (v8.8) local name, itemTexture, count, quality, canUse = GetInboxItem(mailIndex, i) to local name, itemID, itemTexture, count, quality, canUse = GetInboxItem(mailIndex, i) Thanks for...
File: !SyLevel07-25-16
SyLevel\pipes\tradeskill.lua
Posted By: binul
I temporarily fixed the errors related to tradeskill (exactly, occurs in file SyLevel\pipes\tradeskill.lua) I'm a noob on wow api so I'm not sure whether it's a proper way or not. but... it's working anyway. SyLevel\pipes\tradeskill.lua local _E local hook local selectedRecipeID local pipe = function(self, ...) local...