b-morgan / Skillet-Classic

World of Warcraft Classic addon
GNU General Public License v3.0
6 stars 6 forks source link

Queuing Enchanting items? #155

Closed Terroosh closed 1 year ago

Terroosh commented 1 year ago

Is it possible to queue enchanting crafts like Lesser Magic Wand, Greater Magic Wand, and Minor Wizard Oil instead of having to click enchant each time or is there a limitation by blizzard?

b-morgan commented 1 year ago

I'm guessing you are asking about Enchanting on Classic Era (1.14.4). If so, then the answer is no, it is a Blizzard limitation.

While the Blizzard API function, DoCraft(recipeIndex, count) contains a count parameter, Blizzard has restricted the call to only their own UI. Skillet-Classic cheats by using (the hidden) Blizzard UI Enchant button. The Blizzard UI (which you can open by shift-clicking your action bar button) doesn't contain a count field.

At one time, Skillet-Classic had a hidden option to go ahead and issue the call to DoCraft but I don't think that option works anymore.