daemitus / SomethingNeedDoing

91 stars 64 forks source link

[Feature Request] Use HQ items when available #24

Open rootdarkarchon opened 2 years ago

rootdarkarchon commented 2 years ago

A command for SND that would add HQ items to the current recipe would be useful.

Potentially interesting commands:

When no HQ items are present by default abort or continue with an added ignore flag.

Otkar commented 2 years ago

I wanted to leave a suggestion similar to this.

Right now, I have to manually input the inputs with /send to achieve what I want. Would be nice to just have a command to automatically add all HQ mats automatically.

Currently, this is what I do to fill the HQ slots.

/recipe "Grade 6 Tincture of Dexterity"
/waitaddon "RecipeNote" <maxwait.0.5>
/send OEM_5
/send OEM_5
/send UP
/send UP
/send RIGHT
/send RIGHT
/send OEM_5

Would be nice to just have /click HQ_Mats or something or simply have an option to automatically fill the HQ items.

AshrynPastina commented 2 years ago

There is, in the list of available clicks

/click synthesis_material1_hq
/click synthesis_material2_hq
/click synthesis_material3_hq
/click synthesis_material4_hq
/click synthesis_material5_hq
/click synthesis_material6_hq

There is also _nq versions as well.

I would think these in combination with repeated lines and/or looping would work.

Otkar commented 2 years ago

Oh wow, thank you so much. I never saw those commands. I truly appreciate your reply!