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

Stuck on stairs :(

galizaidypk

New Member
Joined
Jun 18, 2012
Messages
81
Reaction score
0
So I'm trying to make this script

Code:
<Profile>
  <Name>PEEEEEENUS PEEEEEEEENUS</Name>
  <GameParams quest="72645" step="10" act="A1" difficulty="Nightmare" 

resumeFromSave="True" isPrivate="True" numGames="-1"  />
  <Order>
	<WriteReport />
	<MoveTo questId="1" x="1909.835" y="3900.994" z="10.1" name ="Why" />
		<WaitTimer WaitTime="0" />
	<MoveTo questId="1" x="1862.172" y="3934.419" z="20.1" name ="are" />
		<WaitTimer WaitTime="0" />
	<MoveTo questId="1" x=x="1826.818" y="3940.947" z="20.1" name ="you" />
		<WaitTimer WaitTime="0" />
	<MoveTo questId="1" x="1863.958" y="4095.493" z="20.1" name ="reading" />
		<WaitTimer WaitTime="0" />
	<MoveTo questId="1" x="1813.276" y="4079.563" z="20.1" name ="these" />
		<WaitTimer WaitTime="0" />
	<MoveTo questId="1" x="1826.337" y="4013.264" z="29.94116" name ="lol" />
		<WaitTimer WaitTime="0" />


	<!--GTFO! AKA Teleport-->	
	<UseTownPortal questId="1" />
	<LeaveGame reason="Run is OVARY!" />
	</Order>
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
</Profile>

and it refuses to go up "stairs" or ramps. Its mad annoying to see it just constantly do this

Code:
[15:54:04.028 N] Path with 2 hops received (partial: True)
[15:54:21.294 N] Path with 3 hops received (partial: True)
[15:54:23.576 N] Path with 1 hops received (partial: True)
[15:54:29.969 N] Path with 2 hops received (partial: True)
[15:54:31.808 N] Path with 1 hops received (partial: True)
[15:54:35.901 N] Path with 2 hops received (partial: True)
[15:54:37.208 N] Path with 1 hops received (partial: True)
[15:54:41.949 N] Path with 2 hops received (partial: True)
[15:54:43.214 N] Path with 1 hops received (partial: True)

Help plox? Btw this is at the Barricade on nightmare (has a checkpoint there). Using DB .185
 
Last edited:
Back
Top