
Enchanting Feature Request
b-morgan opened this issue ยท 8 comments
Profession: Enchanting
Creation of Materials only have 1 Button instead of a queue (There is no restriction from Blizz Side to create a queue)
Only for Enchants itself it must be once :D
I'm not sure I understand your request. I'll try to explain how Skillet-Classic implements Enchanting and then you can ask again if you still have an issue.
Skillet-Classic's interface with Enchanting is a bit strange as Blizzard has messed with it over time. In Classic Era, Enchanting is not a profession but is a "craft". To make matters worse, the call to DoCraft is restricted and can't be called directly by Skillet-Classic. The workaround is to "steal" the Enchant button from the Blizzard UI.
In Classic MoP, things are better but still not perfect. The first thing you should do is check the Skillet-Classic option ("?" icon) Queue enchant reagents
. This will allow you to queue enchants and add their reagents to the Shopping List. You can then fetch them from your bank (or other alts) and if you have the Auctionator addon, search for them in the AH.
The second thing you should know is that a right-click (or alt-left-click) on the Enchant
button (or the Process
button) will use a Vellum. The Process
button only appears if you click on the enchant in the queue. Again, this is due to Blizzard's restrictions as the Blizzard UI wants you to click on the Vellum in your bags after clicking on the Enchant button in the UI.
While you can queue a count of enchants, you can't process more than one enchant at a time.
Hi
Sorry my english is not the best when I try to explain something :D
The main request is this here (sorry my client is in german)

The Mysterious Essence would be able to craft in a queue or with "create all"
Currently I must click for every single one :D
I know that this profession is very messy, but if possible it would helps a bit (For example when I must convert 2000 spirit dust to Mysterious Essence)
To make it easier I change the code part
elseif Skillet.currentTrade == 7411 then
a bit with the ID for a short time to have the possibility :D
Looking at the Blizzard UI I think I see what you are saying. If I click on "Wizard Oil", I get "Create All, count, Create, Exit" for the action buttons. If I click on an enchant, I just get "Enchant, Exit".
Give me a line number and file name for the change you made, please. I'll have to see if I can duplicate the Blizzard UI behavior.
Hi
yes, with the button it was working fine for the material creation.
For Enchanting itself I didn't check it, because there is no creation like these (only with Vellum)
I can test this in a few hours when I am back at home
Skillet-Classic-2.18-alpha1 should fix this issue. The buttons will change based on the recipe selected.
Let me know if it works or if you experience any problems with Enchanting or if any other professions have issues.
Note: There is code to address #213 but I don't believe it works yet.
For Enchanting it works now completely thank you.
For the other I will reply on #213