All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before
i have macro for quest rogue.
When item in inventory have reach target, it will be automatically change the config.
But in console have an error like this.
@inventory (<item>)
Returns inventory item index of <item>. If <item> doesn't exist, it returns -1.
@Inventory (<item>)
Same as @inventory but returns all matching indexes as a comma-separated list or -1 if the item was not found.
@invamount (<item>)
Returns the amount of the given <item> in inventory.