[Request] Need help with profile please
Was looking over forums trying to find profile to turn in darkmoon decks but couldnt find one working so took a stab at it. At first it was picking up the quest but would just keep trying over and over. now it doesnt even pickup quest from deck so not sure whats going on. Any help would be appreciated, my first time trying to write one.
Was looking over forums trying to find profile to turn in darkmoon decks but couldnt find one working so took a stab at it. At first it was picking up the quest but would just keep trying over and over. now it doesnt even pickup quest from deck so not sure whats going on. Any help would be appreciated, my first time trying to write one.
Code:
<HBProfile>
<Name>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>
</Vendors>
<QuestOrder>
<PickUp QuestName="Rogues Deck" GiverType="Item" QuestId="12517" GiverId="37163" />
<If Condition="((HasQuest(12517)) && (IsQuestCompleted(12517)))" >
<UseItem ItemId="43039" QuestName="Rogues Deck" QuestId="12517"
X="-2265.023" Y="5212.706" Z="-9.986586" />
<While Condition="((HasQuest(12517)) && (IsQuestCompleted(12517)))" >
<TurnIn QuestName="Rogues Deck" QuestId="12517" TurnInName="Darkmoon Fortune Teller" TurnInId="30481" />
</While>
</If>
</QuestOrder>
</HBProfile>
Last edited: