Hello,
for the "Magnets how do they work". I made the follwing override:
Questorder:
<If Condition="HasQuest(28692)">
<Objective QuestName="Magnets, How Do They Work?" QuestId="28692" Type="CollectItem" ItemId="62830" CollectCount="7" />
</If>
Questoverride:
<Quest Id="28692" Name="Goblinischer Magnetismus" >
<Objective Type="CollectItem" ItemId="62830" CollectCount="7" >
<Hotspots>
<Hotspot X="-477.2902" Y="1559.605" Z="21.2205" />
<UseItem ItemId="62829" />
<Hotspot X="-449.364" Y="1556.367" Z="20.25442" />
<UseItem ItemId="62829" />
<Hotspot X="-422.3325" Y="1609.183" Z="19.43438" />
<UseItem ItemId="62829" />
<Hotspot X="-422.0428" Y="1642.407" Z="18.90132" />
<UseItem ItemId="62829" />
<Hotspot X="-345.7629" Y="1606.359" Z="23.07646" />
<UseItem ItemId="62829" />
</Hotspots>
</Objective>
</Quest>
At each Hotspot the toon should use the Item with the ID 62829 and then collect the items with it 62830. The collect part is works perfect but I cannot find a way that it presses the item at each hotspot. So I have to press the button manually.
Any idea?
thanx so much
cheers,
for the "Magnets how do they work". I made the follwing override:
Questorder:
<If Condition="HasQuest(28692)">
<Objective QuestName="Magnets, How Do They Work?" QuestId="28692" Type="CollectItem" ItemId="62830" CollectCount="7" />
</If>
Questoverride:
<Quest Id="28692" Name="Goblinischer Magnetismus" >
<Objective Type="CollectItem" ItemId="62830" CollectCount="7" >
<Hotspots>
<Hotspot X="-477.2902" Y="1559.605" Z="21.2205" />
<UseItem ItemId="62829" />
<Hotspot X="-449.364" Y="1556.367" Z="20.25442" />
<UseItem ItemId="62829" />
<Hotspot X="-422.3325" Y="1609.183" Z="19.43438" />
<UseItem ItemId="62829" />
<Hotspot X="-422.0428" Y="1642.407" Z="18.90132" />
<UseItem ItemId="62829" />
<Hotspot X="-345.7629" Y="1606.359" Z="23.07646" />
<UseItem ItemId="62829" />
</Hotspots>
</Objective>
</Quest>
At each Hotspot the toon should use the Item with the ID 62829 and then collect the items with it 62830. The collect part is works perfect but I cannot find a way that it presses the item at each hotspot. So I have to press the button manually.
Any idea?
thanx so much
cheers,