Skip to content

Commit

Permalink
Bot will now abandon "Scavenging the Shallows" if it glitches.
Browse files Browse the repository at this point in the history
Sometimes the objects in this quest won't drop the item needed to complete it.  If you abandon the quest and pick it back up - then that seems to fix it.
  • Loading branch information
EchoTiger committed Aug 14, 2017
1 parent 384770a commit 766217a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Expand Up @@ -1259,8 +1259,9 @@ END INITORDER COMMENT -->
<Code File="KillUntilComplete" MobId="98016" QuestId="40044" QuestObjectiveIndex="3" X="3827.463" Y="1730.771" Z="-0.8196021" />
</While>

<While Condition="DoQuest(40046)" >
<Code File="InteractWith" InteractByLooting="true" PreInteractMountStrategy="Dismount" MobId="252239" QuestId="40046" QuestObjectiveIndex="1" >
<While Condition="!IsQuestCompleted(40046)" >
<PickUp QuestName="Scavenging the Shallows" QuestId="40046" GiverName="Havi" GiverId="97973" X="3521.013" Y="1614.097" Z="11.35879" />
<Code File="InteractWith" InteractByLooting="true" PreInteractMountStrategy="Dismount" MobId="252239" QuestId="40046" NumOfTimes="25" >
<HuntingGrounds>
<Hotspot X="3782.412" Y="1751.082" Z="-0.7120258" />
<Hotspot X="3656.904" Y="1735.113" Z="-0.03174806" />
Expand All @@ -1271,6 +1272,9 @@ END INITORDER COMMENT -->
<Hotspot X="3444.761" Y="1677.632" Z="-0.2858756" />
</HuntingGrounds>
</Code>
<If Condition="!IsQuestCompleted(40046)" > <!-- Sometimes the item is never lootable. Bug on Blizz's end. -->
<Code File="AbandonQuest" QuestId="40046" />
</If>
</While>

<While Condition="DoQuest(43595)" >
Expand Down Expand Up @@ -1775,11 +1779,7 @@ END INITORDER COMMENT -->
</If> -->

<PickUp QuestName="A Murky Fate" QuestId="40120" GiverName="Morheim Ancestor" GiverId="98587" X="2907.359" Y="493.566" Z="16.40273" />
<Code File="InteractWith" MobId="98577" NonCompeteDistance="0" Range="3" InteractByUsingItemId="129725" PreInteractMountStrategy="Dismount" InteractBlacklistTimeInSeconds="1" QuestId="40120" QuestObjectiveIndex="1" >
<HuntingGrounds>
<Hotspot X="2882.382" Y="416.4601" Z="15.81335" />
</HuntingGrounds>
</Code>
<Code File="InteractWith" MobId="98577" NonCompeteDistance="0" Range="3" InteractByUsingItemId="129725" PreInteractMountStrategy="Dismount" InteractBlacklistTimeInSeconds="1" QuestId="40120" QuestObjectiveIndex="1" X="2882.382" Y="416.4601" Z="15.81335" />
<TurnIn QuestName="A Murky Fate" QuestId="40120" TurnInName="Morheim Ancestor" TurnInId="98587" X="2907.359" Y="493.566" Z="16.40273" />

<Code File="InteractWith" MobState="DontCare" NumOfTimes="100" TerminateWhen="!HasQuest(40111)" >
Expand Down
14 changes: 7 additions & 7 deletions New Profiles (Work In Progress)/Horde/Broken Isles/Stormheim.xml
Expand Up @@ -1257,8 +1257,9 @@ END INITORDER COMMENT -->
<Code File="KillUntilComplete" MobId="98016" QuestId="40044" QuestObjectiveIndex="3" X="3827.463" Y="1730.771" Z="-0.8196021" />
</While>

<While Condition="DoQuest(40046)" >
<Code File="InteractWith" InteractByLooting="true" PreInteractMountStrategy="Dismount" MobId="252239" QuestId="40046" QuestObjectiveIndex="1" >
<While Condition="!IsQuestCompleted(40046)" >
<PickUp QuestName="Scavenging the Shallows" QuestId="40046" GiverName="Havi" GiverId="97973" X="3521.013" Y="1614.097" Z="11.35879" />
<Code File="InteractWith" InteractByLooting="true" PreInteractMountStrategy="Dismount" MobId="252239" QuestId="40046" NumOfTimes="25" >
<HuntingGrounds>
<Hotspot X="3782.412" Y="1751.082" Z="-0.7120258" />
<Hotspot X="3656.904" Y="1735.113" Z="-0.03174806" />
Expand All @@ -1269,6 +1270,9 @@ END INITORDER COMMENT -->
<Hotspot X="3444.761" Y="1677.632" Z="-0.2858756" />
</HuntingGrounds>
</Code>
<If Condition="!IsQuestCompleted(40046)" > <!-- Sometimes the item is never lootable. Bug on Blizz's end. -->
<Code File="AbandonQuest" QuestId="40046" />
</If>
</While>

<While Condition="DoQuest(43595)" >
Expand Down Expand Up @@ -1773,11 +1777,7 @@ END INITORDER COMMENT -->
</If> -->

<PickUp QuestName="A Murky Fate" QuestId="40120" GiverName="Morheim Ancestor" GiverId="98587" X="2907.359" Y="493.566" Z="16.40273" />
<Code File="InteractWith" MobId="98577" NonCompeteDistance="0" Range="3" InteractByUsingItemId="129725" PreInteractMountStrategy="Dismount" InteractBlacklistTimeInSeconds="1" QuestId="40120" QuestObjectiveIndex="1" >
<HuntingGrounds>
<Hotspot X="2882.382" Y="416.4601" Z="15.81335" />
</HuntingGrounds>
</Code>
<Code File="InteractWith" MobId="98577" NonCompeteDistance="0" Range="3" InteractByUsingItemId="129725" PreInteractMountStrategy="Dismount" InteractBlacklistTimeInSeconds="1" QuestId="40120" QuestObjectiveIndex="1" X="2882.382" Y="416.4601" Z="15.81335" />
<TurnIn QuestName="A Murky Fate" QuestId="40120" TurnInName="Morheim Ancestor" TurnInId="98587" X="2907.359" Y="493.566" Z="16.40273" />

<Code File="InteractWith" MobState="DontCare" NumOfTimes="100" TerminateWhen="!HasQuest(40111)" >
Expand Down

0 comments on commit 766217a

Please sign in to comment.