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

My Tauren 1-14(questing)

lickalime

New Member
Joined
Feb 8, 2010
Messages
1,071
Reaction score
4
Ok so i started working on making a questing profile and this is what i have so far....

<HBProfile>
<Name>[Questing] Tauren 1-15 By Lickalime</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<SubProfile>
<Name>It Starts Here</Name>
<MinLevel>1</MinLevel>
<MaxLevel>(dont know yet)</MaxLevel>

<PickUp QuestName="The First Step" QuestId="14449" GiverName="Chief Hawkwind" GiverId="(2981)" X="-2909.955" Y="-256.526" Z="59.60506" />

<TurnIn QuestName="The First Step" QuestId="14449" TurnInName="(??)" TurnInId="(??)" />
<PickUp QuestName="Rite of Strength" QuestId="124452" GiverName="Grull Hawkwind" GiverId="2980" X="-3015.635" Y="-463.6996" Z="45.33459" />

<Objective Type="KillMob" MobId="2952" KillCount="6">
<Hotspots>
<Hotspot X="-3018.103" Y="-500.323" Z="43.71015" />
<Hotspot X="-3018.474" Y="-530.3303" Z="45.09749" />
<Hotspot X="-3032.085" Y="-579.2914" Z="43.67162" />
<Hotspot X="-3063.578" Y="-565.8211" Z="40.54465" />
</Hotspots>
</Objective>
<TurnIn QuestName="Rite of Strength" QuestId="124452" TurnInName="(??)" TurnInId="(??)" />
</QuestOrder>
</SubProfile>
</HBProfile>


Please tell me what you think is good,bad,needs to be changed and so on. Also i was unsure what to put for turninname and turninid and i didnt want to just guess so could someone please tell me. Thank you for feedback and helpful tips in advanced
 
Last edited:
I'm still trying to figure out how to get the whole questing part to work, I do what you did and copy the quest order into the profile, and set the bot to questing, but it never works for me. I can never get it to do the quests in the hot spots neither can I get the bot to turn them in. I have no clue what I am doing wrong. If yours works, could you help me with mine?

Breck
 
If i figure it out with a little help from the HB community i will gladly post a guide on how to do a questing profile. I just still have to figure out how to pick quest rewards,how to use quest objects and such the only code i got right was for kill quests. well i think i did.
 
Dude that would be awesome! Let me know if you do figure it out.

Thanks

Breck
 
Try this...

<HBProfile>
<Name>[Questing] Tauren 1-15 By Lickalime</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>True</SellGreen>
<MailWhite>True</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>

<SubProfile>
<Name>Mulgore</Name>
<MinLevel>1</MinLevel>
<MaxLevel>15</MaxLevel>
<QuestOrder>
<PickUp QuestName="The First Step" QuestId="14449" GiverName="Chief Hawkwind" GiverId="2981" />
<TurnIn QuestName="The First Step" QuestId="14449" TurnInName="Grull Hawkwind" TurnInId="2980" />
<PickUp QuestName="Rite of Strength" QuestId="14452" GiverName="Grull Hawkwind" GiverId="2980" />
<Objective QuestName="Rite of Strength" QuestId="14452" Type="KillMob" MobId="2952" KillCount="6" />
<TurnIn QuestName="Rite of Strength" QuestId="14452" TurnInName="Cheif Hawkwind" TurnInId="2981" />
</QuestOrder>
</SubProfile>

<Quest Id="14452" Name="Rite of Strength">
<Objective Type="KillMob" MobId="2952" KillCount="6">
<CollectFrom>
</CollectFrom>
<Hotspots>
<Hotspot X="-3018.103" Y="-500.323" Z="43.71015" />
<Hotspot X="-3018.474" Y="-530.3303" Z="45.09749" />
<Hotspot X="-3032.085" Y="-579.2914" Z="43.67162" />
<Hotspot X="-3063.578" Y="-565.8211" Z="40.54465" />
</Hotspots>
</Objective>
</Quest>

</HBProfile>
 
Last edited:
Will do, I have a Tauren Pally I started, so it would be perfect for to test. Let you know in a bit.
 
Also if you want a good Tauren profile and don't wanna redo someone else's work over again, try this profile..

http://www.thebuddyforum.com/honorbuddy-forum/profiles/horde/1-60/13944-cows-quest.html

I wasnt doing this specifically because its a tauren i just picked it to get familar with questing profiles. Ty btw for the wiki links that will answer all my other questions. Btw i was going to base the quests off the zygor guides quest order so i might do a 1-60 questing but that will take a long long time so ill prob just release in as the sections of zygor are. like 1-13,13-24,and so on
 
TurnInName and TurnInIDs are the name/ID of the NPC you have to turn the quest into.

e.g. the turn in for quest "The First Step" is Grull Hawkwind as seen from The First Step - Quest - World of Warcraft
Start: Chief Hawkwind
End: Grull Hawkwind

So what you do here is click on the Grull Hawkwind, it'll lead you to the NPC's page on wowhead, then copy the ID (since you got the quest IDs, I'm assuming you know how to grab IDs) and there, that's the TurnInID. And as I said, TurnInName is name of the NPC, in this case it's Grull Hawkwind.

I wasnt doing this specifically because its a tauren i just picked it to get familar with questing profiles. Ty btw for the wiki links that will answer all my other questions. Btw i was going to base the quests off the zygor guides quest order so i might do a 1-60 questing but that will take a long long time so ill prob just release in as the sections of zygor are. like 1-13,13-24,and so on

I suggest you to not use ZygorGuide as base yet.

Zygor have quite alot of quests objectives/behaviors that HB doesn't support. This results in being out of sync with Zygor and usually grinding will be required in this case.
 
Back
Top