Skillet

Skillet

112k Downloads

Not an Issue but a Request for Help

Galthariel opened this issue ยท 4 comments

commented

Hello Morgan :-)

Quick help please. I'm trying to use a macro like this with Skillet and I was wondering what should I use for the frame line since this one is for the Blizz frame. In case it's possible of course :-)

/script TradeSkillFrame.DetailsFrame:Create();
/use Enchanting Vellum

commented

What are you trying to accomplish?

commented

I got this from a Profession guide

Enchanting macro

Type /m into your chat then hit enter to create a macro. Then just copy-paste these strings in your macro and bind it to a useful/easy button on your keyboard. Simple but useful macro to make enchants faster.

/script TradeSkillFrame.DetailsFrame:Create();
/use Enchanting Vellum

This macro basically clicks on the "Enchant" button in your spellbook, then puts the enchant on an Enchanting Vellum. You have to select the Enchants in your profession spell book first, or the macro won't work.

commented

How about alt-click or right-click on the Create button to put the selected enchant on a vellum? You should be able to queue enchants, use the shopping list etc. to obtain the necessary materials, and then alt-click or right-click on the Process button.

  • How to use Enchanting Vellum? - Right Click on Process/Create/Create All button. You create only 1 enchanted vellum, repeat to create more

Note: There is a table (Skillet.scrollData) in ...\Skillet\SkilletTables.lua that was last updated (by the Skillet user Tarkumi) for 9.0.2. If there are newer enchants since then, the table may need to be updated. Since I've never personally done it, it make take me a while to figure it out.

commented

Ok. Tks :-)