Skip to content
Secrets of Draenor Enchanting

Spell

Secrets of Draenor Enchanting

Physical

3.5 sec1 sec cooldownSelf Only

Advertisement
Top Comments

The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.

1
slemdorull+24via Wowhead (opens the original comment in a new tab)

Secrets of Draenor Enchanting can be created by having [skill=333] as one of your professions after learning [item=111922] which you get from
A [npc=77354] or H [npc=79821] in quest reward. It can also be dropped randomly from WoD dungeons.

It requires 3x Draenic Dust to make 1x Secrets of Draenor Enchanting. The cooldown resets daily.

You need Secrets of Draenor Enchanting for the new recipes. These can be bought from the WoD enchanting vendors.

All 15 comments below ↓

Secrets of Draenor Enchanting
Advertisement

Tooltip

Compile your knowledge of Enchanting once per day. Secrets can be traded for recipes.

Spell facts

SchoolPhysical
Cast time3.5 sec
Cooldown1 sec
EffectCreate Item
RangeSelf Only
Taught byEnchanting (skill 1)
Spell ID177043

Datamined from the current retail build. Numbers that scale with level or stats are shown at their base value.

Creates

Reagents, skill and price for this recipe

Reagents

Items that grant this spell

More Enchanting spells

Every Enchanting spell

Related

Community notes from Wowhead · 15 comments

The comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.

1
slemdorull+24via Wowhead (opens the original comment in a new tab)

Secrets of Draenor Enchanting can be created by having [skill=333] as one of your professions after learning [item=111922] which you get from
A [npc=77354] or H [npc=79821] in quest reward. It can also be dropped randomly from WoD dungeons.

It requires 3x Draenic Dust to make 1x Secrets of Draenor Enchanting. The cooldown resets daily.

You need Secrets of Draenor Enchanting for the new recipes. These can be bought from the WoD enchanting vendors.

GrimTimA+6via Wowhead (opens the original comment in a new tab)

So, prof's like tailoring can use this to get a [Small Pouch of Coins]. For some reason, doesn't look like you can get these with Enchanting.

