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

[request] Exploration profile

thanks
What do you say about it? will it work well?

Code:
<Profile>
	<Name>ExploreArea - Combat Bot</Name>
	<KillMonsters>True</KillMonsters>
	<PickupLoot>True</PickupLoot>
  <Order>
      <!-- ExploreArea -->
<ExploreArea  questId="1" boxTolerance="0.45" boxSize="20" until="FullyExplored" />
  </Order>	
</Profile>

boxSize="15" or boxSize="20"? what does this affect? how important is it, 15 or 20?

"boxSize" - The size of the boxes the tsp uses when planning routes, can be visualized in the the mapviewer
"boxTolerance" - Tolerance for how many walkable cells a node needs to be added to the nodelist used by the tsp.
 
Last edited:
whether there is a condition that allows after full exploration the location back to Town?
 
I know the actor ID number?
for example, the ghost of King cow (pony Level)
 
Last edited:
I need to speak with the actor to open a portal to pony Level

TalkTo Tag.
Moves to and talks to an npc automatically skips any conversation.

Attributes
"x" - X coordinate of the waypoint.
"y" - Y coordinate of the waypoint.
"z" - Z coordinate of the waypoint.
"actorId" - Id of the actor you want to talk to. [required]

<TalkTo questId="72095" stepId="45" x="73.74377" y="68.02705" z="0.1" actorId="203030" />
how do you know actorId?
 
Back
Top