Adamrl
New Member
- Joined
- Feb 21, 2010
- Messages
- 299
- Reaction score
- 3
Ok, so I'm trying to get into making questing profiles to share with you guys. I'm focusing on dailies.
I'm trying to make my first one but i cant seem to find out what I'm doing wrong.
To start the quest i have to summon my venomhide hatchling and a daily quest pops up i can get from him. Its random everyday between 4 different quests. I am working on just the first two that i have done.
Thanks
I'm trying to make my first one but i cant seem to find out what I'm doing wrong.
To start the quest i have to summon my venomhide hatchling and a daily quest pops up i can get from him. Its random everyday between 4 different quests. I am working on just the first two that i have done.
Code:
<HBProfile>
<Name>Venomhide Dailies</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>false</MailBlue>
<MailPurple>false</MailPurple>
<MinLevel>1</MinLevel>
<MaxLevel>81</MaxLevel>
<SubProfile>
<Name>Sub profile 1</Name>
<MinLevel>1</MinLevel>
<MaxLevel>81</MaxLevel>.
<Factions></Factions>
<TargetMinLevel>1</TargetMinLevel>
<TargetMaxLevel>3</TargetMaxLevel>
<TargetElites>True</TargetElites>
<Quest Id="13889" Name="Hungry, Hungry Hatchling">
<Objective Type="CollectItem" ItemId="46367" CollectCount="15">
<CollectFrom>
<Mob Id="9163" Name="Diemetradon" />
</CollectFrom>
<Hotspots>
<Hotspot X="-7724.207" Y="-1536.546" Z="-270.8177" />
<Hotspot X="-7706.197" Y="-1369.13" Z="-269.2408" />
<Hotspot X="-7513.486" Y="-1559.212" Z="-271.6421" />
</Hotspots>
</Objective>
</Quest>
<Quest Id="13904" Name="Poached, Scrambled, Or Raw?">
<Objective Type="Collect" ItemId="46382" CollectCount="12">
<Hotspots>
<Hotspot X="1098.544" Y="1480.938" Z="33.14467" />
<Hotspot X="1035.31" Y="1600.487" Z="26.59595" />
</Hotspots>
</Objective>
</Quest>
</SubProfile>
<ProtectedItems>
</ProtectedItems>
<ForceMail>
</ForceMail>
</HBProfile>
Thanks