There is a daily cooldown. You can cast this once per day.
Spell
Secrets of Draenor Inscription
Physical
The highest voted Wowhead comments for this page. They are community notes, not TheWoWDB comments.
Think it's useful to note that there's no need (aside from the small chance of a skill increase) to create anymore of these after you have learned all the available recipes, unlike, for example, the blacksmithing equivalent that can be turned in for a sack of gold.
As of Patch 6.1, since the new recipes are purchased with pigments, these are still useless if you already bought all the recipes off the vendor in the scribe building. As I personally now have a stock of 40 I think I will give up on them ever being useful again.
Tooltip
Compile your knowledge of Inscription once per day. Secrets can be traded for recipes.
Spell facts
Datamined from the current retail build. Numbers that scale with level or stats are shown at their base value.
Creates
Reagents
Items that grant this spell
More Inscription spells
Related
Community notes from Wowhead · 8 comments
The comments below were written by Wowhead users. They are community notes, not TheWoWDB comments. See them in context on Wowhead.
There is a daily cooldown. You can cast this once per day.
Think it's useful to note that there's no need (aside from the small chance of a skill increase) to create anymore of these after you have learned all the available recipes, unlike, for example, the blacksmithing equivalent that can be turned in for a sack of gold.
As of Patch 6.1, since the new recipes are purchased with pigments, these are still useless if you already bought all the recipes off the vendor in the scribe building. As I personally now have a stock of 40 I think I will give up on them ever being useful again.
I'm still making them (and the engineering ones) since I still have some small hope that they will add new recipes down the road.
Which sucks, because for all other professions you can buy a small purse of coins with Secrets, but not with Secrets of Draenor Inscription.
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.
(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)
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.