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

[Act1 - lvl 12 -18] - Highlands Passage

dottzor

Member
Joined
Jan 15, 2010
Messages
786
Reaction score
6
'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
 

Attachments

Last edited:
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.
 
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.

Thats on your end.
Considering I am running this on HC and my toon is very much alive.
 
Its ok, it doesn't handle deaths at all though. OP, what skills / settings are you using?
 
Which wp ?

edit

got it, you have to walk through Keep lvl 1&2
 
Last edited:
any way to implement the quest from th e vendor that is occasionally there? extra 1500xp form the turn in on normal.
 
I would love to try this out, but everytime a new Lvling profile comes out im just a level above it! :) good job though!
 
any way to implement the quest from th e vendor that is occasionally there? extra 1500xp form the turn in on normal.

Thats why I made the profile to start with, but I could not find a way to do that.
:/
 
I haven't died once (of course) between 12-18.
I am botting a monk.

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.
 
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.
 
dottzor, i've already started on it - but can use another set of eyes since it fucks up sometimes. Wanna give a hand?
 
What attack/loot range were you using, for the life of me, this wont run for more than 5 minutes at at ime.
 
Ya mine keeps stopping on the bridge before the logout/new zone entrance spot
 
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>
 
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>


You are the man!
Btw - dont we need to click him once everything is dead?
 
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:
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:
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.
 
Back
Top