• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [A1 - A3 Inferno] Keywarden Hunt (Randomized)

    Discussion in 'Archives' started by Magi, Oct 21, 2012.

    1. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      screenshot please...also nab a dump of the actorlist...simple thing to do is just blacklist that UOO (Unidentified Orange Object)
       
    2. sanetnat

      sanetnat New Member

      Joined:
      Dec 8, 2012
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      0
      Hello, I have a DB worries when running "act3_Rakkis"
      It does not run the way he walks down the stairs first and after not moving.
      I use Trinity 1.7.1.13, KeyRun 1.5, UnstuckMe 1.8.4 .
      An idea of ​​problem?
      And thank you for this run, which share this concern is simply beautiful
       
    3. Ragna

      Ragna New Member

      Joined:
      Sep 21, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      got exactly the same rakkis_crossing problem, like the guy above me ; /
       
    4. spygr

      spygr New Member

      Joined:
      Dec 31, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      yes me too i have the same problem at rakkis

      how can we disable act3 till fix ? so make runs only at cat1 and act2
       
    5. micgo

      micgo New Member

      Joined:
      Jan 5, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      i m not able to start act 3

      [14:18:20.675 N] Loaded profile [A3 - Inferno] Keywarden Hunt - Profile Starter!
      [14:18:20.730 N] Waiting 5.2 seconds before next game...
      [14:18:25.959 N] Creating new game, Params: <Act:A3 Difficulty:Inferno Quest:101750 QuestStep:10 ResumeFromSave:False IsPrivate:True Handicap:0>
      [14:18:27.467 N] Closing error dialog


      there is a windows that pop up from the game that said " there was an error in the matchmaking service. the request was canceled. (Error 316611)"

      any idea ?
       
    6. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
    7. EnigmaBotr

      EnigmaBotr New Member

      Joined:
      Jun 12, 2012
      Messages:
      29
      Likes Received:
      0
      Trophy Points:
      1
      I also had the exact same problem and this fixed it for me. Glad to see that you are still supporting your excellent work. Thank you for this!
       
    8. Ragna

      Ragna New Member

      Joined:
      Sep 21, 2012
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
    9. spygr

      spygr New Member

      Joined:
      Dec 31, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      works great now :D
       
    10. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      Cool, I'll update the OP...unfortunately my bot is out of commission so my support is VERY limited :)

      EDIT - OP has been updated with my latest version prior to my ban which I think was just the Rakkis Crossing fix from above.
       
      Last edited: Jan 5, 2013
    11. Gorax

      Gorax New Member

      Joined:
      Jan 5, 2013
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Your 2 profiles are awesome thank you very much !
       
    12. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      your welcome!

      I've been blessed with a revival from a fellow forum member so I'll be coming back to these once my char is back in business. Got lots to update with all the changes since the big ban.
       
    13. chimeraxp

      chimeraxp New Member

      Joined:
      Nov 9, 2012
      Messages:
      166
      Likes Received:
      0
      Trophy Points:
      0
      This is great news , I can't wait to try out the newest key runs , I have been down for a bit too .
       
    14. spygr

      spygr New Member

      Joined:
      Dec 31, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      2 days now my bot make only act3

      i understand that he look in stash an see that i have Less keys at act3 and try all the time act3

      can i somehow to reset this ? or disable? so the bot again make random runs ?
       
      Last edited: Jan 8, 2013
    15. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      yes you can, you would want to edit the A1-A3_START_HERE.xml file:

      current:
      Code:
      <!-- Load Act Based on Keys Acquired -->
      		<While condition="Me.IsInTown">
      			<WaitTimer questId="1" waitTime="1000" />
      			<UseObject questId="1" actorId="130400" />
      			<KeyRunProfile questId="1" act1profile="act1_start.xml" act2profile="act2_start.xml" act3profile="act3_start.xml" />
      		</While>
      
      replace with:
      Code:
      <!-- Load Act Based on Keys Acquired -->
      <While condition="Me.IsInTown">
      <WaitTimer questId="1" waitTime="1000" />
      <TrinityLoadOnce questId="1" stepId="1" >
         <ProfileList>
          <LoadProfileOnce profile="act1_start.xml" exit="true" />
          <LoadProfileOnce profile="act2_start.xml" exit="true" />
          <LoadProfileOnce profile="act3_start.xml" exit="true" />
         </ProfileList>
        </TrinityLoadOnce>
      </While>
      
      I believe that should work, but can't test at the moment :)
       
    16. kurum

      kurum New Member

      Joined:
      Nov 28, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      To copy the file KeyRun.cs ?
       
    17. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      aye, I really got fix that hah. KeyRun.cs should be placed in a folder called KeyRun which should be put into the plugins folder:

      Plugins/KeyRun/KeyRun.cs

      I'll fix that now.
       
    18. spygr

      spygr New Member

      Joined:
      Dec 31, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0

      dont working :(
       
      Last edited: Jan 9, 2013
    19. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      Last edited: Jan 9, 2013
    20. spygr

      spygr New Member

      Joined:
      Dec 31, 2012
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      yes with new trinity works :D

      one common stuck point

      http://i46.tinypic.com/28mczeq.png

      make 2-3 tries and then pass

      edit bug found :
      i was in act3 when the keywarden die bot make portal and wrote :

      20:32:52.683 N] [KeyRun] Ready to choose new Act.
      [20:32:52.967 N] Loaded profile [A1 - A3 Inferno] Keyhunting - Choose an Act
      [20:33:01.028 N] Using town portal
      [20:33:07.473 N] Townportal successfull, we are in town!
      [20:33:07.714 N] ========== Grid segmentation resetting!!! ============
      [20:33:09.130 N] [Trinity]TrinityLoadOnce: Found 3 Total Profiles, 0 Used Profiles, 3 Unused Profiles
      [20:33:09.130 N] [Trinity]TrinityLoadOnce: Loading next random profile: act2_start.xml
      [20:33:09.391 N] Loaded profile [A2 - Inferno] Keyhunting Profile Starter!
      [20:33:09.715 N] Loaded profile [A2 - Inferno] Keyhunting - Mine

      bot dont left the game and make walk inside the town

      new Edit : i saw that problem is the new trinity
       
      Last edited: Jan 9, 2013

    Share This Page