Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/08/20, 03:28 AM   #1
remosito
AddOn Author - Click to view addons
Join Date: Dec 2019
Posts: 30
Any way to find out who/what dropped a loot item?

Howdie all :-)

is there a way to find out what/who dropped an item?

I found the Event one can hook into. But the return values only give back who received an item.

Lua Code:
  1. EVENT_LOOT_RECEIVED (*string* _receivedBy_, *string* _itemName_, *integer* _quantity_, *[ItemUISoundCategory|#ItemUISoundCategory]* _soundCategory_, *[LootItemType|#LootItemType]* _lootType_, *bool* _self_, *bool* _isPickpocketLoot_, *string* _questItemIcon_, *integer* _itemId_, *bool* _isStolen_)

Is there a way to get the mob/chest/node that dropped it?

(Wanted to start to log what/who drops what Leads)

thanks a lot in advance
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Any way to find out who/what dropped a loot item?


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