Results: 17Comments by: jesaul
File: Bank Manager Revived10/07/14
Well, that works for me and a good...
Posted By: jesaul
Well, that works for me and a good workaround. i would even simplify the function to function placeItems(fromBag, fromSlot, destBag, destSlot, quantity) if IsProtectedFunction("RequestMoveItem") then CallSecureProtected("RequestMoveItem", fromBag, fromSlot, destBag, destSlot, quantity) else RequestMoveItem(fromBag,...
File: Bank Manager Revived10/07/14
Well, he mentioned boolean return v...
Posted By: jesaul
Well, he mentioned boolean return value. I'm trying to ask devs and waiting for the answer. Ok. By the documentation it is listed that it is protected function RequestMoveItem *protected* (... and the call to it using CallSecureProtected returns "requested function was not found or is not protected" And the same for some othe...
File: Bank Manager Revived10/07/14
Well, he mentioned boolean return v...
Posted By: jesaul
Well, he mentioned boolean return value. I'm trying to ask devs and waiting for the answer.
File: Bank Manager Revived10/07/14
What do you do in lua to call a pri...
Posted By: jesaul
What do you do in lua to call a private function? Why is the code insecure for you and works for me? I noticed you have asked on the official ESO forums, and saw our community guru Garkin answered :) I'll do some tests based on his latest answer. ZOS_ChipHilseberg's answer: http://forums.elderscrollsonline.com/discussion/comment/...
File: Bank Manager Revived10/07/14
What do you do in lua to call a pri...
Posted By: jesaul
What do you do in lua to call a private function? Why is the code insecure for you and works for me? I noticed you have asked on the official ESO forums, and saw our community guru Garkin answered :) I'll do some tests based on his latest answer. :) yes, please. While I made it working for me and am happy now :)
File: Bank Manager Revived10/07/14
What do you do in lua to call a pri...
Posted By: jesaul
What do you do in lua to call a private function? Why is the code insecure for you and works for me?
File: Bank Manager Revived10/06/14
Well, I'm a developer for 12+ years...
Posted By: jesaul
Well, I'm a developer for 12+ years. There is a syndrom that at the developers computer everything works differently :) P.S. Win 8.1 x64 with lots of stuff. Hobby dev (mostly VB.Net and a bit of lua) for more than 20 years, so know all about it :D P.S. Win 7 x64 gaming rig, so barely anything else on this one. can you try func...
File: Bank Manager Revived10/05/14
Well, I'm a developer for 12+ years...
Posted By: jesaul
Well, I'm a developer for 12+ years. There is a syndrom that at the developers computer everything works differently :) P.S. Win 8.1 x64 with lots of stuff. I'll submit a ticket to devs tomorrow.
File: Bank Manager Revived10/05/14
ok, it starts working when changing...
Posted By: jesaul
ok, it starts working when changing the function to function placeItems(fromBag, fromSlot, destBag, destSlot, quantity) zo_callLater(function() ClearCursor() PickupInventoryItem(fromBag, fromSlot, quantity) PlaceInInventory(destBag, destSlot) ClearCursor() end, delayTransfer) de...
File: Bank Manager Revived10/05/14
ok, it starts working when changing...
Posted By: jesaul
ok, it starts working when changing the function to function placeItems(fromBag, fromSlot, destBag, destSlot, quantity) zo_callLater(function() ClearCursor() PickupInventoryItem(fromBag, fromSlot, quantity) PlaceInInventory(destBag, destSlot) ClearCursor() end, delayTransfer) de...
File: Bank Manager Revived10/05/14
That also fails.
Posted By: jesaul
That also fails.
File: Bank Manager Revived10/05/14
Thanks. I'm off to printf debugging...
Posted By: jesaul
Thanks. I'm off to printf debugging. IF you find the issue (and fix it) let me know what and how, then I'll update it here :) CallSecureProtected("PickupInventoryItem" ... just fails silently... I've checked and it seems that there were no api changes for it.
File: Bank Manager Revived10/02/14
Re: Re: Re: Re: Re: Re: Re: Re: v2.9.12 out
Posted By: jesaul
Thanks. I'm off to printf debugging.
File: Bank Manager Revived10/01/14
Re: Re: Re: Re: Re: Re: v2.9.12 out
Posted By: jesaul
Hi. After the next update, nothing is being transferred again :( It doesn't make sense to me as it works fine here, so it's impossible for me to locate the problem :( Did you do a fresh installation or use the old saved variables file from Bank Manager? Well, I have used old variables. But I've also tried to remove add-on and...
File: Bank Manager Revived10/01/14
Re: Re: Re: Re: v2.9.12 out
Posted By: jesaul
Hi. After the next update, nothing is being transferred again :( It doesn't make sense to me as it works fine here, so it's impossible for me to locate the problem :( Did you do a fresh installation or use the old saved variables file from Bank Manager? Well, I have used old variables. But I've also tried to remove add-on and...
File: Bank Manager Revived10/01/14
Re: Re: v2.9.12 out
Posted By: jesaul
Hi. After the next update, nothing is being transferred again :(
File: Bank Manager Revived09/17/14
It's not moving items for some reas...
Posted By: jesaul
It's not moving items for some reason :S ... No errors or anything, just doesn't move them though it says it moved x amount of items and stacked y amount of items. It's the same for me. Movement is not working.