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

Explorearea doesn't recognize it can't go through a locked door - Khan Dakab

Gardettos

New Member
Joined
Jun 11, 2012
Messages
522
Reaction score
6
So I have been trying to add Khan Dakab to my Act 2 Champion profile.

I have gotten it to the point where if it finds a chest near the door. Goes down and pulls the 2 lever's and goes inside to explore. Then I start to run into problem

Code:
<ExploreArea questId="57337" stepId="26" until="ObjectFound" actorId="219880" boxTolerance="0.45" boxSize="15" />
<WaitTimer questId="57337" stepId="26" waitTime="1500" /> 
			
<UseObject questId="57337" stepId="24" actorId="219880 " /> 
<WaitTimer questId="57337" stepId="24" waitTime="1500" />

actorId="219880 is the lever and what I hoped to after it found and used the lever I would use the same code pretty much but swap out the actorid of the lever for the chest actorid. The problem is there a door that is unopenable till you pull the lever. It's actorid is 154979. It keeps trying to go through that door to explore but obviously it can't so it gets stuck. Is there any way around this?

Thanks in advance
 
Back
Top