Feature - New #2103
New item method: Infuse
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2018-10-18
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
When you right click an item in your inventory, you get an option "Infuse" (other options also include: Examine, Equip, Destroy).
Would like to be able to access this right click option.
Similar to Me.Inventory["Item name here"]:Equip
Would like: Me.Inventory["item name here"]:Infuse
Files
Updated by Amadeus almost 5 years ago
- Status changed from New to Resolved
You can infuse items by using the following code:
eq2execute /infuse_item ITEM_SERIAL_NUMBER
For Example:
eq2execute /infuse_item ${Me.Inventory[netted sleeves of the lost].SerialNumber}
Updated by Amadeus almost 5 years ago
Also, for future reference, /infuse_item_preview SERIAL_NUMBER
will open up the window.