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.
</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.