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

First profile help

Jakey

New Member
Joined
Jul 30, 2012
Messages
75
Reaction score
0
I posted this in support but got no responses.

Hi everyone! I've done a bit of research and I've created my first mostly functioning profile.

Here is my problem, I have a fully functioning Core of Arreat profile that I made, and I want to incorporate The Arreat Crater Level 2 in my run using the ExploreArea tag. My Core runs from Azmo to the waypoint. When I get to the waypoint, I just go straight to town instead of going to Arreat Crater Level 2. Here is the code I am using to try to get it to Arreat Crater Level 2.

Code:
	<UseWaypoint questId="1" x="1163.423" y="685.9147" z="0.1" actorId="6442" waypointnumber="8" />
		<WaitTimer questId="1" waitTime="0" />

I am not sure where the mistake is, but I am completely new to this. Also here is my code for exploring Arreat Crater level 2. If someone could tell me if the mistake is here, that would be wonderful.

Code:
<ExploreArea questId="1" stepId="1" boxTolerance="0.45" boxSize="10" until="ExitFound" exitNameHash="3785" />
		<UseTownPortal questId="1" />
		<WaitTimer questId="1" waitTime="2000" />

As I'm sure some of you experienced coders can tell, I am not the best, but I am trying. So please help me so I can contribute to this community.
 
I can speculate what the bot is doing. I believe it is taking the waypoint that is in my first quote to town, where I intend for it to take the waypoint to Arreat Crater 2. Then once it gets to town it executes the explore area function in town. I believe this because the bot will complete Arreat Core and then take the WP to town and walk around aimlessly.
 
Back
Top