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

help deleting pickup and turnin quest order.

HB5180I70

New Member
Joined
Jul 9, 2011
Messages
64
Reaction score
0
there are two quests i need to get rid of in the quest order. it is the quest warchief's command: Uldum! and Hero's Call: Uldum!

</If>
<PickUp QuestName="Hero's Call: Uldum!" QuestId="28558" GiverName="Hero's Call Board" GiverId="206294" Type="Object" X="-8345.287" Y="638.1205" Z="95.42052" />
<If Condition="(HasQuest(28558))" >
<If Condition="Me.MapId == 0" >
<CustomBehavior File="FlyTo" X="-14288.29" Y="549.3284" Z="8.689642" />
<CustomBehavior File="ForcedDismount" />
<!-- BB dock to Ratchet -->
<CustomBehavior File="UseTransport"
Entry="-14280.88, 566.6268, 6.979454"
Exit="-996.8669, -3826.07, 5.536246"
Start="-14277.75, 582.8661, 0.01553879"
End="-1005.613, -3841.648, 0.03330701"
StandOnX="-14270.46" StandOnY="579.9881" StandOnZ="6.088587"
Transport="20808" />
</If>
<If Condition="Me.MapId == 1" >
<CustomBehavior File="FlyTo" X="-8919.693" Y="-2264.956" Z="8.878212" />
<CustomBehavior File="ForcedDismount" />
</If>
</If>
<TurnIn QuestName="Hero's Call: Uldum!" QuestId="28558" TurnInName="Adarrah" TurnInId="44833" X="-8920.7" Y="-2261.42" Z="8.878302" />
</If>

<If Condition="(Me.IsHorde)" >
<PickUp QuestName="Warchief's Command: Uldum!" QuestId="28557" GiverName="Warchief's Command Board" GiverId="206109" Type="Object" X="1600.99" Y="-4369.74" Z="21.0694" />
<If Condition="(HasQuest(28557))" >
<CustomBehavior File="FlyTo" X="-8919.693" Y="-2264.956" Z="8.878212" />
<CustomBehavior File="ForcedDismount" />
</If>
<TurnIn QuestName="Warchief's Command: Uldum!" QuestId="28557" TurnInName="Adarrah" TurnInId="44833" X="-8920.7" Y="-2261.42" Z="8.878302" />
</If>

the pickup and turnin part of the quest order is right there.
what do i need to delete to have the profile still working when i delete those 2 quests in the quest order.
 
Looks like you can delete everything except the top </If>. Most of the code block is just to make the character move to the quest turn in. Unless i missed something here. Whats the next step in the quest order?
 
Last edited:
</If>
<PickUp QuestName="Easy Money" GiverName="Adarrah" QuestId="27003" GiverId="44833" X="-8920.7" Y="-2261.42" Z="8.878302" />
<If Condition="((HasQuest(27003)) &amp;&amp; (!IsQuestCompleted(27003)))" >
<CustomBehavior File="InteractWith" QuestId="27003" MobId="46517" NumOfTimes="1" CollectionDistance="50" X="-8929.95" Y="-2265.47" Z="8.877192" />
<CustomBehavior File="WaitTimer" WaitTime="165000"/>

thats the next part
 
Back
Top