View Single Post
  #3  
Unread 05-20-2010, 02:59 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 965
Default

Quote:
Originally Posted by ObsidianDragon View Post
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*
Attached Thumbnails
Click image for larger version

Name:	wardrobe.png
Views:	14952
Size:	127.4 KB
ID:	8581  Click image for larger version

Name:	iconbar.jpg
Views:	18542
Size:	270.3 KB
ID:	8582  Click image for larger version

Name:	font-trebuchet.jpg
Views:	1095
Size:	209.6 KB
ID:	8583  Click image for larger version

Name:	maintmon-modes2.jpg
Views:	14674
Size:	165.6 KB
ID:	8585  Click image for larger version

Name:	bank2.png
Views:	518
Size:	219.4 KB
ID:	8590  

Click image for larger version

Name:	bank.png
Views:	14081
Size:	221.1 KB
ID:	8591  
Attached Files
File Type: zip segoe_textstyles.zip (1.8 KB, 369 views)
File Type: zip arial_textstyles.zip (1.8 KB, 361 views)

Last edited by Darqwood : 04-02-2017 at 08:07 AM.
Reply With Quote