View Single Post
04/09/14, 06:51 AM   #4
beeradg
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 16
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 https://github.com/bradgearon/eso-stuff

Stuff.lua line 11 and 14 are the important chunks...
  Reply With Quote