I wonder if enabling "destroy destructibles" in trinity wouldn't be able to fix this?As mentioned above, that is a known bug. If anyone knows how I can force the bot to destroy them, then the profile should work.
I wonder if enabling "destroy destructibles" in trinity wouldn't be able to fix this?As mentioned above, that is a known bug. If anyone knows how I can force the bot to destroy them, then the profile should work.
I wonder if enabling "destroy destructibles" in trinity wouldn't be able to fix this?
@Gotteshand
What important part was commented out? AFAIK the only things I had commented out were my version of the Cache turn in (redundant) and the (mostly incomplete) boss specific explore tags.
I'm still running 4.5 games an hour as a femwizard with 1.2m dps with NO issues using the update I posted last night (that changes all profiles to named rather than SNOID), I'm guessing that Class/Gender combinations have varying collision sizes.
I put the ezupdater in the folder, and follow the instructions. The moment when I put a tick on the EzUpdater on plugin tab, it says "demonbuddy has stopped working"...help please
Ah I see, you finally took my idea to fix it lol. It's still very possible. Just copy all the profiles into a new folder thats called like Act1Act4 Mix, and make a new profile that links into that. That way you can still do Act1, Act4, or Act1 and Act4.It is fixed. But because of how we had to fix it, it made doing multiple acts impossible without combining the folders.
<?xml version="1.0" encoding="utf-8"?>
<EZUpdater>
<Repositories>
<PluginRepo>
<PluginName>Trinity</PluginName>
<RepoName>UnifiedTrinity</RepoName>
<RepoURL>https://subversion.assembla.com/svn/unifiedtrinity/</RepoURL>
<PluginSourceDirectory>trunk\Sources</PluginSourceDirectory>
<Enabled>true</Enabled>
<LastUpdate>2014-04-06T14:34:12.9521334-04:00</LastUpdate>
</PluginRepo>
<PluginRepo>
<PluginName>QuestTools</PluginName>
<RepoName>QuestTools</RepoName>
<RepoURL>https://subversion.assembla.com/svn/questtools/</RepoURL>
<PluginSourceDirectory>trunk\QuestTools</PluginSourceDirectory>
<Enabled>true</Enabled>
<LastUpdate>2014-04-06T14:34:14.5431976-04:00</LastUpdate>
</PluginRepo>
<PluginRepo>
<PluginName>LumberJack</PluginName>
<RepoName>LumberJack</RepoName>
<RepoURL>https://subversion.assembla.com/svn/questtools/</RepoURL>
<PluginSourceDirectory>trunk\LumberJack</PluginSourceDirectory>
<Enabled>true</Enabled>
<LastUpdate>2014-04-06T14:34:14.8984354-04:00</LastUpdate>
</PluginRepo>
<PluginRepo>
<PluginName>zBountyPlugin</PluginName>
<RepoName>zBountyPlugin</RepoName>
<RepoURL>http://db-bounty-profiles.googlecode.com/svn/</RepoURL>
<PluginSourceDirectory>trunk\</PluginSourceDirectory>
<Enabled>true</Enabled>
<LastUpdate>2014-04-06T14:34:15.2446673-04:00</LastUpdate>
</PluginRepo>
</Repositories>
</EZUpdater>
Yeah, I said without combining the folders =P
And halfsun, you can update all the tools you need via SVN. Here is my EZUpdater settings which has all the SVN's you will need.
Code:<?xml version="1.0" encoding="utf-8"?> <EZUpdater> <Repositories> <PluginRepo> <PluginName>Trinity</PluginName> <RepoName>UnifiedTrinity</RepoName> <RepoURL>https://subversion.assembla.com/svn/unifiedtrinity/</RepoURL> <PluginSourceDirectory>trunk\Sources</PluginSourceDirectory> <Enabled>true</Enabled> <LastUpdate>2014-04-06T14:34:12.9521334-04:00</LastUpdate> </PluginRepo> <PluginRepo> <PluginName>QuestTools</PluginName> <RepoName>QuestTools</RepoName> <RepoURL>https://subversion.assembla.com/svn/questtools/</RepoURL> <PluginSourceDirectory>trunk\QuestTools</PluginSourceDirectory> <Enabled>true</Enabled> <LastUpdate>2014-04-06T14:34:14.5431976-04:00</LastUpdate> </PluginRepo> <PluginRepo> <PluginName>LumberJack</PluginName> <RepoName>LumberJack</RepoName> <RepoURL>https://subversion.assembla.com/svn/questtools/</RepoURL> <PluginSourceDirectory>trunk\LumberJack</PluginSourceDirectory> <Enabled>true</Enabled> <LastUpdate>2014-04-06T14:34:14.8984354-04:00</LastUpdate> </PluginRepo> <PluginRepo> <PluginName>zBountyPlugin</PluginName> <RepoName>zBountyPlugin</RepoName> <RepoURL>http://db-bounty-profiles.googlecode.com/svn/</RepoURL> <PluginSourceDirectory>trunk\</PluginSourceDirectory> <Enabled>true</Enabled> <LastUpdate>2014-04-06T14:34:15.2446673-04:00</LastUpdate> </PluginRepo> </Repositories> </EZUpdater>
Why would it be such a bad thing though? You'd end up with Act1, Act4, and Act1Act4 folders and XML. Then for Act1 inside the Act1Act4 folder just make it load Act4 instead of leave, and Act4 would still have leave.Yeah, I said without combining the folders =P
Are you sure you did everything correctly? You are probably posting in the wrong thread since I did not write that plugin. Try making sure you run DemonBuddy as an administrator and that you followed the instructions completely (like copying the SVN dll into your DB base folder)
So, my bot currently does ACT4 almost flawlessly... but with a MASSIVE bug. He doesn't turn in the final quest to get the Cache! The bot instead states that there arent any other doable quests, then reforms game without getting the cache. WWWWWWWHAT?
@Sychotix Turns out, you do need to edit PluginRepo.cs or every time you reload DemonBuddy it replaces the Settings file back to default. I updated my guide to follow this, works perfect now every time. It's the reason why the person on the last page was having issue with his EZUpdater. It's also why mine wasn't updating when trying to test it, just never thought to go back and check if the settings file was still edited.
Thought I would give you a heads up.
No idea then, I closed everything changed the settings file, and when I reopen DemonBuddy it works the first time to update, but when I close DemonBuddy it reverts the settings file back to default. After changing PluginRepo.cs it doesn't do that anymore.I have restarted my demonbuddy many times and it works just fine.
Update the Bounties cs file that goes intot he trinity folder, you're probably running an old one and that doesn't get updated with the SVN. (And even then, sometimes it fails)
Nope found that out, thought thats what the issue was as well. But that's why even on my guide I said to not do it with DemonBuddy open.Were you changing the settings file with demonbuddy open? It may store the file and then save it at the end. Many programs do this.