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

need UseObject help

crack00r

Member
Joined
Jan 15, 2010
Messages
697
Reaction score
1
Anyone know some help?
He run to the correct field but didnt sumon the voidwalker that i have to kill for the WL quest

PHP:
<PickUp QuestName="The Binding" QuestId="1471" GiverName="Carendin Halgar" GiverId="5675" />
<Objective QuestName="The Binding" QuestId="1471" Type="KillMob" MobId="5676" KillCount="1" />
<Objective QuestName="The Binding" QuestId="1471" Type="CollectItem" ItemId="6284" CollectCount="1" />
<TurnIn QuestName="The Binding" QuestId="1471" TurnInName="Carendin Halgar" TurnInId="5675" />
<Quest Id="1471" Name="The Binding">
        <Objective Type="UseObject" ObjectId="6284" UseCount="1">
        <Hotspots>
            <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
    <Objective Type="KillMob" MobId="5676" KillCount="1">
        <Hotspots>
            <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
    <Objective Type="CollectItem" ItemId="6284" CollectCount="1">
        <CollectFrom>
        </CollectFrom>
        <Hotspots>
                        <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
</Quest>
 
hm.... why it doesnt work...
:(

would be nice

No idea i didn't understand

Their's something listed as useitemnode in the exe but i havent seen an example so i dont know what it does.
 
erm...
Main sayd here:
http://www.buddyforum.de/entry.php?307-Quest-order/page2#comments

For exactly the case where you want to do a quest if you are a shaman.
quote_icon.png
Originally Posted by laria
So use.item quest are on hold right now or did i just understand this part wrong?


We've added a 'UseItem' tag which can be used to perform objectives like these.

so... its seams to be added... but i try a few rotations, but cant get it to work :(
 
Anyone know some help?
He run to the correct field but didnt sumon the voidwalker that i have to kill for the WL quest

PHP:
<PickUp QuestName="The Binding" QuestId="1471" GiverName="Carendin Halgar" GiverId="5675" />
<Objective QuestName="The Binding" QuestId="1471" Type="KillMob" MobId="5676" KillCount="1" />
<Objective QuestName="The Binding" QuestId="1471" Type="CollectItem" ItemId="6284" CollectCount="1" />
<TurnIn QuestName="The Binding" QuestId="1471" TurnInName="Carendin Halgar" TurnInId="5675" />
<Quest Id="1471" Name="The Binding">
        <Objective Type="UseObject" ObjectId="6284" UseCount="1">
        <Hotspots>
            <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
    <Objective Type="KillMob" MobId="5676" KillCount="1">
        <Hotspots>
            <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
    <Objective Type="CollectItem" ItemId="6284" CollectCount="1">
        <CollectFrom>
        </CollectFrom>
        <Hotspots>
                        <Hotspot X="1706.41" Y="42.80916" Z="-63.84299" />
        </Hotspots>
    </Objective>
</Quest>

Nothing to say in regards to your problem buy you appear to be using overrides within QuestOrder tags, dont.
 
Back
Top