Skip to content
Hexweave Cloth

Spell

Hexweave Cloth

Physical

1.5 sec1 sec cooldownSelf Only

Advertisement
Top Comments

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

1
pakteri+22via 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.

All 10 comments below ↓

Hexweave Cloth
Advertisement

Tooltip

Produces 8, plus additional based on Tailoring skill.

May also yield Sorcerous Water and/or Sorcerous Air.

Cooldown resets daily.

Spell facts

SchoolPhysical
Cast time1.5 sec
Cooldown1 sec
EffectRemove Aura
RangeSelf Only
Taught byTailoring (skill 1)
Spell ID168835

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

Reagents

Items that grant this spell

More Tailoring spells

Every Tailoring spell

Related

Community notes from Wowhead · 10 comments

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

1
pakteri+22via 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.

Frostybolts+3via Wowhead (opens the original comment in a new tab)

Macro for Hexweave, Imperial Silk, and Celestial Cloth, compatible with the 8.xx tradeskill APIs:

/run C_TradeSkillUI.OpenTradeSkill(197)
/run C_TradeSkillUI.CraftRecipe(168835, 1)
/run C_TradeSkillUI.CraftRecipe(143011, 1)
/run C_TradeSkillUI.CraftRecipe(125557, 1)

ivano42+2via Wowhead (opens the original comment in a new tab)

Leave off the dashs and name, and past in chat. You will then have an icon under your cursor that you can place on your action bar that, when clicked, will run that tradeskill recipe and create the item/enchant if you have the required stuff. The trade skill window does not need to be open.