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

[Inferno] Act 1 A Shatared Crow Quest BETA!

Works fine - u can use the skipConversation="True" tag to avoid the conversations
 
the char leaves the game before kill the "boss", it doesnt give enough time for it to be attacable..
 
Updated, works ok with my monk on normal.
PHP:
<Profile>
  <Name>A Shattered Crow by Drod</Name>
  <GameParams quest="72221" step="-1" act="A1" difficulty="Normal" resumeFromSave="False" isPrivate="True" numGames="-1"  />
  <Order>
    <WriteReport />
    <!-- Part 1 -->
    
    <MoveTo questId="1" x="2948.767" y="2795.569" z="24.04533" name="Deckard Cain" />
    <UseObject questId="1" x="2948.767" y="2795.569" z="24.04533" actorId="3533" interactRange="10" skipConversation="True" />
    <SkipCutscene />
    
    <MoveTo questId="1" x="2937.649" y="2618.333" z="1.730018" name="Headrig" />
    <UseObject questId="1" x="2937.649" y="2618.333" z="1.730018" actorId="65036" interactRange="10" skipConversation="True" />
    <SkipCutscene />
    
    <MoveTo questId="1" x="2786.287" y="2618.597" z="-0.6309056" name="Cellar" />
    <UseObject questId="1" x="2786.376" y="2618.845" z="-0.5719043" actorId="176008" interactRange="10" /><!-- 176008 -->

     
    <MoveTo questId="1" x="161.2899" y="146.9826" z="0.100002" name="Door" />
    <If condition="ActorExistsAt(157541, 161.2899, 146.9826, 0.100002, 10)">
        <UseObject questId="1" x="161.2899" y="146.9826" z="0.100002" actorId="157541" interactRange="10" />
    </If>
        
   <MoveTo questId="1" x="57.043" y="141.2454" z="0.1000038" name="HotSpot 3" />
  <WaitTimer questId="1" waitTime="30000" />
    
     
    
    <UseObject questId="1" x="57.043" y="141.2454" z="0.1000038" actorId="65036" interactRange="10" />
      
    <UseTownPortal questId="1" />
    <LeaveGame reason="Run is done" />
  </Order>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
 </Profile>
 
well seems to work like a charm, but tends to try to portal in the middle of killng the bs's wife...
 
Last edited:
Back
Top