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

exploreuntilexit

swolbyn

New Member
Joined
Apr 24, 2010
Messages
796
Reaction score
7
I'm just curious what the expected behavior is supposed to be when using this functionality while exploring...

Here's my code
Code:
<ExploreArea questId="72738" stepId="12" boxTolerance="0.45" boxSize="20" exploreUntilExit="True" exitNameHash="976523526" />
<UseObject questId="72738" stepId="12" actorId="176008" isPortal="True" interactRange="30" destinationWorldId="60394" />

What's actually happening visually to me is the entrance is uncovered. sometimes the bot may stop for a second and walk into the side of it (not the side with door) then it will go about it's business continuing to explore everything. it never goes back and actually goes inside.

bug with my code? db? just trying to make use of the new stuff to autoexplore festering woods.

thanks
 

Attachments

Code:
<ExploreArea boxTolerance="0.45" boxSize="20" until="ExitFound" exitNameHash="976523526" />
<UseObject actorId="176008" isPortal="True" interactRange="30" destinationWorldId="60394" questId="1"/>

Give that a shot and let me know how it works out.
 
the code changed from that tag to Until="ExitFound" - I just changed mine as well
 
Back
Top