Thread Tools Display Modes
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
06-10-05, 05:04 AM   #2
greycap
A Deviate Faerie Dragon
Join Date: Jun 2005
Posts: 11
the function youre looking for is LootSlot(slotnum).

unfortunately, it has been disabled.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Loot Window

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off