Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

This command returns a required reagent (as an itemLink) for a specific craftable item from the currently visible tradeskill window.

reagentLink = GetCraftReagentItemLink(index, n)

Arguments[]

index
number - index of the requested craft recipe, where 1 is the top-most listed recipe.
n
number - index of the Nth reagent for the recipe, where 1 is the first reagent.

Returns[]

reagentLink
string - itemLink for the requested reagent.

Details[]

  • If you specify an invalid index, nil is returned.
  • If there is no visible tradeskill window, nil is returned.

Patch changes[]

Wrath-Logo-Small Patch 3.0.2 (2008-10-14): Removed.

Advertisement