souldealer
New Member
- Joined
- Jul 25, 2011
- Messages
- 36
- Reaction score
- 1
EDIT: Sorry guys, but this does only work for a while, it's not 100% reliable. I'm working on another solution for this, hold on, please.
Hey guys, after experimenting a bit, I finally found a solution to this annoying issue.
All you need is:
http://www.thebuddyforum.com/demonbuddy-forum/plugins/55890-plugin-icools-sarkoth-helper.html
and a text editor (Windows Notepad is enough.)
You install the plugin as usual. Then you open the file "Sarkoth.cs" with the text editor of your choice.
Search the following code block:
and replace it with the following:
Please remember to enter the correct profile name, it won't work if you don't.
What it does: it instantly leaves the game and resets the profile after you die.
Afterwards you just start Diablo 3 and Demonbuddy as usual, load your profile and this plugin and start the bot.
Please report any issues with this. Thanks to Icool for this great plugin!
Have fun!
Hey guys, after experimenting a bit, I finally found a solution to this annoying issue.
All you need is:
http://www.thebuddyforum.com/demonbuddy-forum/plugins/55890-plugin-icools-sarkoth-helper.html
and a text editor (Windows Notepad is enough.)
You install the plugin as usual. Then you open the file "Sarkoth.cs" with the text editor of your choice.
Search the following code block:
Code:
if (ZetaDia.Actors.Me.HitpointsCurrentPct == 0.00)
{
Log("Wooooa, seems like i just died, lets turn on the attack for 20s");
hasDied = true;
ProfileManager.CurrentProfile.KillMonsters = true;
diedTickCount = System.Environment.TickCount;
return;
}
Code:
if (ZetaDia.Actors.Me.HitpointsCurrentPct == 0.00)
{
Log("Wooooa, seems like i just died, leaving the game!");
ZetaDia.Service.Games.LeaveGame();
BotMain.PauseFor(System.TimeSpan.FromSeconds(11));
Thread.Sleep(11000);
Zeta.CommonBot.ProfileManager.Load(string.Format("Profiles/[COLOR=#ff0000]YOUR_PROFILE_NAME[/COLOR].xml"));
return;
}
Please remember to enter the correct profile name, it won't work if you don't.
What it does: it instantly leaves the game and resets the profile after you die.
Afterwards you just start Diablo 3 and Demonbuddy as usual, load your profile and this plugin and start the bot.
Please report any issues with this. Thanks to Icool for this great plugin!
Have fun!

Last edited: