Quote:
Originally Posted by ObsidianDragon
is it possible to grab the name of the selected item and the selected raidmember when assigning loot? My idea is that I'd make an assign button that would then broadcast that info to a channel for dkp tracking, as in
/tc lootchannel [item] sold to [charname]
I haven't seen any direct way to reference the currently selected item or items, or the currently selected recipient, but I'm still fairly newbish about modding and have only learned from the things I've taken apart so far.
maybe capture the item name when the item is clicked and append the recipient when it is clicked? any suggestions would be greatly appreciated
Thanks!
|
Not sure I understand exactly what you're wanting. There is already a line in the log each time a party member gets assigned a piece of loot, something like "Joe loots [Greatsword of Uberness] from the Exquisite Chest of Wyrmlord Zaos" so I'm pondering the utility of creating code to basically send the same log text out again. *confused*