Hi, pushedx. I use the Windows Firewall to prevent IP leakage when my VPNs are down, the old autologin would keep trying to connect until the VPNs were back up, but now autologin gives up on the first try even if I set the tries to -1.
Code:
2016-04-13 11:03:47,763 [1] INFO Logger (null) - [Start] Now creating the BotThread.
2016-04-13 11:03:47,786 [5] DEBUG Logger (null) - [OldGrindBot] Start
2016-04-13 11:03:47,786 [5] INFO Logger (null) - [ItemEvaluator] Instance = Loki.Bot.DefaultItemEvaluator.
2016-04-13 11:03:47,791 [5] DEBUG Logger (null) - [Start] MsBetweenTicks: 15.
2016-04-13 11:03:47,792 [5] DEBUG Logger (null) - [Start] NetworkingMode: Auto.
2016-04-13 11:03:47,792 [5] DEBUG Logger (null) - [Start] KeyPickup: UseHighlightKey.
2016-04-13 11:03:47,793 [5] DEBUG Logger (null) - [Start] IsAutoEquipEnabled: False.
2016-04-13 11:03:47,793 [5] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.DefaultPlayerMover.
2016-04-13 11:03:47,793 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ResurrectTask] This task handles resurrection..
2016-04-13 11:03:47,793 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleDoorsTask] This task handles opening doors..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [PostCombatHookTask] This task provides a coroutine hook for executing user logic after combat has completed..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TownRunTask] A task to go back to town during the middle of a bot run..
2016-04-13 11:03:47,794 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [LootItemTask (Leash 50)] This task handles looting items..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [OpenChestTask (Leash 50)] This task handles opening chests..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [LootItemTask (Leash -1)] This task handles looting items..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [IdTask] A task to identify items in inventory..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [SellTask] A task to vendor items in the inventory..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks..
2016-04-13 11:03:47,795 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [StashTask] This task will stash all applicable items in town..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked..
2016-04-13 11:03:47,796 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives..
2016-04-13 11:03:47,797 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions..
2016-04-13 11:03:47,797 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas..
2016-04-13 11:03:47,797 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleA2Q9] This task handles an aspect of A2Q9..
2016-04-13 11:03:47,797 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleA2Q9b] This task handles an aspect of A2Q9..
2016-04-13 11:03:47,799 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleA2Q11] This task handles A2Q11..
2016-04-13 11:03:47,799 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleA3Q1] This task handles an aspect of A3Q1..
2016-04-13 11:03:47,799 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleSewers] This task handles an aspect of -..
2016-04-13 11:03:47,799 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleUndyingBlockage] This task handles an aspect of -..
2016-04-13 11:03:47,800 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleLockedDoor] This task handles an aspect of -..
2016-04-13 11:03:47,800 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleDeshretSeal] This task handles an aspect of opening Deshret's Seal..
2016-04-13 11:03:47,800 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleGlyphWall] This task handles an aspect of -..
2016-04-13 11:03:47,800 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleDeshretSpirit] This task handles an aspect of freeing Deshret's Spirit..
2016-04-13 11:03:47,800 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleAllFlame] This task handles an aspect of giving Fairgraves the Allflame..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [OpenChestTask (Leash -1)] This task handles opening chests..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [EnterArenaTask] This task helps the bot enter the 3 arenas in The Harvest..
2016-04-13 11:03:47,801 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ExploreTask] This task handles exploring an area..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [TrackMoreMobs] This task helps BasicGrindBot seek out as many mobs as possible..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleMerveilArea] This task helps OldGrindBot stay in the Merveil boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleVaalArea] This task helps OldGrindBot stay in the Vaal boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandlePietyArea] This task helps OldGrindBot stay in the Piety boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleDominusArea] This task helps OldGrindBot stay in the Dominus boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,802 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleKaomArea] This task helps OldGrindBot stay in the Kaom boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,803 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleDaressoArea] This task helps OldGrindBot stay in the Daresso boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,803 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleWeaverArea] This task helps OldGrindBot stay in the Weaver boss fight area, resetting exploration to keep the bot moving around to trigger different phases..
2016-04-13 11:03:47,803 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [HandleVaalVesselTask] This task handles extra logic so the bot opens Vaal Vessels..
2016-04-13 11:03:47,803 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic..
2016-04-13 11:03:47,803 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [FallbackTask] This task is the last task executed. It should not execute..
2016-04-13 11:03:47,804 [5] DEBUG Logger (null) - [CommonEvents] Start
2016-04-13 11:03:47,804 [5] DEBUG Logger (null) - [AutoFlask] Start
2016-04-13 11:03:47,804 [5] DEBUG Logger (null) - [ItemFilterEditor] Start
2016-04-13 11:03:47,804 [5] INFO Logger (null) - [ItemEvaluator] Instance = ItemFilterEditor.ConfigurableItemEvaluator.
2016-04-13 11:03:47,804 [5] DEBUG Logger (null) - [ObjectExplorer] Start
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [AutoLogin] Start
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [DevTab] Start
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [GemLeveler] Start
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [GemLeveler] Now resetting task state.
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [TaskManager::Add] Now adding [LevelSkillGemTask] This task will level skillgems after close range combat is taken care of..
2016-04-13 11:03:47,805 [5] DEBUG Logger (null) - [Stats] Start
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [StuckDetection] Start
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [OldRoutine] Start
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [ResurrectTask] Now resetting task state.
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [HandleBlockingChestsTask] Now resetting task state.
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [IdTask] Now resetting task state.
2016-04-13 11:03:47,806 [5] DEBUG Logger (null) - [SellTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [WithdrawTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [ReturnToGrindZoneTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [TagWaypointTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [UseLooseCandleTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [HandleA2Q9] Now resetting task state.
2016-04-13 11:03:47,807 [5] DEBUG Logger (null) - [HandleA2Q9b] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleA2Q11] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleA3Q1] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleSewers] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleUndyingBlockage] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleLockedDoor] Now resetting task state.
2016-04-13 11:03:47,808 [5] DEBUG Logger (null) - [HandleDeshretSeal] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [HandleGlyphWall] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [HandleDeshretSpirit] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [HandleAllFlame] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [TravelToGrindZoneTask] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [EnterArenaTask] Now resetting task state.
2016-04-13 11:03:47,809 [5] DEBUG Logger (null) - [TravelThroughBossAreasTask] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [TrackMoreMobs] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandleMerveilArea] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandleVaalArea] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandlePietyArea] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandleDominusArea] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandleKaomArea] Now resetting task state.
2016-04-13 11:03:47,810 [5] DEBUG Logger (null) - [HandleDaressoArea] Now resetting task state.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [HandleWeaverArea] Now resetting task state.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin CommonEvents is enabled.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin AutoFlask is enabled.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin ItemFilterEditor is enabled.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin ObjectExplorer is enabled.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin AutoLogin is enabled.
2016-04-13 11:03:47,811 [5] DEBUG Logger (null) - [Start] The plugin DevTab is enabled.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] The plugin GemLeveler is enabled.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] The plugin Stats is enabled.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] The plugin StuckDetection is enabled.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] PlayerMover.Instance: Loki.Bot.DefaultPlayerMover.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] ReactionMinSleepDelay: 250.
2016-04-13 11:03:47,812 [5] DEBUG Logger (null) - [Start] ReactionMaxSleepDelay: 300.
2016-04-13 11:03:47,813 [5] DEBUG Logger (null) - [AutoLogin] DelayBeforeLoginAttempt | LoginAttemptDelay: 00:00:10.
2016-04-13 11:03:47,813 [5] DEBUG Logger (null) - [AutoLogin] The bot will wait 00:00:10.5990000 before logging in.
2016-04-13 11:03:58,634 [5] INFO Logger (null) - [AutoLogin] Connecting...
2016-04-13 11:03:59,785 [5] INFO Logger (null) - [AutoLogin] > Connecting to login server...
2016-04-13 11:03:59,786 [5] INFO Logger (null) - [AutoLogin] > Unable to connect to login server.
2016-04-13 11:03:59,882 [5] INFO Logger (null) - [Stop] Now requesting the BotThread to stop.
2016-04-13 11:03:59,932 [5] DEBUG Logger (null) - [OldGrindBot] OnStop
2016-04-13 11:03:59,933 [5] DEBUG Logger (null) - [CommonEvents] Stop
2016-04-13 11:03:59,933 [5] DEBUG Logger (null) - [AutoFlask] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [ItemFilterEditor] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [ObjectExplorer] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [AutoLogin] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [DevTab] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [GemLeveler] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [Stats] Stop
2016-04-13 11:03:59,934 [5] DEBUG Logger (null) - [StuckDetection] Stop
2016-04-13 11:03:59,935 [5] DEBUG Logger (null) - [OldRoutine] Stop
Last edited:






