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

SarkothFarmer - Farms Sarkoth with the best possible speed!

Inrego, why in r50 my WD just don't pick all gold?
I am not using any profile, just your farmer, profile and loot (using belphor as combat routine)

I have the same problem. I think the problem came with the last db update
 
r50 does not go well with the latest update for DB

im getting 100 deaths per hour. i ran it for 3 hours while i was at work.
i came back home and i lost gold. my bot runs to dank cellar, and stand there to die. then when he respawns, he stand there to die again. over and over.

ever heard of a bot that loses gold? here it is.
 
thx inrego
my dh doesn't cast ferrets anymore, something to do with the db update?
 
nvm my friend helped me got it working :)
 
Last edited:
[01:24:04.459 Q] [SarkothFarmer] Cellar found in 9/15 games, that's 60%.
[01:24:04.459 Q] [SarkothFarmer] This run with cellar took 51,2 seconds.
[01:24:04.459 Q] [SarkothFarmer] Run with cellar - Avg: 51s Min: 40,2s Max 69,6s.
[01:24:04.459 Q] [SarkothFarmer] Run without cellar - Avg: 20,6s Min: 11,7s Max 32,1s.

This salvage .xml is a profile or a plugin?? my monk keep doing dumbs stuff like trying to open the dead tristana and the profile loops to cave.. time is money haha you guys know it, then to catch money he is a bit slow too but i think its becouse the bot is new, i have to look for some plugins i think so.. like blacklist somestuff right? this will make my run be 10-20s faster my dream is 30s :S

PS: gold/hour 14xxxx
 
My DH is not vaulting. It walks to the cellar. I am using the page 98 with the latest DB bot
 
My character loses like 20-28seconds trying to open the DAM tristana man

*using dummy profile with plugin activated
 
My monk is totally weird with this profile, I do not know if it is the combat routine or not, but at least he tries to kill the mobs down in the cellar with the speedup ability instead of melee attacks.
So when he is out of energy he just stands there, dying slowly while using the speedup ability whenever he has enough energy.
 
[10:10:45.417 N] Compiler Error: c:\Users\Thomas\Desktop\DB 169\Routines\Belphegor\Routines\DemonHunter.cs(85,134) : error CS0117: "Belphegor.Helpers.Common" enth?lt keine Definition f?r "IsElite".
[10:10:45.417 N] Compiler Error: c:\Users\Thomas\Desktop\DB 169\Routines\Belphegor\Routines\DemonHunter.cs(114,159) : error CS0117: "Belphegor.Helpers.Common" enth?lt keine Definition f?r "IsElite".
[10:10:45.417 N] Compiler Error: c:\Users\Thomas\Desktop\DB 169\Routines\Belphegor\Routines\DemonHunter.cs(118,155) : error CS0117: "Belphegor.Helpers.Common" enth?lt keine Definition f?r "IsElite".
That error wont let me start DB anymore.
 
Is it possible to set your plugin/profile in "STFU !" mode; I am using DRelog, and it tends to crash a lot due to your ""annoying pop ups"" (Do you want to upgrade ? Oh, you didn't go to config window yet !).

I understand it can be a very practical way to upgrade when you release a new version, but it tends to bug when using Standalone plugin, since with DRelog for example the plugins are not loaded traditionnaly. Hence I get your popups everytime Diablo Client or DB crashes... I can't seem to select "Update:False" in your config window either, it seems forced on True.

Can you at least point me to the correct file ?

Thanks by advance.
 
Is it possible to set your plugin/profile in "STFU !" mode; I am using DRelog, and it tends to crash a lot due to your ""annoying pop ups"" (Do you want to upgrade ? Oh, you didn't go to config window yet !).

I understand it can be a very practical way to upgrade when you release a new version, but it tends to bug when using Standalone plugin, since with DRelog for example the plugins are not loaded traditionnaly. Hence I get your popups everytime Diablo Client or DB crashes... I can't seem to select "Update:False" in your config window either, it seems forced on True.

Can you at least point me to the correct file ?

Thanks by advance.
Config should only pop up if no config file was found - so pretty much only the first time per character.
You can disable updates in config.
 
Config should only pop up if no config file was found - so pretty much only the first time per character.
You can disable updates in config.

No, DRelog launch DB, plugins and profiles from a "remote" folder, not the standard one, meaning everytime DB is launched by DRelog, there is no config file to be found, and I get the popup.

I understand if you don't want to spend the time for this kind of usage, but could you point me where I should modify your .cs file in order to code in your .cs files the content of the config file ? It should works this way.
 
No, DRelog launch DB, plugins and profiles from a "remote" folder, not the standard one, meaning everytime DB is launched by DRelog, there is no config file to be found, and I get the popup.

I understand if you don't want to spend the time for this kind of usage, but could you point me where I should modify your .cs file in order to code in your .cs files the content of the config file ? It should works this way.
Update to r51, and open SettingWrapper.cs and find this at line 31:
Code:
        public SettingsWrapper()
        {
            LoadSettings();
        }

Code:
        public SettingsWrapper()
        {
            settingValues = DefaultValues;
            globalSettingValues = DefaultGlobalValues;
            Update = false;
        }

It will set both settings to default values and set update to false to avoid update popups.
 
Update to r51, and open SettingWrapper.cs and find this at line 31:
Code:
        public SettingsWrapper()
        {
            LoadSettings();
        }

Code:
        public SettingsWrapper()
        {
            settingValues = DefaultValues;
            globalSettingValues = DefaultGlobalValues;
            Update = false;
        }

It will set both settings to default values and set update to false to avoid update popups.

Thank you very much, I will test this tonight.
 
Back
Top