is there any way to mess around with the html to configure it to just do act 2 and 3 and restart back to act 2? and do a loop? i like this profile and its most likely not to repeat the same movement over and over again, which makes it safe.
so is there anyway I can configure the script to make it loop after it does 2 and 3?
<If condition="IsActiveQuest(112498) and IsActiveQuestStep(2) and CurrentWorldId == 186552">
<LoadProfile profile="Act4_rrrix.xml" />
</If>
<If condition="IsActiveQuest(112498) and IsActiveQuestStep(2) and CurrentWorldId == 186552">
<Continue profile="Act2_StartNewInferno.xml" exitgame="true" />
</If>
Is it just me or does this profile set allow the bot to start a quest that it has not yet unlocked....?
I had been running Act2 part of the profile, got stuck in the die in vault and rerun betrayer loop and it was not progressing through the act. Looping thru the cave of betrayer got my level up beyond what it should be for Act2, so I just clicked the Act3_StartNew and sure as fuck, it started a new Act3 from the beginning of Act3 despite never having finished Act2. (It has proved to be quite convenient but seems very worrisome.)
When I start the bot it logs into the game. Immidiately after entering the game, D3 opens a error dialog box. Then it logs it me out and this cyle continues over and over. Is anyone having this same problem?
Try manually starting the first quest on any of the acts (select the first quest from the game menu, click "Start Game"), then load the appropriate act xml file.
Resume doesn't always work.
Go to the combat tab, DH sub-tab, and slide the "Vault Delay" slider toward the right somewhere you feel is appropriate. I personally like ~ 800-1200 ms.The bot, on my Demon Hunter, is spamming Vault like it's going out of style, for no reason. It like vaults towards the enemies, and then vaults away, multiple times.
I also have this problem!Hey first off thanks for the awesome profile pack!
I seem to have a problem every time my barb fills up on items it goes up and sells and then the bot is paused. Not quite sure what is causing this![]()
just use atom and edit file Act3_rrrix.xml
change to
<!-- Restart Act 3 -->
<!--
<If condition="IsActiveQuest(101758) and IsActiveQuestStep(36)">
<WaitTimer questId="101758" stepId="36" waitTime="1000" />
<LoadProfile questId="101758" stepId="36" profile="Act3_StartNewInferno.xml" />
<WaitTimer questId="101758" stepId="36" waitTime="1000" />
</If>
-->
Don't use Atom with this profile, you'll have problems.
Just go to the bottom of Act3_rrrix.xml, and find this:
Code:<!-- Restart Act 3 --> <!-- <If condition="IsActiveQuest(101758) and IsActiveQuestStep(36)"> <WaitTimer questId="101758" stepId="36" waitTime="1000" /> <LoadProfile questId="101758" stepId="36" profile="Act3_StartNewInferno.xml" /> <WaitTimer questId="101758" stepId="36" waitTime="1000" /> </If> -->
Delete the <!-- and -->
Change Act3_StartNewInferno.xml to Act2_StartNewInferno.xml
It will work.
thanks rrix! Will this just do act 3 over and over again? And can it be hell? or it will do act 2 and 3? like how does this loop? like if I start it in act 2
Yeah, i've been testing lately. seems to be when the bot Leaves the game to restart on stucks. Will see if there's anything to do about it...