(you'd do this if you accidentally purchased more of these after knowing all recipes)

pakteri+4via Wowhead (opens the original comment in a new tab)

This will make your life easier! Try it out.
To make this work; you have to run the script in the chat box (you copy-paste it and press enter) and it will create an icon that you can drag onto your bars.

Alchemy

Alchemical Catalyst : /run PickupSpell(156587)
Secrets of Draenor Alchemy : /run PickupSpell(175880)
Transmute: Living Steel : /run PickupSpell(114780)

Blacksmithing

Truesteel Ingot : /run PickupSpell(171690)
Secrets of Draenor Blacksmithing : /run PickupSpell(176090)
Balanced Trillium Ingot : /run PickupSpell(143255)
Lightning Steel Ingot : /run PickupSpell(138646)

Enchanting

Temporal Crystal : /run PickupSpell(169092)
Secrets of Draenor Enchanting : /run PickupSpell(177043)

Engineering

Gearspring Parts : /run PickupSpell(169080)
Secrets of Draenor Engineering : /run PickupSpell(177054)
Jard's Peculiar Energy Source : /run PickupSpell(139176)

Inscription

War Paints : /run PickupSpell(169081)
Secrets of Draenor Inscription : /run PickupSpell(177045)
Scroll of Wisdom : /run PickupSpell(112996)

Jewelcrafting

Taladite Crystal : /run PickupSpell(170700)
Secrets of Draenor Jewelcrafting : /run PickupSpell(176087)
Serpent's Heart : /run PickupSpell(140050)

Leatherworking

Burnished Leather : /run PickupSpell(171391)
Secrets of Draenor Leatherworking : /run PickupSpell(176089)
Hardened Magnificent Hide : /run PickupSpell(142976)
Magnificence of Leather : /run PickupSpell(140040)

Tailoring

Hexweave Cloth : /run PickupSpell(168835)
Secrets of Draenor Tailoring : /run PickupSpell(176058)
Celestial Cloth : /run PickupSpell(143011)
Imperial Silk : /run PickupSpell(125557)

PS: You can do this for all your spells on your professions. All you gotta do is check the spell id from wowhead and use it.

Zair+1via Wowhead (opens the original comment in a new tab)

This is fantastic! I was looking for a way to easily track the cooldown and this works. Each /run command adds a button that shows the cooldown time (both graphically and exactly in the tooltip), and shows how many of the item you can make based on the mats you own. Thanks!

Rotok+1via Wowhead (opens the original comment in a new tab)

(Thank you pakteri for original and Tsmarine for updated run line command!)
As of 11.0, there have been API changes to the original PickUpSpell() command, so that no longer works. Use /run C_Spell.PickupSpell() now instead.
This will make your life easier! Try it out.
As of 11.0, there have been API changes to the original PickUpSpell() command, so that no longer works. Use /run C_Spell.PickupSpell() now instead.
This will make your life easier! Try it out.

To make this work; you have to run the script in the chat box (you copy-paste it and press enter) and it will create an icon that you can drag onto your bars.

Alchemy
Alchemical Catalyst : /run C_Spell.PickupSpell(156587)
Secrets of Draenor Alchemy : /run C_Spell.PickupSpell(175880)
Transmute: Living Steel : /run C_Spell.PickupSpell(114780)

Blacksmithing
Truesteel Ingot : /run C_Spell.PickupSpell(171690)
Secrets of Draenor Blacksmithing : /run C_Spell.PickupSpell(176090)
Balanced Trillium Ingot : /run C_Spell.PickupSpell(143255)
Lightning Steel Ingot : /run C_Spell.PickupSpell(138646)

Enchanting
Temporal Crystal : /run C_Spell.PickupSpell(169092)
Secrets of Draenor Enchanting : /run C_Spell.PickupSpell(177043)

Engineering
Gearspring Parts : /run C_Spell.PickupSpell(169080)
Secrets of Draenor Engineering : /run C_Spell.PickupSpell(177054)
Jard's Peculiar Energy Source : /run C_Spell.PickupSpell(139176)

Inscription
War Paints : /run C_Spell.PickupSpell(169081)
Secrets of Draenor Inscription : /run C_Spell.PickupSpell(177045)
Scroll of Wisdom : /run C_Spell.PickupSpell(112996)

Jewelcrafting
Taladite Crystal : /run C_Spell.PickupSpell(170700)
Secrets of Draenor Jewelcrafting : /run C_Spell.PickupSpell(176087)
Serpent's Heart : /run C_Spell.PickupSpell(140050)

Leatherworking
Burnished Leather : /run C_Spell.PickupSpell(171391)
Secrets of Draenor Leatherworking : /run C_Spell.PickupSpell(176089)
Hardened Magnificent Hide : /run C_Spell.PickupSpell(142976)
Magnificence of Leather : /run C_Spell.PickupSpell(140040)

Tailoring
Hexweave Cloth : /run C_Spell.PickupSpell(168835)
Secrets of Draenor Tailoring : /run C_Spell.PickupSpell(176058)
Celestial Cloth : /run C_Spell.PickupSpell(143011)
Imperial Silk : /run C_Spell.PickupSpell(125557)

1839803+0via Wowhead (opens the original comment in a new tab)

OK, the dumb reply to that question is.. when you copy / paste any of the above, you need to just paste the '/run PickupSpell(177043)' without the comment part. This wasn't obvious to me, but maybe it will help someone else.

Jolni+0via Wowhead (opens the original comment in a new tab)

Thankyou Sir! this was exactly what I was looking for while leveling up my alts during the BFA XP boost, I can quickly log each char and run a macro on the button bar to mindlessly grind out there WoD crafting skills. (Blizz, you really need to hotfix WoD and Legion profs, they are mind numbingly grindy post expansion for alts, I understand the principle in current content, but past content is painfull since WoD...)