Thread: Loot Window
View Single Post
05-04-05, 08:48 PM   #1
Inokis
EQInterface Staff
 
Inokis's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 156
Loot Window

Can someone please explain to me why this won't work in the loot window? It keeps picking up stuff from a bag after autolooting the item in the lootframe.
if ( button == "LeftButton" ) then
PickupContainerItem(this:GetID(), this.slot);

I've also tried:
if ( button == "LeftButton" ) then
PickupContainerItem(this:GetParent():GetID(), this:GetID());

the Loot Window seems to have some independent behavior, perhaps hardcoded into the client?
__________________
If not yourself, who can you count on...

Last edited by Inokis : 05-04-05 at 09:02 PM.
  Reply With Quote