View Single Post
04/09/14, 07:05 AM   #5
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
Originally Posted by beeradg View Post
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...
Interesting.I'm surprised that was allowed. Maybe one missed from their API clean out.
  Reply With Quote