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

[SOLVED] Out of GR Keys, bot stops

Debo3

New Member
Joined
Jun 23, 2013
Messages
28
Reaction score
0
Anybody else experiencing this? Is it intended? It's been happening ever since the first Tripwire event. If I load the greater rift profile and have 0 rift stones, the bot just stops.. If I have 2 GR stones, it runs 2 rifts then stops, and my WD just stands in town until the game disconnects from inactivity. Yesterday I farmed 24 GR stones, and over night my bot completed 24 GRs, but then stopped and was disconnected when I woke up this morning (having used up all the GR stones). Is this intended since the tripwire event? I know before the first event, if I ran out of GR Stones while running the Greater Rift profile it would start alternating between Neph Rifts and Greater Rifts. I wish it still did that.


Compiler Error: error CS0016: Could not write to output file 'c:\Users\Media\Desktop\Ketra\CompiledAssemblies\635916862245047091\TrinityRoutine.dll' -- 'The process cannot access the file because it is being used by another process. '
Chose Trinity as your combat routine
Loaded profile Adventurer - Greater Rift
Chose Trinity as your combat routine
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Bot Starting
[Trinity 2.14.30] Note: Maintaining item stats from previous run. To reset stats fully, please restart DB.
[Trinity 2.14.30] Replacing Combat Hook
[Trinity 2.14.30] Replacing VendorRun Hook
[Trinity 2.14.30] Replacing Loot Hook
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Bot Starting, Resetting Gold Inactivity Timer
ToggleTargeting, new values: Looting:True LootRadius:50 Combat:True KillRadius:50
[Adventurer][XPTracker] Starting a new experience tracking session.
[Adventurer] You have no Greater Rift Keys. Stopping the bot.
Stopping the bot.
Session lasted for: 00:00:00.4207705
Bot thread did not end within 5 seconds
Chose Trinity as your combat routine
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart
[Trinity 2.14.30] Inserting GoldInactivity into TreeStart
[Trinity 2.14.30] Inserting XPInactivity into TreeStart



Thanks,

Debo
 

Attachments

Warning is Adventurer specific, might want to post in the right forum.

Code:
                if (PluginSettings.Current.GreaterRiftRunNephalem)
                {
                    _level = -1;
                    _RiftType = RiftType.Nephalem;
                    _runningNephalemInsteadOfGreaterRift = true;
                    return false;
                }
                else
                {
                    Logger.Error("You have no Greater Rift Keys. Stopping the bot.");
                    BotMain.Stop();
                    return true;
                }

Only way to even get to that error message is if you don't have the setting in Adventurer to do a normal rift.
 
wow... embarrassing. Didn't even notice that it is unchecked since my most recent reinstall.. I'd delete this and try to pretend I never posted but I'll own it instead. Thank you for pointing out the obvious. Problem solved. =)
 
Back
Top