What does it summon?

HardOne

Rawk On!
Joined
Sep 27, 2008
Messages
344
Reaction score
1
Points
0
Is there a way to find out the Item Name or Item ID of a summoned item, using information from the item that summons it?

For example: If I want to summon 80 items from Clicky X, can I use information from Clicky X to determine what item it will summon, or do I need to input what the summoned item is as well?

I want to feed the macro I'm writing 2 parameters: A link to the item that summons what I want, and the quantity (/mac summon "Item Link" ##)
 
zerker marcro afber or something like that from william12 has a summoning sub, also there are a few range/summoning macros here in threads
 
Figured it out in IRC with the help of PeteSampras!

This returns the Summoned Item Name
Code:
${FindItem[${Spell[${FindItem[ITEM NAME HERE].Spell.ID}].Base[1]}].Name}

This returns the Summoned Item Quantity
Code:
${FindItemCount[${Spell[${FindItem[ITEM NAME HERE].Spell.ID}].Base[1]}]}