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

[Request] A Donation of Runecloth turn in Plugin

crazyperson

Member
Joined
Jan 15, 2010
Messages
38
Reaction score
0
I've been wanting to up my reputation with various races inside my faction. The problem is I'm standing at the NPC with a 100 stacks of Runecloth in my bags. Here is a quick run through of the process:

(1) Click to interact with NPC
(2) Click to turn in more runecloth
(3) Click to confirm the turn in of runecloth
Back to step 1

Ok with a full set of bags we are looking at over 300 clicks. Now as anyone who as done the reputation through runecloth path of hell is aware, it takes a truck load of runecloth to get this done. Which means several trips back and fourth from the source of runecloth(farming or AH or bank) and the desired races' <Cloth Quartermaster>.

What I purpose is a Plugin that when activated, click on which ever <Cloth Quartermaster> is closest to the bot(manually positioned by player) and begin completeing the "Additional Runecloth" quest which of course is repeatable. Until all stacks of 20 runecloth are depleted from the bags.

The Additional Runecloth quest requires a stack of 20 in order to complete the quest, so the plugin would have to be able to detect when the quest turn in has failed(due to no stack of 20).

If this can be done I think it would open up a door to other reputation turn in quests such as the warbeads in Nagrand and the shadow dust for the skyguard amoung other things.

Yes I know there is a addon that was related to the wintersaber rep turnin but for me that thing never worked right despite the reinstall of HB, the addon itself and the redownloading of the profile. I think this type of thing would be a great plugin and afford the community some control over it instead of waiting on a addon developer who may or maynot be on our side.

Thank you for your time and I hope this is possible.

<Alliance Cloth Quartermaster>
------------------------------
City :
Stormwind
NPC Name : Clavicus Knavingham
NPC_ID : 14722
NPC_Location : 53.9, 81.5
Quest ID : 7796

City : Darnassus
NPC Name : Raedon Duskstriker
NPC_ID : 14725
NPC_Location : 64.4, 22.0
Quest ID : 7801

City : Ironforge (D)
NPC Name : Mistina Steelshield
NPC_ID : 14723
NPC_Location : 44.5, 31.8
Quest ID : 7806

City : Ironforge (G)
NPC Name : Bubulo Acerbus
NPC_ID : 14724
NPC_Location : 73.9, 47.8
Quest ID : 7812

City : Exodar
NPC Name : Dugiru
NPC_ID : 20604
NPC_Location : 63.5, 68.5
Quest ID : 10358


<Horde Cloth Quartermaster>
---------------------------
City : Undercity
NPC Name : Ralston Farnsley
NPC_ID : 14729
NPC_Location : 72.6, 29.9
Quest ID : 7819

City : Thunder Bluff
NPC Name : Rumstag Proudstrider
NPC_ID : 14728
NPC_Location : 43.7, 42.5
Quest ID : 7825

City : Orgrimmar (T)
NPC Name : Vehena
NPC_ID : 14727
NPC_Location : 38.1, 87.1
Quest ID : 7837

City : Orgrimmar (H)
NPC Name : Rashona Straglash
NPC_ID : 14726
NPC_Location : 63.5, 51.1
Quest ID : 7832

City : Silvermoon City
NPC Name : Sorim Lightsong
NPC_ID : 20612
NPC_Location : 56.9, 53.5
Quest ID : 10363
 
You would still need HB to interact with the NPC as it is against for their EULA for that, the addon can only auto-turn in
 
should help you a bit:

Code:
<QuestOrder>
		<PickUp QuestName="A Donation of Silk" GiverName="Clavicus Knavingham" QuestId="7793" GiverId="14722" />
		<Objective QuestName="A Donation of Silk" QuestId="7793" Type="Collect" CollectCount="60" ItemId="4306" />
		<TurnIn QuestName="A Donation of Silk" NpcName="Clavicus Knavingham" QuestId="7793" TurnInId="7793" />		
		
		<PickUp QuestName="A Donation of Wool" GiverName="Clavicus Knavingham" QuestId="7791" GiverId="14722" />
		<Objective QuestName="A Donation of Wool" QuestId="7791" Type="Collect" CollectCount="60" ItemId="2592" />
		<TurnIn QuestName="A Donation of Wool" NpcName="Clavicus Knavingham" QuestId="7791" TurnInId="7793" />
 
Back
Top