View Single Post
04/17/18, 07:23 PM   #1
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Question How to lock an item?

I've been trying different calls and options for hours, and I only got as far as this:

Code:
PLAYER_INVENTORY:RefreshInventorySlotLocked(1, slotId, lock, bagId)

All values checked valid. It only fades out the item and toggles the .locked property, but doesn't do the rest of what happens when locking an item. Is there just a simple call to lock/unlock items? I couldn't find it. I found this:
http://esodata.uesp.net/100022/src/i....lua.html#2694
http://esodata.uesp.net/100022/src/i....lua.html#1595
  Reply With Quote