MaxMuster
Well-Known Member
- Joined
- Jan 30, 2012
- Messages
- 1,735
Profile: [H - Quest] 12-58 K-EK [Kick]
Description: Increase the TargetingDistance for 3 Quest Objectives from 40 to 100, then return to 40.
Replace:
With:
Description: Increase the TargetingDistance for 3 Quest Objectives from 40 to 100, then return to 40.
Replace:
Code:
<Objective QuestName="Securing the Supply Lines" QuestId="8280" Type="KillMob" MobId="11740" KillCount="15" />
<Objective QuestName="Deadly Desert Venom" QuestId="8277" Type="CollectItem" ItemId="20373" CollectCount="8" />
<Objective QuestName="Deadly Desert Venom" QuestId="8277" Type="CollectItem" ItemId="20376" CollectCount="8" />
Code:
<TargetingDistance Value="100" />
<Objective QuestName="Securing the Supply Lines" QuestId="8280" Type="KillMob" MobId="11740" KillCount="15" />
<Objective QuestName="Deadly Desert Venom" QuestId="8277" Type="CollectItem" ItemId="20373" CollectCount="8" />
<Objective QuestName="Deadly Desert Venom" QuestId="8277" Type="CollectItem" ItemId="20376" CollectCount="8" />
<TargetingDistance Value="40" />