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

Some problems and questions

crack00r

Member
Joined
Jan 15, 2010
Messages
697
Reaction score
1
In QuestID
http://www.wowhead.com/quest=375
You have to buy
http://www.wowhead.com/item=2320
from
http://www.wowhead.com/npc=2118


is there a way to make it throu the questlist? He doesnt automaticly buy it... so ...



and cant reach
http://www.wowhead.com/npc=1495
for quest
http://www.wowhead.com/quest=359

i get the hole time:
Could not generate path from {X:2022.431 Y:73.94598 Z:36.42484} to {X:0 Y:0 Z:0}!

i allready try to add x,y,z but dont work too
PHP:
i want to lean the voidwalker and accept the quest
http://www.wowhead.com/quest=1471
i add
PHP:
so he run to the sumon field and then he should use the
Runes of Summoning
PHP:
but this doesnt work... he run to the field but then he write
Goal: Goal: Collect Runes of Summoning x 1
but the Goal isnt Collect its UseObject....</objective></runto></turnin>
 
Last edited:
Apparently you use CollectFrom as the type for the coarse thread.
 
In QuestID
http://www.wowhead.com/quest=375
You have to buy
http://www.wowhead.com/item=2320
from
http://www.wowhead.com/npc=2118


is there a way to make it throu the questlist? He doesnt automaticly buy it... so ...



and cant reach
http://www.wowhead.com/npc=1495
for quest
http://www.wowhead.com/quest=359

i get the hole time:
Could not generate path from {X:2022.431 Y:73.94598 Z:36.42484} to {X:0 Y:0 Z:0}!

i allready try to add x,y,z but dont work too
PHP:
TurnIn QuestName="Forsaken Duties" QuestId="359"  TurnInName="Deathguard Linnea" TurnInId="1495" X="2022.326" Y="74.04601"  Z="36.44645"/>

i want to lean the voidwalker and accept the quest
http://www.wowhead.com/quest=1471
i add
PHP:
Runto X="1706.723" Y="44.29399" Z="-63.84318"  />
so he run to the sumon field and then he should use the
Runes of Summoning
PHP:
Objective QuestName="The Binding" QuestId="1471" Type="UseObject" ObjectId="6284" UseCount="1" />
but this doesnt work... he run to the field but then he write
Goal: Goal: Collect Runes of Summoning x 1
but the Goal isnt Collect its UseObject....
 
Last edited:
Apparently you use CollectFrom as the type for the coarse thread.


can this work?

<quest id="375" name="The Chill of Death"> <quest id="375" name="The Chill of Death">
<objective type="CollectItem" itemid="2320" collectcount="1">
</objective></quest></quest>
Code:
Quest Id="375" Name="The Chill of Death">
    Objective Type="CollectItem" ItemId="2320" CollectCount="1">
                Vendor Id="2118" Name="Abigail Shiel" />
    /Objective>
  /Quest<quest id="375" name="The Chill of Death"><quest id="375" name="The Chill of Death"><objective type="CollectItem" itemid="2320" collectcount="1"><vendor id="2118" name="Abigail Shiel">>
        
      </vendor></objective></quest></quest>
<quest id="375" name="The Chill of Death"><quest id="375" name="The Chill of Death"><objective type="CollectItem" itemid="2320" collectcount="1"><vendor id="2118" name="Abigail Shiel"> </vendor>
</objective>
<objective type="CollectItem" itemid="2320" collectcount="1">
<vendor id="2118" name="Abigail Shiel">
</vendor>
</objective></quest></quest>
 
Ok, only 1 prob to solve

cant reach
http://www.wowhead.com/npc=1495
for quest
http://www.wowhead.com/quest=359

i get the hole time:
Could not generate path from {X:2022.431 Y:73.94598 Z:36.42484} to {X:0 Y:0 Z:0}!

i allready try to add x,y,z but dont work too
PHP:
TurnIn QuestName="Forsaken Duties" QuestId="359"   TurnInName="Deathguard Linnea" TurnInId="1495" X="2022.326"  Y="74.04601"  Z="36.44645"/>
 
This "Could not generate path" stuff, i get it sometimes... Got it on my mage (havnt tried 2nd time), but didnt get it on my paladin. Can be two things then: 1. the CC (But i dont think the CC have anything todo with this). 2. It could be WoWHead there is slacking once in while :p
 
Back
Top