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

[Plugin] Profile Restarter - A multitool with AntiIdle& Profile Scheduler capability

How long does the character have to be stuck before it tries moving it around?

Edit: So far so good. Really love the config window so you don't have to reset the bot. Another question: Do you think you can add a timer where you can reset the profile/game after X amount of seconds?

So, you want a timer that will tick down and just restart the game? I will add it to a short list for tomorrow's release.
 
I think it'd be a good option to let people have. Might be nice to be able to adjust through the config window how many seconds you want it to wait. Thank you and I appreciate your work!

So, you want a timer that will tick down and just restart the game? I will add it to a short list for tomorrow's release.
 
can you make this to auto-relogin into the game and press the resume button also?? 1 plugin to rule them all!
 
Tried this and it is asking for my bnet acct/pw to login? Cant find the place to enter that in the config button.

[07:17:48.605 N] [NotificationOKClick Plugin] Start CheckNotificationUI thread
[07:17:48.705 N] No bnet account/password provided, can't login
[07:18:01.724 N] Stopping the bot.
[07:18:01.725 N] [SavePluginState0.2] Save all enabled plugins state
 
This is working a lot better than unstucker is for me. I don't know why more people aren't using this!
 
can you make this to auto-relogin into the game and press the resume button also?? 1 plugin to rule them all!

That's a possibility. I will debate it, over the next couple of hours and let you know.
 
Tried this and it is asking for my bnet acct/pw to login? Cant find the place to enter that in the config button.

[07:17:48.605 N] [NotificationOKClick Plugin] Start CheckNotificationUI thread
[07:17:48.705 N] No bnet account/password provided, can't login
[07:18:01.724 N] Stopping the bot.
[07:18:01.725 N] [SavePluginState0.2] Save all enabled plugins state

None of that is for this plugin, so I couldn't answer you.

This plugin will list messages as: "[Profile Restarter]-> Message"
 
I found an issue where i was stuck in town and it restarted the profile. If it restarted the profile in town then it'll go to adria's hut. Is there a way to make it just restart the game and profile if its stuck in town.
 
Of course you deserve credit for the information, in your post. I was just replying as in "thanks for the comment". I think that he was implying that mine was the first usable plugin. I could be wrong though. ;)

I mean, the first plugin i saw with config window :)
 
I found an issue where i was stuck in town and it restarted the profile. If it restarted the profile in town then it'll go to adria's hut. Is there a way to make it just restart the game and profile if its stuck in town.

I think this is more of a profile issue. Add in a check to see if your in town, in the profile, and if so - do something.

Even if it restarted the game, and it put you back in town... wouldn't it have the same issue? I would really need more information, before I could do anything about it. Generally speaking, if this plugin doesn't work... it's something that I need to change in the profile itself.
 
Well this is with the sarkoth run. So if i'm stuck in town and the profile restarts and the game doesnt restart then it'll think i'm at the check point when i'm actually sitting and town and will run to adria's hut.

If you restarted the profile and the game IF i'm stuck in town then it'll restart the game at the checkpoint and will be able to continuing running.
 
Last edited:
Well this is with the sarkoth run. So if i'm stuck in town and the profile restarts and the game doesnt restart then it'll think i'm at the check point when i'm actually sitting and town and will run to adria's hut.

If you restarted the profile and the game IF i'm stuck in town then it'll restart the game at the checkpoint and will be able to continuing running.

Ahh okay. That isn't too much of a profile to edit. You can easily put in a check to see if you are in town and if true - click the right waypoint and add in one extra moveTo - and it will be good to go.

Maybe I will add in an option like "Restart profile OR restart game" - that way you can choose to either restart the entire game, or just the profile. It would also work hand in hand with the restart profile after unstuck option; because it's optional. If the unstuck portion is disabled, it would just restart the game.

I will add it to my TODO list, for today.
 
Something else that I am debating about is something like an over all stat page. It would display things like how much gold you have looted, completely, and status like how many items you have looted - with other stats, on specifics.
 
It is only me who have some pickup/stashing problems probably becouse of incorrect restart by addon?

no offence to authour, just trying to find out.
 
It is only me who have some pickup/stashing problems probably becouse of incorrect restart by addon?

no offence to authour, just trying to find out.

If it's triggering too often, adjust the idle timer up. I can't do anything about the stashing bug, which is a known issue, by the Demmonbuddy developmental team.
 
If it's triggering too often, adjust the idle timer up. I can't do anything about the stashing bug, which is a known issue, by the Demmonbuddy developmental team.
Thank you, but not that problem)
My check interval is 120sec and 20ft.

Just sometimes bot keep trying to pickup item with full inventory or get stuck on stashing. It gets fine after manual restart(Stop and Start). I tryed to add it to Plugin
isRestartingGame = false;
BotMain.Stop(true);
ZetaDia.Service.Games.LeaveGame();
while (ZetaDia.IsInGame) { Thread.Sleep(500); }
BotMain.Start();
Zeta.CommonBot.ProfileManager.Load(GlobalSettings.Instance.LastProfile);
But it only Stops and doesnt start, seems that Plugin get stopped too =/
(Unstucker 1.7 somehow managed to restart bot, bot it doesnt work now it seems)
 
Just sometimes bot keep trying to pickup item with full inventory or get stuck on stashing.)


That's another problem that I can't do anything about lol ;)

Post it up in the support section, if there isn't already a threat there. (Use search before posting a new thread!)
 
Back
Top