Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: bsmorgan
Forum: Classic - AddOn Help/Support 09-15-19, 08:37 PM
Replies: 5
Views: 5,936
Posted By bsmorgan
It is working for me now. I must have been...

It is working for me now. I must have been delusional when I posted this.
Forum: Classic - AddOn Help/Support 09-15-19, 02:05 PM
Replies: 5
Views: 5,936
Posted By bsmorgan
That's weird. I guess I am going nuts! Did you...

That's weird. I guess I am going nuts!

Did you test with all of itemID or "itemName" or "itemLink"?

and, of course, you did have some of the same item in both your bags and your bank?

In any case,...
Forum: Classic - AddOn Help/Support 09-15-19, 01:10 PM
Replies: 5
Views: 5,936
Posted By bsmorgan
I found one but it's ugly... local bags =...

I found one but it's ugly...


local bags = {0,1,2,3,4}
for _, container in pairs(bags) do
for i = 1, GetContainerNumSlots(container), 1 do
local item = GetContainerItemLink(container,...
Forum: Classic - AddOn Help/Support 09-15-19, 09:03 AM
Replies: 5
Views: 5,936
Posted By bsmorgan
Serious bug in _classic_ GetItemCount

Am I going nuts?

count = GetItemCount(itemID or "itemName" or "itemLink"[, includeBank][, includeCharges])

includeBank
Boolean - true: count includes bank items

In _retail_,...
Showing results 1 to 4 of 4