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

R-YAR - rrrix's YAR fork

How can you make a combination of campaign & adventure mode profiles work ?
I just tried doing some Ghom runs then changing to doing rifts, but after the Ghom profile finished DB just kept loading the profile but doing nothing

21:16:47.194 INFO ProfileOrderManager Number of games completed: 52
21:16:48.966 INFO Logger [ReloadProfileTag] Reloading profile C:\DBbounties\Profiles\RiftBot\data/Bounties.xml Act="A3" questId="93697" stepId="1" levelAreaId="92945" worldId=172909
21:16:49.137 INFO ProfileManager Loaded profile Rift Bot Act 4 Bounties
21:16:49.166 INFO Logger [TownRunTag] TrinityTownRun, freeBagSlots=40 minDurabilityPercent=0
21:16:49.166 DEBUG TreeHooks Replaced hook [ProfileOrderBehavior_Hook] 70b4d8d1-c258-4b6c-8bb4-abe2d597d87f
21:16:49.167 INFO Logger [TownRunTag] Skipping TrinityTownRun
21:16:49.231 INFO Logger [ActBountiesComplete] Bounties complete returned null.
21:16:49.232 DEBUG TreeHooks Replaced hook [ProfileOrderBehavior_Hook] c1143b24-5bd2-443d-aae8-75191dfe4688
21:16:49.233 INFO Logger [ReloadProfileTag] Profile loading loop detected, counted 3 reloads
21:16:49.286 INFO ProfileOrderManager Profile completed
 
Code:
N [5/13/2014 1:59:05 PM] Relogger Crashed! with message Could not load file or assembly 'Authenticator, Version=2.0.10.190, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
D [5/13/2014 1:59:05 PM] Exception: [Could not load file or assembly 'Authenticator, Version=2.0.10.190, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.]
System.IO.FileNotFoundException: Could not load file or assembly 'Authenticator, Version=2.0.10.190, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Authenticator, Version=2.0.10.190, Culture=neutral, PublicKeyToken=null'
   at YetAnotherRelogger.Helpers.Bot.DiabloClass.Start()
   at YetAnotherRelogger.Relogger.StartBoth(BotClass bot)
   at YetAnotherRelogger.Relogger.ReloggerWorker()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

N [5/13/2014 1:59:05 PM] Waiting 10 seconds and try again!

Getting the same error.
 
=(

Anyone has a change to upload a guide on how to set this up? i know im a pain in the ass but im really not that cnfortable with programming as you are...it would be most welcome...the problem is that internet here in uruguay sucks big time and diablo keepps dc all the time i think this should do the trick....please need a guide for dummies

Totally ignored....
 
yeaaaay

Here is the page the guide is on
http://www.thebuddyforum.com/demonb...60-r-yar-rrrixs-yar-fork-113.html#post1499783

not alot of help on this post ive had the same issue for over a week now and not gotten any help on it, except that "I think i know what the problem is" and then nothing i hope that guide helps you out.
oh thx a lot for your time..i really though i was muted ot something.... i kindo guess noobs questions bothers pro users ..but i really needed guidance...thx again ill try to learn about this
 
please double check settings -> anti idle -> Allow Killing Demobuddy if Unresponsive, it seems you need check this option.

I usually don't check that option at all.

No, It is no use.
see code below
Code:
                            if (!bot.Diablo.IsRunning)
                            {
                                if (bot.Diablo.Proc != null)
                                    Logger.Instance.Write("Diablo:{0}: Process is not running", bot.Diablo.Proc.Id);
                                //if (bot.Demonbuddy.IsRunning && bot.Demonbuddy.Proc != null)
                                //{
                                //    Logger.Instance.Write("Demonbuddy:{0}: Closing db", bot.Demonbuddy.Proc.Id);
                                //    bot.Demonbuddy.Stop();
                                //}
                                if (bot.Demonbuddy.IsRunning && bot.Demonbuddy.Proc != null) [COLOR="#FF0000"][B]<==== This process still running and keep in memory, just no response[/B][/COLOR]
                                {
                                    Logger.Instance.Write("Demonbuddy:{0}: Waiting for Demonbuddy to self close", bot.Demonbuddy.Proc.Id);
                                }
                                else
                                {
                                    StartBoth(bot);
                                }
                            }

If Diablo is crash and demonbuddy no response at the same time, it loop again and again.
 
For some reason the relogger does not log in for me at times, that is it stays on the username password screen until I come back from being afk, then it magically logs me back in and starts working again... anybody know why?
 
No, It is no use.
see code below
Code:
                            if (!bot.Diablo.IsRunning)
                            {
                                if (bot.Diablo.Proc != null)
                                    Logger.Instance.Write("Diablo:{0}: Process is not running", bot.Diablo.Proc.Id);
                                //if (bot.Demonbuddy.IsRunning && bot.Demonbuddy.Proc != null)
                                //{
                                //    Logger.Instance.Write("Demonbuddy:{0}: Closing db", bot.Demonbuddy.Proc.Id);
                                //    bot.Demonbuddy.Stop();
                                //}
                                if (bot.Demonbuddy.IsRunning && bot.Demonbuddy.Proc != null) [COLOR="#FF0000"][B]<==== This process still running and keep in memory, just no response[/B][/COLOR]
                                {
                                    Logger.Instance.Write("Demonbuddy:{0}: Waiting for Demonbuddy to self close", bot.Demonbuddy.Proc.Id);
                                }
                                else
                                {
                                    StartBoth(bot);
                                }
                            }

If Diablo is crash and demonbuddy no response at the same time, it loop again and again.


sometimes db doesn't close properly and will still be running in processes. start task manager and go to processes tab, find db and end it. then try to run it again
 
Hey, I've got a question. YAR is working for me however when I first loaded it up it opens diablo3 like its supposed to but hangs on the Authenticator login portion. I manually put it in and it went to work just fine. But I was wondering if there is anyway around this or if I missed a step setting it up.
I set it up using the quick guide several pages back. Also is there a more detailed guide out there??

Edit:
I managed to figure out the authenticator, but now it won't even log me in. It attempts to but it's putting my password into the login id field. not sure what to do, can anyone help?
 
Last edited:
Back
Top