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

Custom Profiling (Help)

inspyr23

Member
Joined
Oct 18, 2014
Messages
44
Reaction score
0
Hello Community,

I've been trying to work out how these profiles work but i can not figure it out.

When i edit "GreaterRift.XML" it opens up with >

<Profile>
<Name>Adventurer - Greater Rift</Name>
<KillMonsters>True</KillMonsters>
<PickupLoot>True</PickupLoot>
<GameParams act="OpenWorld" resumeFromSave="False" isPrivate="True" numGames="-1" />
<Order>
<ToggleTargeting questId="1" combat="True" looting="True" />
<GreaterRift/>
<StopBot/>
</Order>
</Profile>


I don't see any kind of code in there that reads If no keystones run NephalemRift.XML

why is that?

The reason why i want to know is because id like to create a profile (XML) that does a few things for me.

Example:
<Order>
<NephalemRift riftCount="5"/>
<WaitTimer questId="1" waitTime="3000" />
<GreaterRift riftCount="3"/>
<WaitTimer questId="1" waitTime="3000" />
<LeaveGame reason="Done"/>
<LoadProfile profile="5NRand3GR.xml" />
</Order>

so essentially it would run 5 Nephs, 3 Greaters and repeat.

could anyone help?
 
Back
Top