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

[REQUEST] Plugin to do a specific repeatable quest over and over

UnknowNGameR

New Member
Joined
Apr 5, 2010
Messages
494
Reaction score
9
Hi!

First of all - note that all parts written in bold are links to WoWHead-pages relevant to the items/quests.

I am looking for a plugin that will do the quest called Rogues Deck over and over again.

Before this quest, you assemble a deck from three cards. This is the item called Rogues Deck. This item gives the quest. When you accept the quest, you recieve the item Rogues Deck that you have to use to summon a Darkmoon Fortune Teller. This NPC is only with you for 2 minutes, but as long as it is, you may turn in the quest as many times as you can.

So, I am looking for a plugin that will do the following:

1. Use Rogues Deck.
2. Accept quest Rogues Deck.
3. Use Rogues Deck.
4. Talk to Darkmoon Fortune Teller.
5. Turn in Rogues Deck and choose a random reward.
6. Repeat steps 1, 2, 4, 5 until Darkmoon Fortune Teller despawns.
7. Use Rogues Deck and accept quest.
8. Wait for cooldown on Rogues Deck to expire.
9. Complete steps 4-6.

So basically, just repeat the quest over and over again :)

Thanks in advance.

PS: I have now made a suggestion for a profile that would do this. Note that this is the first time I have ever looked into making a QuestOrder profile, and please bear with me and refer from flaming be if I have made any basic mistakes. The profile can be found here:

Code:
<HBProfile>
   <Name>Repeating Rogues Deck</Name>
   <MinLevel>10</MinLevel>
   <MaxLevel>86</MaxLevel>

   <MinDurability>0.1</MinDurability>
   <MinFreeBagSlots>2</MinFreeBagSlots>

   <MailGrey>False</MailGrey>
   <MailWhite>False</MailWhite>
   <MailGreen>False</MailGreen>
   <MailBlue>False</MailBlue>
   <MailPurple>False</MailPurple>
   
   <SellGrey>False</SellGrey>
   <SellWhite>False</SellWhite>
   <SellGreen>True</SellGreen>
   <SellBlue>False</SellBlue>
   <SellPurple>False</SellPurple>
   
   <TargetElites>False</TargetElites>

   <Vendors>
      <Vendor Name="Urtharo" Entry="3314" Type="Repair" X="1639.75" Y="-4316.71" Z="21.11972" />
   </Vendors>
   
   <QuestOrder>
   <PickUp QuestName="Rogues Deck" QuestId="12517" GiverType="Item" GiverName="Rogues Deck" GiverId="37163" />
   <UseItem ItemId="43039" QuestName="Rogues Deck" QuestId="12517" X="1637.899" Y="-4313.533" Z="21.11963" />
   <TurnIn QuestName="Rogues Deck" QuestId="12517" TurnInName="Darkmoon Fortune Teller" TurnInId="30481" />
   </QuestOrder>
</HBProfile>
Whenever I try and run that, I get an error: "Could not create current in quest bot!" - According to Synik, this is most likely because the PickUp failed... Is it not possible to start a quest that is given by an item? If it is, how is it done? As you can see, the ' GiverType="Item" ' does not seem to work.. Any ideas?
 
Last edited:
On second thought.. This could probably just be a quest profile? Is there even a reason for this to be a plugin?

And if so - would anyone mind making this? I never did a QuestOrder profile, and I can't quite figure out all of the needed tags.

EDIT: As long as it is not possible to do something like GiverType="Item", I don't see how it can be done with a profile. Therefore, I once again request a plugin. I would make it my self, but my knowledge when it comes to writing C# is limited at best.
 
Last edited:
If you are turning in a large amount of Rogues Decks for rep, here is a handy pair of macros:

Macro 1
/use Rogues Deck
/script AcceptQuest()

Macro 2
/script SelectGossipActiveQuest(1)
/script CompleteQuest()
/script GetQuestReward(3)
/script GetQuestReward()

Basically, hit macro 1 twice to accept the quest in your inv. Then, right click the fortune teller (summon her first) to open the chat window, and spam macro 2 a few times. repeat 1>1>click>2>2>2 till you're done - i easily turned in 40 with time to spare on one summon :)

Obviously, you can change 'Rogues Deck' to Mages, Swords, or Demons deck if you have lots of them for some reason.
 
Hi!

First of all - note that all parts written in bold are links to WoWHead-pages relevant to the items/quests.

I am looking for a plugin that will do the quest called Rogues Deck over and over again.
Whenever I try and run that, I get an error: "Could not create current in quest bot!" - According to Synik, this is most likely because the PickUp failed... Is it not possible to start a quest that is given by an item? If it is, how is it done? As you can see, the ' GiverType="Item" ' does not seem to work.. Any ideas?

i made this a while ago to pickup and do the repeatable fishing quest before it was patched. it should do what you need. it also includes code to delete an item from your inventory. this should be modifiable to your needs. if not im available if you wanna contract me out to make it for you.

anyway here it is.
 

Attachments

i made this a while ago to pickup and do the repeatable fishing quest before it was patched. it should do what you need. it also includes code to delete an item from your inventory. this should be modifiable to your needs. if not im available if you wanna contract me out to make it for you.

anyway here it is.


Hey codenameg, this plugin you made, Do i need to have a questing profile made and use it with this plugin? Or do you just have to edit the plugin you made to do the darkmoon quest?

Also any chance i could attach it to a thread im making? (with credit to you)

http://www.thebuddyforum.com/honorbuddy-forum/16221-[guide]-darkmoon-faire-exalted.html#post194303
 
Hey codenameg, this plugin you made, Do i need to have a questing profile made and use it with this plugin? Or do you just have to edit the plugin you made to do the darkmoon quest?

Also any chance i could attach it to a thread im making? (with credit to you)

http://www.thebuddyforum.com/honorbuddy-forum/16221-[guide]-darkmoon-faire-exalted.html#post194303

just load up any profile for your level range, it works on the same principal as Mr.Auto fight.except instead of not doing anything while not in combat, it runs though the code.
 
Great, did you already edit it to do the darkmoon quests? and the rogue decks?

Edit : I looked at it and looks not, I wish i could do it myself but i have no idea how. Its so complicated for me. I never learnt how to code/script :(
 
Last edited:
Any news about this plug-in / profile?
I'm going to return 1500 decks, and it's require too much time for me to do it by hand.
Can anyone give me a feedback?

Ty in advanced guys
 
I think there is already a custom behaviour out for picking up those kind of quests. Just search in the wiki.
 
Necroing old threads FTW - QBs weren't at all big 4 months ago (when I made the thread), so that wasn't really a viable option back then :)
 
you can also do this with a questing profile :)
Dunno if this has been fixed within the last few builds, but about a month ago, I still had no luck with doing it with a normal questing profile - either did Synik or any of the helpful dudes @IRC.
 
well with accept / turnin quests, it takes a minute in between (or so).

but if you override it with interactwith, and runlua or runmacro's, then it is *very* fast
 
well with accept / turnin quests, it takes a minute in between (or so).

but if you override it with interactwith, and runlua or runmacro's, then it is *very* fast
I simply don't have the knowledge to do this - also, it doesn't really matter for me anymore, as I only have about 50 decks left.. Using a macro to turn 'em in now - it's not too bad :)
 
Back
Top