What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Cloth Turn-In For Major Cities?

Knucklehead

New Member
Joined
Jan 15, 2010
Messages
44
Reaction score
0
Hey all.

I have all of the runecloth necessary to complete Exalted for each of the major city factions. I am wondering how to go about creating some sort of profile to interact with the cloth quartermaster to do the repeatable quest. I really do not care if it continues on without me having an runecloth in my bags. I just want to make it so I do have to click 1000+ times on the guy and then run my quest turn-in macro.

Any way to automate this?

Thanks!
 
Use a QuestOrder profile. It will pickup, turnin and rinse and repeat until you are EXALTED. Win! You don't have to be there, HB will do it 100% unattended.
 
So whats wrong with this picture?

<QuestOrder>

<!-- Additional Runecloth (level 60) -->
<!-- -->
<!-- http://www.wowhead.com/quest=7832 -->
<PickUp QuestName="Additional Runecloth" GiverName="Rashona Straglash" QuestId="7832" GiverId="14726" />
<!-- Item: Runecloth -->
<Objective QuestName="Additional Runecloth" QuestId="7832" Type="Collect" CollectCount="20" ItemId="14047" />
<TurnIn QuestName="Additional Runecloth" NpcName="Rashona Straglash" QuestId="7832" TurnInId="14726" />

</QuestOrder>

I load up the profile run questing and it just stands there. Any hel with whats going wrong would be greatly appreciated.
 
take out the <PickUp> since this quest is a Turn-in only.
 
Back
Top