• Visit Rebornbuddy
  • [Act1 - lvl 12 -18] - Highlands Passage

    Discussion in 'Archives' started by dottzor, Jun 12, 2012.

    1. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      'elo

      I made this to do the event with the blacksmith for dirtcheap and easy XP for my HC monk.
      Since I cant figure out a way to make it leave game if the NPC aint there I just edited out the event part and it is now a pure safe grind profile.

      it runs the highland passage over and over and over .. u get the drift.

      What do you need?

      You need to get to the Highland Passage Checkpoint in the Imprisoned Angel questchain.
      I use kill and loot radius: 40
       

      Attached Files:

      Last edited: Jun 12, 2012
    2. outplayedz

      outplayedz Member

      Joined:
      Dec 12, 2011
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      Works fine untill the end where the boss is. It will simply stand there throw out some attacks and die, then revive get back die again and logout.
       
    3. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      Thats on your end.
      Considering I am running this on HC and my toon is very much alive.
       
    4. Diktat

      Diktat New Member

      Joined:
      Jun 8, 2012
      Messages:
      294
      Likes Received:
      0
      Trophy Points:
      0
      Xp/h?
       
    5. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      Its ok, it doesn't handle deaths at all though. OP, what skills / settings are you using?
       
    6. termite

      termite New Member

      Joined:
      Jun 11, 2012
      Messages:
      255
      Likes Received:
      1
      Trophy Points:
      0
      Which wp ?

      edit

      got it, you have to walk through Keep lvl 1&2
       
      Last edited: Jun 12, 2012
    7. 1glide

      1glide Member

      Joined:
      Jan 19, 2010
      Messages:
      367
      Likes Received:
      1
      Trophy Points:
      18
      any way to implement the quest from th e vendor that is occasionally there? extra 1500xp form the turn in on normal.
       
    8. jebus47

      jebus47 Member

      Joined:
      Jul 29, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      16
      I would love to try this out, but everytime a new Lvling profile comes out im just a level above it! :) good job though!
       
    9. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      Thats why I made the profile to start with, but I could not find a way to do that.
      :/
       
    10. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      I haven't died once (of course) between 12-18.
      I am botting a monk.
       
    11. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      As was I.

      I think part of the issue was it trying to leave at the end before the elites were dead. I upped the wait to 5 seconds and it seemed to help.
       
    12. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18
      I had to go out shopping with my kids.
      Forgot I left the bot on - so now he is 21.

      Guess I'll start working on a Kulle profile tonite.
       
    13. Calle

      Calle New Member

      Joined:
      Jun 12, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      dottzor, i've already started on it - but can use another set of eyes since it fucks up sometimes. Wanna give a hand?
       
    14. carguy

      carguy Member

      Joined:
      Jan 21, 2010
      Messages:
      573
      Likes Received:
      7
      Trophy Points:
      18
      What attack/loot range were you using, for the life of me, this wont run for more than 5 minutes at at ime.
       
    15. lostsk8r

      lostsk8r New Member

      Joined:
      Jan 15, 2010
      Messages:
      879
      Likes Received:
      1
      Trophy Points:
      0
      Ya mine keeps stopping on the bridge before the logout/new zone entrance spot
       
    16. JonSnow

      JonSnow New Member

      Joined:
      Jun 12, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      I set my kill range to 60 as a DH.

      I have also modified the code so that if the Smith is there then he is clicked and the quest is taken.

      Add this code before the first waypoint:

      Code:
      <If condition="ActorExistsAt(106354, 515.4677, 531.1272, -0.1393733, 15)">
        <UseObject questId="1" actorId="106354" x="515.4677" y="531.1272" z="-0.1393733" name="smithy" />
         </If>
       
    17. dottzor

      dottzor Member

      Joined:
      Jan 15, 2010
      Messages:
      786
      Likes Received:
      6
      Trophy Points:
      18

      You are the man!
      Btw - dont we need to click him once everything is dead?
       
    18. JonSnow

      JonSnow New Member

      Joined:
      Jun 12, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      You sir are correct.

      Update - Seems like the quest is only being taken and handed in some of the time. For whatever reason the NPC is not clicked properly at the start, at the end the bot sometimes logs out early so misses the quest!
      I have added wait timers to the code and placed multiple interactions with the quest NPC to have a better chance of getting and completing the quest.

      Profile seems to be working, quest is being taken when available:

      HTML:
      <Profile>
      
        <Name>Highlands Passage</Name>
        <GameParams quest="72801" step="2" act="A1" difficulty="Normal" resumeFromSave="True" isPrivate="True" numGames="-1"  />
      
      
        <Order>
        <WriteReport /> 
         <If condition="ActorExistsAt(106354, 515.4677, 531.1272, -0.1393733, 60)">
      	 <WaitTimer questId="1" waitTime="2000" /> 
      	<UseObject questId="1" x="515.4677" y="531.1272" z="-0.1393733" actorId="106354" name="smithy"  />
      <UseObject questId="1" x="515.4677" y="531.1272" z="-0.1393733" actorId="106354" name="smithy"  />
      <UseObject questId="1" x="515.4677" y="531.1272" z="-0.1393733" actorId="106354" name="smithy"  />
         </If>
      
        
         <MoveTo questId="1" x="515.047" y="504.1913" z="0.05394344" name="start of le bridge" />
         
         <MoveTo questId="1" x="516.3486" y="487.6189" z="4.512308" name="seriously u cant walk 2 yards" />
         
         <MoveTo questId="1" x="516.2999" y="442.6207" z="5.726152"  name="almost @ le bridge" />
            
        <MoveTo questId="1" x="517.0583" y="391.4272" z="5.726152" name="le bridge" />
        
        <MoveTo questId="1" x="517.3611" y="359.8226" z="5.726152" name="u r still on the bridge" />
        
        <MoveTo questId="1" x="516.1453" y="322.9024" z="5.726152" name="u r still on the bridge p2" />
        
        <MoveTo questId="1" x="514.203" y="284.4967" z="5.726152" name="this is amazing" />
        
        <MoveTo questId="1" x="517.7432" y="252.4467" z="5.726152" name="juholt sux" />
        
        <MoveTo questId="1" x="516.1744" y="192.2961" z="-0.1572382" name="this bot is so stupid it hurtz" />
         
         <MoveTo questId="1"  x="514.8394" y="124.9308" z="-0.1572365" name="First platt" />
         
         <MoveTo questId="1"  x="485.8305" y="173.7034" z="-0.328732" name="Stairs" />
         
         <MoveTo questId="1"  x="450.8762" y="184.1257" z="-7.163344" name="Stairs 2" />
         
          <MoveTo questId="1"  x="453.9581" y="196.3095" z="-11.59002" name="Stairs 3" />
         
         <MoveTo questId="1"  x="450.7562" y="223.5465" z="-19.58395" name="Stairs 4" />
         
         <MoveTo questId="1"  x="417.1507" y="225.4087" z="-19.48679" name="new bridge 1" />
         
         <MoveTo questId="1"  x="367.8113" y="227.4979" z="-19.48679" name="new bridge 2" />
        <MoveTo name="new bridge 3" z="-19.48679" y="227.1588" x="328.8522" questId="1"/> 
        <MoveTo name="new bridge 4" z="-19.48679" y="226.9954" x="286.6133" questId="1"/> 
        <MoveTo name="new bridge 5" z="-23.6861" y="227.62" x="266.8502" questId="1"/>
         <MoveTo name="ze end" z="-25.33337" y="243.4325" x="236.1336" questId="1"/>
         
      <WaitTimer questId="1" waitTime="1000" />  
        <If condition="ActorExistsAt(106354, 220.1336, 270.4325, -25.33337, 200)">
      <WaitTimer questId="1" waitTime="1000" />  
      <UseObject questId="1" x="206.1336" y="243.4325" z="-25.33337" actorId="106354" name="smithy" />
      <UseObject questId="1" x="206.1336" y="243.4325" z="-25.33337" actorId="106354" name="smithy" />
      <WaitTimer questId="1" waitTime="1000" />  
      <UseObject questId="1" x="206.1336" y="243.4325" z="-25.33337" actorId="106354" name="smithy" />
      </If>
      	<!-- <UseObject questId="1"  actorId="106354" x="236.1336" y="243.4325" z="-25.33337" name="smithy" /> -->
         
         <WaitTimer questId="1" waitTime="2000" />  
         
         <LeaveGame reason="Lez do it again" />
         
         </Order>
       
        <KillMonsters>True</KillMonsters>
        <PickupLoot>True</PickupLoot>
      </Profile>
         
         
         
       
      Last edited: Jun 13, 2012
    19. GilesSmith

      GilesSmith New Member

      Joined:
      Jun 2, 2012
      Messages:
      1,564
      Likes Received:
      34
      Trophy Points:
      0
      I must be being dense... I have no idea where this checkpoint is? After starting imprisoned angel, which waypoint is closest, and how far to run until getting the necessary checkpoint before starting the bot? :S

      Edit: Never mind worked it out. Start the quest, go through the first 2 levels of the halls of pain, that brings you outside again infront of a long bridge - checkpoint saves there. Giving this a whirl now, thanks!
       
      Last edited: Jun 13, 2012
    20. jcr4990

      jcr4990 New Member

      Joined:
      Jun 8, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      0
      I'm not sure I'd be able to trust a bot with my HC chars :p Just takes 1 hiccup or glitch with the profile/bot and say goodbye to your char/items lol.
       

    Share This Page