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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Eric: 挂地狱火装置 打完之后 怎么修改才能延迟几秒 捡到装置后再飞走或者&

hf1983

New Member
Joined
Sep 5, 2015
Messages
25
<Profile>
<Name>Keywarden Buddy</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" />
<Order>
<Shuffle>

<!-- Go to Fields of Misery. -->
<If condition="not IsBossEncounterCompleted(SNOBossEncounter.A1_KeywardenPlaceholder)">
<If condition="CurrentLevelAreaId != 19952">
<TakeWaypoint questId="1" waypointNumber="8" />
</If>
<ExploreDungeon routeMode="NearestMinimapUnvisited" questId="1" until="BossEncounterCompleted" bossEncounter="A1_KeywardenPlaceholder" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45">
<IgnoreScenes>
<IgnoreScene sceneName="trOut_TristramFields_ExitA_E02_S01" />
<IgnoreScene sceneName="trOut_TristramFields_ExitA_E02_S02" />
<IgnoreScene sceneName="trOut_TristramFields_ExitA_E02_S03" />
<IgnoreScene sceneName="trOut_TristramFields_EntranceA_E01_S01" />
<IgnoreScene sceneName="trOut_Sub240x240_FarmHouseB_x01_y01" />
</IgnoreScenes>
</ExploreDungeon>
</If>

<!-- Go to Dahlgur Oasis. -->
<If condition="not IsBossEncounterCompleted(SNOBossEncounter.A2_KeywardenPlaceholder)">
<If condition="CurrentLevelAreaId != 57425">
<TakeWaypoint questId="1" waypointNumber="23" />
</If>
<ExploreDungeon routeMode="NearestMinimapUnvisited" questId="1" until="BossEncounterCompleted" bossEncounter="A2_KeywardenPlaceholder" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45">
<IgnoreScenes>
<IgnoreScene sceneName="caOut_Oasis_Sub240_WaterPuzzle" />
<IgnoreScene sceneName="caOut_Oasis_Sub240_Water_Money" />
<IgnoreScene sceneName="caOut_Oasis_Sub240_Cenote_Prisoners" />
<IgnoreScene sceneName="caOut_Oasis_Sub240_POI" />
</IgnoreScenes>
</ExploreDungeon>
</If>

<!-- Go to Stonefort. -->
<If condition="not IsBossEncounterCompleted(SNOBossEncounter.A3_KeywardenPlaceholder)">
<If condition="CurrentLevelAreaId != 93173">
<TakeWaypoint questId="1" waypointNumber="28" />
</If>
<ExploreDungeon routeMode="NearestMinimapUnvisited" questId="1" until="BossEncounterCompleted" bossEncounter="A3_KeywardenPlaceholder" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45"/>
</If>

<!-- Go to Gardens of Hope 2nd Tier. -->
<If condition="not IsBossEncounterCompleted(SNOBossEncounter.A4_KeywardenPlaceholder)">
<If condition="CurrentLevelAreaId != 409512">
<TakeWaypoint questId="1" waypointNumber="43" />
</If>
<ExploreDungeon routeMode="NearestMinimapUnvisited" questId="1" until="BossEncounterCompleted" bossEncounter="A4_KeywardenPlaceholder" pathPrecision="30" boxSize="15" boxTolerance="0.01" markerDistance="45"/>
</If>

</Shuffle>
<LeaveGame questId="1" reason="Let's do it again!" />
</Order>
</Profile>
 
我也不知道在哪加
你可以自己试验下
延时命令是
Code:
<WaitTimer questId="1" waitTime="4000" />
 
Back
Top