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

Wont pick up quests

andykay123

New Member
Joined
Jan 15, 2010
Messages
19
Reaction score
0
Hi im having trouble with quest profiles, wont pick up the Q from NPC or handin.

[18:36:09:908] Start/Stop button pressed.
[18:36:10:75] Cleared POI - Reason Starting up
[18:36:10:75] Cleared POI
[18:36:10:156] Avoiding 'Blazebound Elemental'
[18:36:10:408] Picking up Flamebreaker : 25323
[18:36:10:409] Changed POI to: Type: QuestPickUp
[18:36:10:690] interact: 0x24A93A9C
[18:36:10:729] interact done: 0x24A93A9C
[18:36:13:89] interact: 0x24A93A9C
[18:36:13:115] interact done: 0x24A93A9C
[18:36:15:476] interact: 0x24A93A9C
[18:36:15:517] interact done: 0x24A93A9C
[18:36:17:877] interact: 0x24A93A9C
[18:36:17:904] interact done: 0x24A93A9C
[18:36:20:276] interact: 0x24A93A9C
[18:36:20:305] interact done: 0x24A93A9C
[18:36:20:429] Start/Stop button pressed.
[18:36:20:442] Stop called!

Any ideas?
 
what profile.... not really enough information there with a partial log now is there...
 
1. What profile.
2. What version of HB *new one was just released*.
3. What quest.
 
Using latest version and the previous, had a break due to banhammerism.

Always used to work out of the box, maybe some config is wrong?

[KaZQuest] Human 1-60 [v1.5] // 80-81 Hyjal Quest, am i using outdated profiles?
 
who's 80-81?

the correct code is:

PHP:
		<PickUp QuestName="Flamebreaker" QuestId="25323" GiverName="Malfurion Stormrage" GiverId="39857" />
			<If Condition="((HasQuest(25323)) &amp;&amp; (!IsQuestCompleted(25323)))" >
				<CustomBehavior File="UseItemAtRange" QuestId="25323" ObjectType="Npc" MobId="38896" ItemId="53107" NumOfTimes="20" WaitTime="11000" RangeWanted="18" CollectionDistance="500" X="5353.61" Y="-2988.206" Z="1549.939" />
			</If>
			<Objective QuestName="Flamebreaker" QuestId="25323" Type="KillMob" MobId="40065" KillCount="30" />
		<TurnIn QuestName="Flamebreaker" QuestId="25323" TurnInName="Malfurion Stormrage" TurnInId="39857" />
			<!-- If you don't do this quest manually, you will die, a lot -->
		<PickUp QuestName="The Return of Baron Geddon" QuestId="25464" GiverName="Malfurion Stormrage" GiverId="39857" />
			<If Condition="((HasQuest(25464)) &amp;&amp; (!IsQuestCompleted(25464)))" >
				<CustomBehavior File="UseItemAtRange" QuestId="25464" ObjectType="Npc" MobId="40147" ItemId="54463" NumOfTimes="20" WaitTime="8000" RangeWanted="20" CollectionDistance="30" X="5416.062" Y="-2805.125" Z="1516.155" />
			</If>
		<TurnIn QuestName="The Return of Baron Geddon" QuestId="25464" TurnInName="Malfurion Stormrage" TurnInId="39857" />

this was also in the dev forum...

Credits:

Kickazz006
 
Back
Top