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

A1 and A3 farming profile needed.

manuo

New Member
Joined
Jul 18, 2012
Messages
9
Reaction score
0
Hello!

Can anyone make profile that runs: Act1 and Act3 profiles random, or alternately.

Thanks alot if someone is kind enought for making this happen! :)

*edit* and only act1 and act3 cause that damn act2 stuck always on every profile :)
 
You can do that yourself with the following:
1) Create a start profile in a folder like this. Fill up the A1 start profile xml and Act 3 start profile with their names.
PHP:
<Profile xmlns="http://tempuri.org/ProfileSchema.xsd" xmlns:xsi="http://tempuri.org/ProfileSchema.xsd">
  <Name>Random Acts Starter</Name>
  <GameParams quest="101758" step="29" act="A3" difficulty="Inferno" resumeFromSave="False" isPrivate="True" numGames="-1"/>
  <KillMonsters>True</KillMonsters>
  <PickupLoot>True</PickupLoot>
  <Order>
    <LoadProfile loadRandom="True"/>
    <Profiles>
      <Profile>Act1_Start_profile.xml</Profile>
      <Profile>Act3_Start_profile.xml</Profile>
    </Profiles>
  </Order>
</Profile>
2) Extract Act 1 and Act 3 routine in the same folder.
3) Edit the end of Act 1 and Act 3 profiles to load the start_random.xml profile instead of their corresponding start profiles.

With this, the bot will be running Act 1 and Act 3 in a random basis.
 
Hello!

Can anyone make profile that runs: Act1 and Act3 profiles random, or alternately.

Thanks alot if someone is kind enought for making this happen! :)

*edit* and only act1 and act3 cause that damn act2 stuck always on every profile :)


Where are you getting stuck in Act 2? Also are you a WW Barb?
 
Back
Top