Hey Guys, just wrote this Plugin to help me getting my bot beeing full afkable and just wanted to share this with u.
What it does
You edit the LeaveGame.cs to fit to your needs. You have to fill in the full path to the profile ure using and the maximum game time. This Plugin will then Leave the Game after u reached the maximum Game time and reset the Profile. It also leaves the game if the Player dies. Im using this to avoid Adrias Hut Bug on Sarkoth. It also helped me fix some issues where i got stuck in game, but still was running around. So Unstucker wasnt able to get the job done.
What to do
1. Download "LeaveGame.zip" from attachments
2. Extract the Zip File "LeaveGame.zip" and put the content into your Plugin folder.
3. Edit the LeaveGame.cs to fit to your needs. leaveGameSeconds is your max game time in seconds - I recomment 120 Seconds for Sarkoth Runs if u loot sell salvage 50 Secs if u dont.
4. Activate Plugin in your Plugin List
What am I using this with
I use this Plugin in Combination with:
Carguy's Ultimate DH Sarkoth Profile v1.2
Icool's Sarkoth farm helper v0.1
Demon Monitor
NotificationOKClick v0.7
Big Thanks to the creators of this Profiles & Plugins
Final Words
I tested this plugin one night on three accounts and it worked fine. Was able to fully afk for 7 hours on three accounts, but its still on the testing Phase. Ill deliver Updates as soon as i find some bugs, but more testers means more reliability, so feel free to report bugs, with Diagnostic Log attached.
What it does
You edit the LeaveGame.cs to fit to your needs. You have to fill in the full path to the profile ure using and the maximum game time. This Plugin will then Leave the Game after u reached the maximum Game time and reset the Profile. It also leaves the game if the Player dies. Im using this to avoid Adrias Hut Bug on Sarkoth. It also helped me fix some issues where i got stuck in game, but still was running around. So Unstucker wasnt able to get the job done.
What to do
1. Download "LeaveGame.zip" from attachments
2. Extract the Zip File "LeaveGame.zip" and put the content into your Plugin folder.
3. Edit the LeaveGame.cs to fit to your needs. leaveGameSeconds is your max game time in seconds - I recomment 120 Seconds for Sarkoth Runs if u loot sell salvage 50 Secs if u dont.
Code:
//Has to be edited to fit your needs
private static int leaveGameSeconds = 50;
//Insert your Profile Path here
private static string profilePath = @"C:\Users\Eggat\Desktop\Demonbuddy 1.0.607.146\Profiles\Carguy's Ultimate DH Sarkoth v1.2 - 12ms.xml";
What am I using this with
I use this Plugin in Combination with:
Carguy's Ultimate DH Sarkoth Profile v1.2
Icool's Sarkoth farm helper v0.1
Demon Monitor
NotificationOKClick v0.7
Big Thanks to the creators of this Profiles & Plugins
Final Words
I tested this plugin one night on three accounts and it worked fine. Was able to fully afk for 7 hours on three accounts, but its still on the testing Phase. Ill deliver Updates as soon as i find some bugs, but more testers means more reliability, so feel free to report bugs, with Diagnostic Log attached.
Attachments
Last edited: