Skip to content

Quest

Raw Clefthoof Meat

A World of Warcraft quest in Silithus. Facts and objectives from the current retail game data.

Advertisement
Top Comments

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

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

The turn-in quests are good for levelling followers.
Followers get 1000 XP once they are level 110.
I used Raw Clefthoof Meat, which can be bought using garrison resources. 20 meats for 1k XP.

Macro for buying 50 meat at a time:
/run BuyMerchantItem(17,50)
Macro for turning in:
/script SelectGossipAvailableQuest(6)
/script CompleteQuest()
/script GetQuestReward()

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

Here’s a macro that works with the NPC, without using any addons :

/run C_GossipInfo.SelectAvailableQuest(C_GossipInfo.GetAvailableQuests()[1]["questID"])
/run SelectAvailableQuest(1)
/run AcceptQuest()
/run CompleteQuest(1)
/run GetQuestReward(1)

Replace the "1" in these two lines:

/run C_GossipInfo.SelectAvailableQuest(C_GossipInfo.GetAvailableQuests()[1]["questID"])
/run SelectAvailableQuest(1)

with the number that corresponds to the meat you want to turn in to the NPC.

1 = Sandworm Meat
2 = Crunchy Spider Legs
3 = Chilled Meat
4 = Crocolisk Tails
5 = Raw Tiger Steaks
6 = Raw Clefthoof Meat
7 = Lean Shanks

Watch the video below to see the macro in action.
> Here <

Your keyboard is about to learn what true suffering is..

That is every comment on this page.

Advertisement

Quest facts

LevelLevel 1-90
Quest ID45734

The client quest POI data records no map location for this quest, so no map is shown.

Check whether you have already completed this quest in-game: /run print(C_QuestLog.IsQuestFlaggedCompleted(45734))

Requirements

RepeatsRepeatable
FactionAlliance only

Read from the Blizzard quest API.

Description

I remember reading that the old orc clans of Draenor used to prize the clefthoof for its size - one kill could feed a village for a night.

Related
Experience1,200 XP

Reward details

Currency: Alliance Qiraji Commendation x 20

Completing this quest will grant the Alliance credit in the Call of the Scarab event. The faction which earns the most credit today may hang their banners by the Scarab Gong for the rest of the year.

Item facts are the current retail client’s (ItemSparse); the specialisations for a pick-one item are the ones the Blizzard quest API lists; faction and currency text is the client’s own. Lowest listed price = the US commodity auction house now.

Where this quest fits

Other quests with this name

This one: Alliance only · Silithus · Level 1-90.

Steps, storylines and map placement from the client’s QuestLine, prerequisite and QuestPOI data; neighbouring quest text is Blizzard’s own (quest API), shortened to its opening sentences.