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

[Plugin] Profile Switcher - keep your Nephalem Buffs!

I must say, Ive always been a HB man, but DB is growing on me, Im starting to see that HB was a simple Straight forward bot, It had some things that made it real nice but you can tinker more with DB and i think if you got a good setup it might even be better than HB

100% better scripts though for sure with DB, So i guess yea DB is deff alot better haha
 
Very nice job guys. I've been running this for 4 hours now, and by some wild stroke of luck my barb went 3 hours without dying, and completed 3 runs through act 1. Finally died and the plugin did its job perfectly, just moved on to the next script and kept on farming. I will be spreading this around to the rest of my bots. Keep up the good work!
 
how to remove bugged hall of agony 3 till devs fix it?

Just remove the Butcher profile from the profiles directory - act1elite7.xml in the actual zip.


For all others who have problems with crashing D3:

Looks like DB or our profile have a problems with the logout method we use if last profile is finished and let D3 crash mostly. Will try to evaluate if it's a problem of DB or the plugin. Logout via profile looks like working fine.
 
Looks like DB or our profile have a problems with the logout method we use if last profile is finished and let D3 crash mostly. Will try to evaluate if it's a problem of DB or the plugin. Logout via profile looks like working fine.
Does that mean if we put in a line like:
Code:
		<If condition="Me.IsInTown">
			<LeaveGame reason="Profile completed, leaving game..." />
		</If>

at the end of act1elite7.xml that DemonBuddy will no longer crash when using this plugin?
 
Just tried this with .204 DB & completely new install - works like a charm with DRelog 1.7! Also tried the most recent version of DBRelogger - also works without any single problem.

Can you try to do a complete reinstall? If this not helps please upload a full log

Hey hey just wanted to report back that it was indeed just a problem with my DRelog install. Did a fresh clean install with 204 and everythings working! Thanks for the help and sorry for all the hassle

edit - I think theres another issue thats caused by DRelog apparently now I have a new problem, it manages to start up the plugin fine and all now and starts act1elite1 but then upon finishing the first profile it says this:

Code:
[02:12:47.358 N] GameChanged. Clearing actors
[02:12:47.784 N] Failed to load profile: Cannot change the current bot, while the bot is running!
[02:12:47.784 D] System.InvalidOperationException: Cannot change the current bot, while the bot is running!
   at Zeta.CommonBot.BotMain.set_CurrentBot(IBot value)
   at Zeta.CommonBot.ProfileManager.Load(String profilePath)
[02:12:47.997 N] Failed to load profile: Cannot change the current bot, while the bot is running!
[02:12:47.997 D] System.InvalidOperationException: Cannot change the current bot, while the bot is running!
   at Zeta.CommonBot.BotMain.set_CurrentBot(IBot value)
   at Zeta.CommonBot.ProfileManager.Load(String profilePath)

I know its more related to DRelog but since Kane discontinued it I was wondering if you guys had any possible advice? Sorry for the offtopic ness
 
Last edited:
I'm not going to send the whole log files because they're likely irrelevant, but here are two crashes that happened after the full profile was finished and it went to start over.
Code:
[00:18:02.295 V] Using power UseStoneOfRecall clickPos:<2990.901, 2800.341, 24.04532> worldDynamicId:1999503360 targetACDGuid:-1
[00:18:02.689 D] Replaced hook [ProfileOrderBehavior_Hook] a43ddd5f-611a-4ee8-9537-797fcb8b6307
[00:18:03.531 N] Loaded profile [Act1 - Inferno] Champion-Hunting 2.0.2 Save The World - Leorics Manor
[00:18:03.603 D] Replaced hook [ProfileOrderBehavior_Hook] 64c021a3-2506-4bf4-9acc-b0d989a0d5b1
[00:18:03.663 D] Generating path to Moving to use waypoint - <2981.259, 2836.146, 24.89399>
[00:18:03.663 D] Raycast path generated.
[00:18:03.663 D] Generated path to <2981.259, 2836.146, 24.89399> (Moving to use waypoint) with 1 hops.
[00:18:03.663 V] Using power Walk clickPos:<2981.259, 2836.146, 24.89399> worldDynamicId:1999503360 targetACDGuid:-1
[00:18:08.376 N] Diablo III Exited, Demonbuddy terminating
and
Code:
[03:29:36.340 V] Using power UseStoneOfRecall clickPos:<2990.901, 2800.341, 24.04532> worldDynamicId:1999503360 targetACDGuid:-1
[03:29:36.574 D] Replaced hook [ProfileOrderBehavior_Hook] 77b5ddc5-1492-4a39-ae3b-ae483af6deab
[03:29:37.464 N] Loaded profile [Act1 - Inferno] Champion-Hunting 2.0.2 Save The World - Leorics Manor
[03:29:37.536 D] Replaced hook [ProfileOrderBehavior_Hook] 972ef8a4-0eb0-4b72-b5b3-5cfa49dce8a0
[03:29:37.688 D] Navigator.Clear
[03:29:37.688 D] Generating path to Moving to use waypoint - <2981.259, 2836.146, 24.89399>
[03:29:37.688 D] Raycast path generated.
[03:29:37.688 D] Generated path to <2981.259, 2836.146, 24.89399> (Moving to use waypoint) with 1 hops.
[03:29:37.698 V] Using power Walk clickPos:<2981.259, 2836.146, 24.89399> worldDynamicId:1999503360 targetACDGuid:-1
[03:29:41.422 N] Diablo III Exited, Demonbuddy terminating
So... not sure what precisely is causing it, but I'm testing adding a LeaveGame call to the end of my last profile section and see if it happens again. I'll update here, hopefully it'll be a temporary fix.
 
Just uploaded a new version of the plugin, which should fix the D3 crash after logout.

Happy Botting again :)
 
no idea what you're talkin about. Our ProfileSwitcher has no Settings-windows. No settings are needed in the newest version.
 
Rad uses the profile scheduler plugin, as it wasn't stated NOT to use that, I assumed the plugin here worked along with that, but now i guess not. Will turn it off. :-). Thanks

If it was stated. Sorry. Didn't read through 6 pages :-)
 
The game still crashed after finishing last profile . I think the bot tries to restart the game too fast after teleport back to town causing the game crash.
 
The game still crashed after finishing last profile . I think the bot tries to restart the game too fast after teleport back to town causing the game crash.


Try to replace Thread.Sleep(3000); with Thread.Sleep(5000); or even a higher number

Should be 4 times in the cs file. Maybe that helps. My bots run fine with the 3s timer.
 
can i just switch names of profile 2 and 7 so that butcher part will be 2nd?otherwise toon wont enter the butcher room with the previous version of DB
 
where do I change that value ? in the plugin folder or profile one ?

I uploaded a version with longer wait values (10 seconds) - so the bot will wait 10 seconds before logging out - and another 10 seconds before switching profile

Please report back if this helps
 

Attachments

can i just switch names of profile 2 and 7 so that butcher part will be 2nd?otherwise toon wont enter the butcher room with the previous version of DB


yeah sure! SFJ did an awesome job with this part of our plugin! All profiles are done in alphabetical order! So your rename would work perfect.
But just my 2 cent - butcher is lil bit buggy with the newest version of Demonbuddy - not afk able at alle I'd say. with .199 it should work pretty well.
 
Back
Top