now for the error
the error occurred after one of these freezes. i made the bot move to another location a drake that was on the map,(knew the location because of the command ml)and it targeted a wraith summoned by the drake and then proceeded to error.
Code: Select all
OpenKore version what-will-become-2.0.7 (SVN Version)
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 6817
Loaded plugins:
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/macro.pl (macro)
Error message:
Invalid arguments.
Stack trace:
Trace begun at src\Task\Route.pm line 80
Task::Route::new('Task::Route', 'x', 0, 'y', 5, 'maxDistance', undef, 'maxTime', 4, 'distFromGoal', undef, 'pyDistFromGoal', undef, 'avoidWalls', '', 'notifyUponArrival', undef) called at src\AI.pm line 506
AI::ai_route('pvp_n_2-2', 0, 5, 'maxRouteTime', 4, 'attackID', 'p$M-b^F', 'noMapRoute', 1, 'noAvoidWalls', 1) called at src\AI\Attack.pm line 543
AI::Attack::main at src\AI\Attack.pm line 97
AI::Attack::process at src\AI\CoreLogic.pm line 77
AI::CoreLogic::iterate at src\functions.pl line 596
main::mainLoop_initialized at src\functions.pl line 70
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2b37b94)') called at openkore.pl line 96
main::__start at start.pl line 119
Died at this line:
* if ($args{x} == 0 || $args{y} == 0) {
ArgumentException->throw(error => "Invalid arguments.");