Results: 35Comments by: snare
File: FatStacks04/23/14
OK cool. I may rewrite the stacking...
Posted By: snare
OK cool. I may rewrite the stacking to use event callbacks if I can. I think that'll fix the problem once and for all.
File: FatStacks04/23/14
Yeah woops. Seems I broke something...
Posted By: snare
Yeah woops. Seems I broke something last night, fixed now. Still let me know if you see that message, but it shouldn't happen every time you stack on the second item any more. Again pushed to github. I'm not gonna update the ESOUI version until this bug is fixed properly.
File: FatStacks04/22/14
OK, thanks. I'll investigate when I...
Posted By: snare
OK, thanks. I'll investigate when I get home tonight.
File: FatStacks04/22/14
I don't think a delay will do what...
Posted By: snare
I don't think a delay will do what you think it will. As I said, it is using the event API to wait for each transaction to complete before carrying out the next one.
File: FatStacks04/22/14
Just realised there was some superf...
Posted By: snare
Just realised there was some superfluous code that could have caused this bug, and I also added some error handling around the lines where it occurs so it will log a message if this bug is encountered. Pushed to github. If you guys want to try it out and let me know if you still hit it, that would be great.
File: FatStacks04/22/14
I suspect there's some nil item ID'...
Posted By: snare
I suspect there's some nil item ID's getting in there when finding the stacked items in the backpack. Could be related to throttling/lag on GetItemInstanceId(). The withdrawal delay is not fixed, it waits for an event notification that the previous withdrawal is complete. Same with deposits.
File: FatStacks04/22/14
Love it, running into some errors t...
Posted By: snare
Love it, running into some errors though: user:/Addons/FatStacks/Fatstacks.lua:194: operator .. is not supported for string .. nil stack traceback: user:/AddOns/FatStacks/FatStacks.lua:194 in function 'Next Deposit' user:AddOns/FatStacks/FatStacks.lua:66: in function 'OnGuildBankItemRemoved' Seem to ran into when dealing wi...
File: FatStacks04/22/14
Glad you like it guys :) Yeah I'll...
Posted By: snare
Glad you like it guys :) Yeah I'll condense the logging down a bit.
File: FatStacks04/22/14
Re: what about inventory space?
Posted By: snare
Hi, thank you for this useful addon. I'll try when i'll be at home. I'd like to know if it withdraw - stack - deposit / withdraw - stack - deposit etc etc or if it withdraw everything before depositing. I me if hae 50 slots in inventory but 80 unstacked items (of different type) in bank, what will happen? ty Hey, no worries. It d...
File: FatStacks04/22/14
Nice addon =) I had an error 3-4...
Posted By: snare
Nice addon =) I had an error 3-4 times (line 194 or 195 -> operator do not support nil) screenshot next time sorry Cool, I'll see if I can figured out what it might have been. Thanks!