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

How to set DB to farm in one place only?

dbfriend

Member
Joined
Sep 6, 2014
Messages
159
Reaction score
0
Good day Developers,


Fields of Misery information:
WorldID: 71150
LevelAreaID: 19952
Name: trOUT_Town
SceneID: 178832



I want to farm key in ACT1 like 'Fields of Misery' only and using below code to do it.


Code:
            <While condition="CurrentWorldId != 71150">
              <!--UseWaypoint questId="1" waypointNumber="7" /-->
              <UseWaypoint questId="1" waypointNumber="8" />
              <WaitWhile questId="1" condition="IsCastingOrLoading()" />
            </While>

            <ExploreDungeon questId="1" stepId="1"
		         direction="Any"
		         until="ObjectFound"
		         routeMode="NearestUnvisited"
		         actorId="255704"
		         objectDistance="150"
		         boxSize="40"
		         pathPrecision="60"
		         timeout="800"
		         timeoutType="Timer"
		         boxTolerance="0.1"
		         ignoreMarkers="True" />


But the problem is that my character will also go to other places like 'The Festering Woods' or 'Cemetery of the Forsaken'.

So how to set my character only farming within 'Fields of Misery' ?

thanks a lot
 
Last edited:
Back
Top