Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: kendaron
Forum: Lua/XML Help 08/01/16, 11:40 PM
Replies: 4
Views: 3,574
Posted By kendaron
Thanks for verifying that is wasn't just me :)

Thanks for verifying that is wasn't just me :)
Forum: Lua/XML Help 08/01/16, 10:03 PM
Replies: 4
Views: 3,574
Posted By kendaron
GetItemLinkItemType and SpecializedItemType

One of the changes recently made in the api was for a specialized item type to be returned from GetItemLinkItemType()

Whenever I call the GetItemLinkItemType() function with a link to a food or...
Forum: AddOn Help/Support 04/30/15, 08:05 PM
Replies: 7
Views: 4,648
Posted By kendaron
Yay I enumerated the player bank as per Garkin's...

Yay

I enumerated the player bank as per Garkin's example and those pesky Garlic Pumpkin Seeds popped out of hiding!

Thanks everyone for your assistance

:)
Forum: AddOn Help/Support 04/30/15, 10:15 AM
Replies: 7
Views: 4,648
Posted By kendaron
its basically the following local bagSize =...

its basically the following

local bagSize = GetBagSize(BAG_BANK)
for i = 1, bagSize do
<snip>
local itemLink = GetItemLink(BAG_BANK, i, linkStyle)
local itemType =...
Forum: AddOn Help/Support 04/30/15, 06:38 AM
Replies: 7
Views: 4,648
Posted By kendaron
Bank Item Not Showing

Hi all,

For those that do not know, I am the author of CookeryWiz.

It has the ability to collect writ items that need to be crafted, and I have just implemented the ability to automatically collect...
Forum: Translation Help 04/28/15, 09:04 AM
Replies: 0
Views: 4,416
Posted By kendaron
Transaltions for CookeryWiz

Hi everyone,

I was waiting until I had most things implemented before getting translation in place. The last thing I wanted to do was annoy people with constant changes.

I have support for German...
Showing results 1 to 6 of 6