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

[Plugin] iPlugin - Fixes Reloggers

LastCoder

New Member
Joined
Dec 4, 2011
Messages
86
Reaction score
2
iPlugin
Fixes problems created by reloggers - By iuser99 under the Ciggarc collaboration


Features
  • Restarts the bot upon game-entry (only first time, fixes problem with ARelog not moving)
  • Closes Diablo 3 if it crashes (fixes ARelog not re-opening Demonbuddy)
  • Ends Demonbuddy session before closing (if enabled in settings file) [Credit to Kane]

Soon-to-Come Features
  • Reloads all plugins (fixes problems with Gile's Plugins not being loaded properly)

Supported Reloggers
  • ARelog

Version List
 
Last edited:
gj ... but the way you are killing sessions from buddy auth is incorrect it would only kill the first session each time it logs in and not the most related session
also you should credit kane for the session killer you are using because it is a full copy paste from his DRelogger
Code:
data.Set("selectedSessions[0].Id", id.ToString());
                data.Set("selectedSessions[0].IsChecked", "true");
 
gj ... but the way you are killing sessions from buddy auth is incorrect it would only kill the first session each time it logs in and not the most related session
also you should credit kane for the session killer you are using because it is a full copy paste from his DRelogger
Code:
data.Set("selectedSessions[0].Id", id.ToString());
                data.Set("selectedSessions[0].IsChecked", "true");

Oppies, the new version has him credited, but I forgot to put it into this version, and thank you.
 
For some reason, this makes my game freeze after about 5 minutes ... ARelog -- no log ... no thing. It's totally weird
 
it need some delay between these 2 commands

Zeta.CommonBot.BotMain.Stop();

Zeta.CommonBot.BotMain.Start();

how to add ?

---

alright not working
probably because of bot itself
 
Last edited:
same

it freezes the d3 client unless i stop DB

same here

here my plugin list

plug list.webp
 
Back
Top