Kmica
Member
- Joined
- Jan 20, 2012
- Messages
- 626
Suggested changes for starter quests - Operation: Shieldwall and Isle of Thunder
since chars dont get them automatically any more
(leveled few new chars to lvl 90 and noticed they dont pick up the starter quests)
[Rep] Lions Landing A [Brodie].xml
replace
with
2nd FlyTo is needed else the bots flies under the Shrine and gets stuck there.
[Rep] Isle of Thunder A [Brodie].xml
replace
with
Kmica
since chars dont get them automatically any more
(leveled few new chars to lvl 90 and noticed they dont pick up the starter quests)
[Rep] Lions Landing A [Brodie].xml
replace
Code:
<If Condition="!IsQuestCompleted(32246) && !HasQuest(32246)" >
<CustomBehavior File="FlyTo" X="894.4543" Y="327.5988" Z="506.0955" />
</If>
Code:
<If Condition="!IsQuestCompleted(32246) && !HasQuest(32246)" >
<CustomBehavior File="FlyTo" X="966.3139" Y="360.1289" Z="446.7688" />
<PickUp QuestName="Meet the Scout" QuestId="32246" GiverName="Lyalia" GiverId="64610" X="957.8577" Y="353.651" Z="451.7676" />
<CustomBehavior File="FlyTo" X="929.9602" Y="420.0021" Z="521.8432" />
</If>
[Rep] Isle of Thunder A [Brodie].xml
replace
Code:
<If Condition="!HasQuest(32679) && !IsQuestCompleted(32679)" >
<CustomBehavior File="FlyTo" X="879.6818" Y="294.2213" Z="503.1198" />
<CustomBehavior File="WaitTimer" WaitTime="3000" />
</If>
Code:
<If Condition="!HasQuest(32679) && !IsQuestCompleted(32679)" >
<CustomBehavior File="FlyTo" X="966.3139" Y="360.1289" Z="446.7688" />
<PickUp QuestName="Thunder Calls" QuestId="32679" GiverName="Lyalia" GiverId="64610" X="957.8577" Y="353.651" Z="451.7676" />
<CustomBehavior File="WaitTimer" WaitTime="3000" />
</If>
Kmica