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

Profile making pathPrecision="10

jakeokleu

New Member
Joined
Aug 28, 2012
Messages
55
Reaction score
0
Sorry for asking this Ive looked everywhere but is there a guide that explains
pathPrecision="10
and
pathPrecision="1

I would like to start my own profiles but Im not sure where to read up on information reguarding the lingo.

What Im trying to achive is to make sure the bots clicks are with in range of lets say
<MoveTo questId="1" x="1111.05" y="801.9144" z="458.1485" pathPrecision="10" />
thank you in advance
 
Thank You


One more question

<Profile>
<Name>Road to Alcarnus</Name>
<GameParams quest="57337" step="26" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="80" killRadius="50" />


<If condition="Zeta.ZetaDia.CurrentWorldId==161472">
<UseWaypoint questId="1" x="324.2319" y="291.6554" z="1.64563" actorId="6442" waypointNumber="4" />
<WaitTimer questId="1" waitTime="100"/>

What can I change here for this to work without Atom Plugin

The profile loads fine what Im trying to accomplish is for demonbuddy to take over the clicking and moving down the command line instead of Atom plugin
 
<Profile>
<Name>Road to Alcarnus</Name>
<GameParams quest="57337" step="26" act="A2" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<ToggleTargeting questId="1" combat="True" looting="True" lootRadius="80" killRadius="50" />


<If condition="Zeta.ZetaDia.CurrentWorldId==161472">
<UseWaypoint questId="1" x="324.2319" y="291.6554" z="1.64563" actorId="6442" waypointNumber="4" />
<WaitTimer questId="1" waitTime="100"/>
The code you've posted should work without RadsAtom. Rads mainly handles deaths and has some tags (like <Continue profile=".." />), but in the code above there's none of that.
 
Back
Top