• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [A2 - Inferno] Magi's Vault of the Assassin

    Discussion in 'Archives' started by Magi, Feb 7, 2013.

    1. Gardettos

      Gardettos New Member

      Joined:
      Jun 11, 2012
      Messages:
      522
      Likes Received:
      6
      Trophy Points:
      0

      Nesox said he would add this to DB
      Code:
      public static bool SceneExistsAt(int sceneId, float x, float y, float z, float radius)
      So that should make things like VoA a lot easier. I made a static VoA also and it works pretty well. In 1.07 we are able to carry NV stacks over Acts but no more details really has been released yet. So I made it in prep of that.
       
    2. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      ah very cool...yes that would indeed help quite a bit!
       
    3. Borhot88

      Borhot88 New Member

      Joined:
      Dec 22, 2012
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      0
      Trinity]Fully explored area! Tag Finished.

      but he only explore half of VA.....any idea?
       
    4. Number One

      Number One New Member

      Joined:
      Feb 7, 2013
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, but the problem is that the bot still does the quest change without opening the dialog. And it overall looks scatchy, sometimes it doesn't work at all or it gets stuck during it and won't continue properly. So first of all a clean quest / difficulty / mp change should be implemented before thinking about using profiles that run different acts.
       
    5. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      I have it set for a large box size which seems to work well most of the time...could be that particular generation didn't like it. You can try reducing the boxSize from 80 to perhaps 60. Trying to balance speed and precision without backtracking too much.
       
    6. Borhot88

      Borhot88 New Member

      Joined:
      Dec 22, 2012
      Messages:
      197
      Likes Received:
      0
      Trophy Points:
      0
      and how do i reduce boxSize from 80 to 60? im really noob :(...when u have time to inform me , please do it , thx
       
    7. Number One

      Number One New Member

      Joined:
      Feb 7, 2013
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      If you want to get this going the quick & dirty way this is how it works:

      - Get the VOA checkpoint, manually if you want
      - Leave and resume and check that the portal is there

      Open the profile .xml and change (line 14 in mine) the While inTown line like this

      Code:
              <While condition="Me.IsInTown">
      			<UseObject questId="1" x="308.2124" y="273.393" z="-1.142151" actorId="191492" isPortal="True" destinationWorldId="123183" />
      		</While>
      
      Note: This will only work with a portal in town after resuming. Otherwise it will get stuck. This is the quick & dirty way. If you want to be extra sure wait for Magi to release his official version for 1.0.7
       
    8. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
    9. Number One

      Number One New Member

      Joined:
      Feb 7, 2013
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Yeah that actually gave me this idea for the change, looks cleaner this way:

      Code:
      <If condition="Me.IsInTown">
           <If condition="ActorExistsAt(191492, 308.2124, 273.393, -1.142151, 40)">
                <UseObject questId="1" x="308.2124" y="273.393" z="-1.142151" actorId="191492" isPortal="True" destinationWorldId="123183" />
           </If>
           <UseWaypoint questId="1" actorId="6442" x="324" y="291" z="1.64" waypointNumber="8" />						
      </If>
      
       
    10. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      Anyone else having an issue with it bugging out by ZK's Archive? It'll just stand there until it times out on some runs, even though it found the entrance to VoA. Running Inigo's route.
       
    11. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      I actually noticed that. For some reason, it "thinks" that is the WP when it is not. Not entirely sure why as I am using a marker hash for VotA. I need to update this profile for v1.0.7 as well...obviously once you get the checkpoint it doesn't become an issue so I didn't spend a huge amount of time looking into that issue...I'll get an update out for this in a bit...doing some testing with some other stuff at the moment but will get back to this quick.
       
    12. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      It's not getting a checkpoint for me, though. =/

      Edit: Yea, I don't know what the deal is...ran it manually...got the checkpoint...TP'd out, resumed game...and was back in Hidden Camp @_@
       
      Last edited: Feb 13, 2013
    13. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      yeah...I'll have to check with rrrix on that exit...that's the only exit I've ever come across that gave me issues with the marker hash
       
    14. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      Ah, I feel like an idiot...so how do I get it to take the TP at the start?

      Edit: Exceptionally slow I am today. Got it working. -_-
       
      Last edited: Feb 13, 2013
    15. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      I'll get that programmed in...I believe a few posts back some kind botters posted some code you can quickly copy and paste in. Should be on page 3
       
    16. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      Okay, so in the Vaults, and it only happens every now and then, it pretty much afk's to no end...I watched the entire NV buff drop before finally restarting it.
       
    17. Magi

      Magi New Member

      Joined:
      Oct 12, 2012
      Messages:
      1,242
      Likes Received:
      7
      Trophy Points:
      0
      not sure how that's possible. Trinity has a gold inactivity timer set on it for 15 seconds. Also has a pretty huge box radius so if anything it might cut off a bit too early. You got a log?
       
    18. pindleskin

      pindleskin Community Developer

      Joined:
      Oct 24, 2012
      Messages:
      1,124
      Likes Received:
      2
      Trophy Points:
      38
      Any new versions soon? Compatible with 1.0.7 :)
       
    19. Not2Legit

      Not2Legit Member

      Joined:
      Jul 17, 2012
      Messages:
      145
      Likes Received:
      0
      Trophy Points:
      16
      [09:55:51.140 N] [Trinity]Your bot got stuck! Trying to unstuck (attempt #1 of 15 attempts) Act="A2" questId="57337" stepId="26" worldId="123183"
      [09:56:00.330 N] [Trinity]Your bot got stuck! Trying to unstuck (attempt #2 of 15 attempts) Act="A2" questId="57337" stepId="26" worldId="123183"
      [09:56:15.575 N] [Trinity]Your bot got stuck! Trying to unstuck (attempt #3 of 15 attempts) Act="A2" questId="57337" stepId="26" worldId="123183"
      [09:56:33.939 N] [Trinity]Your bot got stuck! Trying to unstuck (attempt #4 of 15 attempts) Act="A2" questId="57337" stepId="26" worldId="123183"
      [09:56:36.516 N] Stopping the bot.

      It wasn't actually stuck, it just kind of ran into a corner...stopped...ran out...ran back...rinse repeat.

      This is just one of the few stuck points. I'll list them as I catch them. I won't be running it while I'm afk as it looks ridiculous atm lol
       
    20. Number One

      Number One New Member

      Joined:
      Feb 7, 2013
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      Yep this happens to me too. It looks like the bot tries to go to some point somewhere off map. It just walks into a corner (always the same) and tries to reach something it cant. Then the Trinity unstucker goes and sends the bot off but it runs tries to reach the same point getting stuck in the corner again. This also affects the Skyhigh Extended in Keeps2. Always at the exact same corner on both Keeps2 and VoA.
       

    Share This Page