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

ExploreArea and interactRange?

zippysticks

New Member
Joined
Jun 14, 2012
Messages
452
Reaction score
0
Is there anyway to add interactRange to ExploreArea?

With the following:

Code:
<ExploreArea questId="72095" stepId="11" boxTolerance="0.5" boxSize="8" until="ExitFound" exitNameHash="-816183389" leaveWhenFinished="True" /> <!-- Find Leoric's Passage -->

Sometimes it doesn't exit it properly, I have to stop it, move him in a certain range, and resume it to have that command work properly so with the follow tags
Code:
until="ExitFound" exitNameHash="-816183389" leaveWhenFinished="True"
they are valid and works correctly. Only thing I can think of is the interactRange tag.

Maybe implement something like:
Code:
<ExploreArea questId="72095" stepId="11" boxTolerance="0.5" boxSize="8" until="ExitFound" exitNameHash="-816183389" leaveWhenFinished="True" interactRange="20"/> <!-- Find Leoric's Passage -->

Some of the UseObject portals needed some different interactRange tweaking for them to work. I'm assuming the same applies to some of the ExploreArea portals.

Any idea on how to achieve this or if the dev is working on something similar? Thanks.
 
Guess implementing this feature or something similar to useobject interactRange dead?

I know the portal at the northwest gate in act 1 needed a larger interactRange than the default 10 for useobject to take the portal, so wouldn't implementing the same for explorearea leaveWhenFinished would apply/benefit?
 
I normally don't use leavewhenfinished. Just useobject of SNO with a large interactrange.
 
Back
Top