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.
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.
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.
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.






