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:
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?
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>
Last edited: