Automate consignment making of items made from Draconic Essence

Yahaoola1

Member
For my one adorner to make, let say green adorns for one toon, he has to go back and forth between the two toons several times to get the craft started. Is there any way to set up the consignee to place the new draconic essence and hit accept. That way the crafter could still keep the process from running away, but the screen changes would be greatly reduced.


I think it says something about how great a set of code is when its the really little things like this folks are asking for.

Great Work!!
 

Kannkor

Ogre
For my one adorner to make, let say green adorns for one toon, he has to go back and forth between the two toons several times to get the craft started. Is there any way to set up the consignee to place the new draconic essence and hit accept. That way the crafter could still keep the process from running away, but the screen changes would be greatly reduced.


I think it says something about how great a set of code is when its the really little things like this folks are asking for.

Great Work!!
It's currently not possible for ISXEQ2 to move items into that window.
 

uiyice

Active Member
It's currently not possible for ISXEQ2 to move items into that window.
I don't know that there's enough access to make a 'perfect'/automated solution. Ie, figure out what is needed, and provide it all...

But from a "brute force/just gimme the damn incense when I press a MCP button" point of view....

eq2execute add_work_component ${Me.Inventory[Draconic Incense].Index} 0 ${Me.Inventory[Draconic Incense].Quantity} 0
and
eq2execute accept_work

gets you 90% of the way there...
 

Kannkor

Ogre
I don't know that there's enough access to make a 'perfect'/automated solution. Ie, figure out what is needed, and provide it all...

But from a "brute force/just gimme the damn incense when I press a MCP button" point of view....

eq2execute add_work_component ${Me.Inventory[Draconic Incense].Index} 0 ${Me.Inventory[Draconic Incense].Quantity} 0
and
eq2execute accept_work

gets you 90% of the way there...
Interesting, I wasn't aware of the add_work_component.

I'm going to consider a few options.. I have some ideas...
 

Yahaoola1

Member
Thank you for the response. I am too unfamiliar with making buttons for this to work when I just put what you set out on the first line and the line that follows and on the nexts. I did put the required quanity where the word quanity was, any addition assistance appreciated!
 
Top Bottom