Marlhex
New Member
- Joined
- Jun 10, 2012
- Messages
- 246
- Reaction score
- 2
Anyone got an idea why this profile ain't skipping the Maghda cutscene?
Changing the questId to "1" doesn't seem to matter.
Credits to:
- Inrego (for Writing the profile)
- D3GoldFinger (for editting it so it would work with .124 and higher)
Changing the questId to "1" doesn't seem to matter.
Code:
<Profile>
<Name>[Act 2] Maghda - Normal - by D3GoldFinger</Name>
<GameParams quest="74128" step="54" act="A2" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<WriteReport />
<!-- Let us start this while we're down there... Only use the WP if we're not already at the level we want to be on. -->
<If condition="Me.IsInTown">
<UseWaypoint questId="74128" stepId="54" x="323.9641" y="290.2655" z="1.645628" levelArea="1999503360" actorId="6442" waypointNumber="4" />
</If>
<MoveTo questId="74128" stepId="54" x="1283.739" y="1291.053" z="184.6851" levelArea="1999568897" name="Alcarnus Barricade" />
<MoveTo questId="74128" stepId="54" x="1092.617" y="1541.873" z="184.4917" levelArea="1999568897" name="Alcarnus Stairs" />
<MoveTo questId="74128" stepId="54" x="895.123" y="1214.042" z="196.8707" levelArea="1999568897" name="Lair of the Witch entry point" />
<While condition="Me.WorldDynamicId == 1999568897" >
<UseObject questId="74128" stepId="54" x="895.0288" y="1212.03" z="196.8707" levelArea="1999568897" actorId="195234" />
<WaitTimer questId="74128" stepId="54" waitTime="4000" />
</While>
<WaitTimer questId="74128" stepId="54" waitTime="3000" />
<MoveTo questId="74128" stepId="26" x="200.8307" y="195.8042" z="0.1" levelArea="1999634434" name="Boss location" />
<WaitTimer questId="74128" stepId="26" waitTime="3000" />
<SkipCutscene questId="74128" />
<While condition="IsActiveQuest(74128) and IsActiveQuestStep(26)" >
<WaitTimer questId="74128" stepId="26" waitTime="10000" />
</While>
<WaitTimer questId="74128" stepId="9" waitTime="5000" />
<UseTownPortal stepId="9" />
<!-- <WaitTimer questId="74128" stepId="9" waitTime="25000" />
<TalkTo questId="57331" stepId="-1" x="296.1071" y="254.5089" z="0.1" levelArea="1999503360" skipConversation="True" actorId="6353" />
<MoveTo questId="57331" stepId="1" x="192.485" y="244.7453" z="-7.213895" levelArea="1999503360" name="Port place" />
<UseObject questId="57331" stepId="1" x="192.495" y="244.746" z="-7.213801" levelArea="1999503360" actorId="178304" />
<WaitTimer questId="74128" stepId="9" waitTime="25000" />
<MoveTo questId="57331" stepId="1" x="3562.582" y="1474.513" z="251.4905" levelArea="1999568897" name="Asheara" />
<WaitTimer questId="57331" stepId="1" waitTime="7000" />
<TalkTo questId="57331" stepId="1" x="3562.582" y="1474.513" z="251.4905" levelArea="1999568897" skipConversation="True" actorId="3205" />
<MoveTo questId="57331" stepId="38" x="3565.482" y="1347.346" z="259.0656" levelArea="1999568897" name="Asheara" />
<WaitTimer questId="57331" stepId="38" waitTime="4000" />
<TalkTo questId="57331" stepId="38" x="3565.482" y="1347.346" z="259.0656" levelArea="1999568897" skipConversation="True" actorId="3205" />
<WaitTimer waitTime="3000" />
<UseTownPortal stepId="2" />
<MoveTo questId="57331" stepId="2" x="624.8288" y="577.8881" z="-0.03961291" levelArea="1999765508" name="Quest Objective" />
<MoveTo questId="57331" stepId="34" x="605.908" y="894.5264" z="-29.04337" levelArea="1999765508" name="Sewers Zoner" />
<UseTownPortal stepId="2" />
-->
<!-- Actually leave the game! -->
<LeaveGame reason="Run is done" />
</Order>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
</Profile>
Credits to:
- Inrego (for Writing the profile)
- D3GoldFinger (for editting it so it would work with .124 and higher)






