Showing results 1 to 16 of 16
Search took 0.00 seconds.
Search: Posts Made By: beeradg
Forum: Lua/XML Help 04/13/14, 06:07 PM
Replies: 18
Views: 17,507
Posted By beeradg
You probably need to implement some time...

You probably need to implement some time buffering or wait for the update single item inventory event before moving the next item.
Forum: Lua/XML Help 04/13/14, 06:05 PM
Replies: 18
Views: 17,507
Posted By beeradg
I dug...

I found out about that from digging, completely. There is no documentation anywhere. Hopefully there will be at some point, but it shows up in the raw dump -- so I simply tried calling it will...
Forum: AddOn Search/Requests 04/13/14, 06:01 PM
Replies: 11
Views: 6,766
Posted By beeradg
Actually I haven't had a chance to mess with it...

Actually I haven't had a chance to mess with it since that night much at all (and didn't quite finish then) due to writing code for non-profits at the best hackathon ever...
Forum: AddOn Search/Requests 04/11/14, 06:34 PM
Replies: 11
Views: 6,766
Posted By beeradg
Working on it now :)

I'm doing that now, so yes. I most definitely can.

I'll add a button to consolidate items locally for now, will that work? To the inventory menu somewhere likely...
Forum: AddOn Search/Requests 04/11/14, 06:31 PM
Replies: 23
Views: 13,065
Posted By beeradg
Wow, that was quick

Seems to be up now! Sweet :)
Forum: AddOn Search/Requests 04/11/14, 06:29 PM
Replies: 11
Views: 6,766
Posted By beeradg
Yes that is possible

This is most definitely possible... Though was extremely difficult to figure out.

See here:

https://github.com/bradgearon/eso-stuff

From line 121-122 I in my mod I call this (a method that does...
Forum: AddOn Search/Requests 04/11/14, 06:19 PM
Replies: 23
Views: 13,065
Posted By beeradg
I'm resubmitting it "Bank Stuffer"

Just in case I'm resubmitting it as "Bank Stuffer"
Forum: AddOn Search/Requests 04/11/14, 06:14 PM
Replies: 23
Views: 13,065
Posted By beeradg
I have checked...

Where can I find the pending acceptance thing? So I had originally uploaded a zip and created a git repo for it... Only just now actually pushed the git repo though (since I have it on github)... ...
Forum: AddOn Search/Requests 04/11/14, 05:35 PM
Replies: 23
Views: 13,065
Posted By beeradg
It is a functional addon

It is a functional addon which works out of the box and requires no configuration.

On opening your bank it scans the items in your bags and bank and any stacks in your bank that are not full it will...
Forum: Lua/XML Help 04/10/14, 01:25 AM
Replies: 18
Views: 17,507
Posted By beeradg
Name parameter

Was fallout from refactoring... At first I was logging in that function and wanted to see the name but later moved things around and my trust for the callsecureprotected thing increased :)
Forum: Lua/XML Help 04/09/14, 06:16 PM
Replies: 18
Views: 17,507
Posted By beeradg
Glad that worked. From the code in that link I...

Glad that worked. From the code in that link I posted: (had the answer all along) :)

function stackItem(fromBag, fromSlot, toBag, toSlot, quantity, name)
local result = true
-- just in...
Forum: AddOn Search/Requests 04/09/14, 04:03 PM
Replies: 23
Views: 13,065
Posted By beeradg
I posted something

In the reply above I posted something like what you are looking for:

Finds items that are in your bank and in your inventory (upon opening the bank) and merges them to your bank
Forum: AddOn Search/Requests 04/09/14, 11:25 AM
Replies: 23
Views: 13,065
Posted By beeradg
protected functions

I submitted an addon that uses the "protected" functions - and works.

Here's a git repo https://github.com/bradgearon/eso-stuff

Stuff.lua line 11 and 14 are the important chunks...
Forum: Lua/XML Help 04/09/14, 06:51 AM
Replies: 18
Views: 17,507
Posted By beeradg
None of those worked for me...

I submitted an addon that uses the "protected" functions - and works.

You have to do something like:
CallSecureProtected("PickupInventoryItem", fromBag, fromSlot, quantity)

Here's a git repo...
Forum: General Authoring Discussion 04/09/14, 06:50 AM
Replies: 12
Views: 7,084
Posted By beeradg
Using protected functions... was annoying

I submitted an addon that uses the "protected" functions - and works.

Here's a git repo https://github.com/bradgearon/eso-stuff

Stuff.lua line 11 and 14 are the important chunks...
Forum: News 04/09/14, 06:49 AM
Replies: 39
Views: 83,177
Posted By beeradg
CallSecureProtected

I submitted an addon that uses the "protected" functions - and works.

Here's a git repo https://github.com/bradgearon/eso-stuff

Stuff.lua line 11 and 14 are the important chunks...
Showing results 1 to 16 of 16