When im gettin Chiken script DC, bot not even trying to login back.
Tryed to delete
but it doesn`t help
Code:
[FinishCurrentAction] Waited 120 ms for the action to finish Move.
[LootItemTask] Now attempting to interact with the item. This is the #1 attempt.
[Execute][oldgrindbot_on_loot] Scroll of Wisdom Metadata/MiscellaneousObjects/WorldItem 0 Currency 3527.
[InteractWith] Now attempting to highlight 3527.
[InteractWith] Now attempting to interact with 3527.
[LatencyWait] Now sleeping 85 ms.
[FinishCurrentAction] Waited 0 ms for the action to finish Interaction.
[FinishCurrentAction] Waited 131 ms for the action to finish Interaction.
[AreaStateCache] The location 3527 [Scroll of Wisdom] is being removed because the WorldItem does not exist.
Can cast Flame Totem
Casting Flame Totem1
[UseAt] 2 True {728, 455}
*Casting Totem Because there are no totems near our main target or one of the totems can't see
[Logic] Now moving towards {737, 459} because [dist (58) > MaxRangeRange (35)]
[BeginUseAt] 8 False {779, 472}
[Logic] Now moving towards {737, 459} because [dist (58) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (56) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (55) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (52) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (50) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (48) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (45) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (44) > MaxMeleeRange (10)]
[TrackMoreMobs] Now adding Ancient Archer (415) at {610, 401}.
Can cast Flame Totem
Casting Flame Totem1
[UseAt] 2 True {727, 456}
*Casting Totem Because there are no totems near our main target or one of the totems can't see
[Logic] Now moving towards {737, 459} because [dist (39) > MaxRangeRange (35)]
[BeginUseAt] 8 False {758, 466}
[Logic] Now moving towards {737, 459} because [dist (38) > MaxMeleeRange (10)]
[Logic] Now moving towards {737, 459} because [dist (36) > MaxMeleeRange (10)]
[FinishCurrentAction] Waited 0 ms for the action to finish Move.
[FinishCurrentAction] Waited 108 ms for the action to finish Move.
[FinishCurrentAction] Waited 233 ms for the action to finish Move.
[FinishCurrentAction] Waited 344 ms for the action to finish Move.
[UseAt] 3 True {737, 459}
Can cast Flame Totem
Casting Flame Totem1
[UseAt] 2 True {728, 455}
*Casting Totem Because there are no totems near our main target or one of the totems can't see
[FinishCurrentAction] Waited 0 ms for the action to finish Flammability.
[TrackMoreMobs] Now adding Ancient Archer (416) at {578, 436}.
[TrackMoreMobs] Now adding Ancient Archer (418) at {591, 419}.
[TrackMoreMobs] Now adding Ancient Archer (417) at {591, 405}.
[TrackMoreMobs] Now adding Shambling Cadaver (608) at {595, 624}.
[FinishCurrentAction] Waited 101 ms for the action to finish Flammability.
[FinishCurrentAction] Waited 237 ms for the action to finish Flammability.
[FinishCurrentAction] Waited 365 ms for the action to finish Flammability.
[UseAt] 3 True {737, 459}
[BeginUseAt] 2 False {739, 459}
[InjectKeyEvent] 156 ms sleep for 32.
[UseAt] 7 True {757, 467}
[BeginUseAt] 2 False {739, 459}
[InjectKeyEvent] 83 ms sleep for 32.
Can cast Flame Totem
Casting Flame Totem1
[UseAt] 2 True {730, 455}
[InjectKeyEvent] 113 ms sleep for 32.
*Casting Totem Because there are no totems near our main target or one of the totems can't see
[FinishCurrentAction] Waited 0 ms for the action to finish Summon Flame Golem.
[FinishCurrentAction] Waited 113 ms for the action to finish Summon Flame Golem.
[FinishCurrentAction] Waited 227 ms for the action to finish Summon Flame Golem.
[FinishCurrentAction] Waited 342 ms for the action to finish Summon Flame Golem.
[FinishCurrentAction] Waited 446 ms for the action to finish Summon Flame Golem.
[BeginUseAt] 2 False {739, 459}
[InjectKeyEvent] 153 ms sleep for 32.
[BeginUseAt] 2 False {739, 459}
[AutoLogin] DelayBeforeLoginAttempt | LoginAttemptDelay: 00:00:10.
[AutoLogin] The bot will wait 00:00:10.8000000 before logging in.
[AutoLogin] > An unexpected disconnection occurred.
[Stop] Now requesting the BotThread to stop.
[OldGrindBot] OnStop
[CommonEvents] Stop
[AutoLogin] Stop
[DevTab] Stop
[GemLeveler] Stop
[ItemFilterEditor] Stop
[ObjectExplorer] Stop
[Stats] Stop
[StuckDetection] Stop
[Totemizer] Stop
Tryed to delete
Code:
else
{
foreach (var entry in logEntries)
{
// Unable to connect to login server.
if (entry.Contains("Unable to connect"))
{
BotManager.Stop();
}
}
}
but it doesn`t help






