b-morgan / Skillet

World of Warcraft addon
GNU General Public License v3.0
14 stars 5 forks source link

Not an Issue but a Request for Help #40

Closed Galthariel closed 2 years ago

Galthariel commented 2 years ago

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

b-morgan commented 2 years ago

What are you trying to accomplish?

Galthariel commented 2 years ago

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.

b-morgan commented 2 years ago

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.

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.

Galthariel commented 2 years ago

Ok. Tks :-)