/macro loot <itemlink>
and this would insert information into a database that <target> won the item <itemlink>.
Ideally, I want to grab the internal ID of this item, as well as the name, such that I can generate links to these items later when I retreive the info from the database. However, I can't seem to get the parameter as an 'item' type, it's passed in as a string (with the ID stripped off). I've tried:
Code: Select all
Sub Main(item it)
...

