Code: Select all
OpenKore version what-will-become-2.0.6 (SVN version)
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 6391
Loaded plugins:
plugins/macro.pl (macro)
plugins/teleSearchv2.pl (Tele-Search v2)
Error message:
Illegal division by zero at src/Misc.pm line 1894.
Stack trace:
Illegal division by zero at src/Misc.pm line 1894.
at src/Misc.pm line 1894
Misc::meetingPosition('Actor::Monster=HASH(0x3d3743c)', 30) called at src/AI/Attack.pm line 524
AI::Attack::main() called at src/AI/Attack.pm line 97
AI::Attack::process() called at src/AI/CoreLogic.pm line 77
AI::CoreLogic::iterate() called at src/functions.pl line 593
main::mainLoop_initialized() called at src/functions.pl line 70
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x2bdc5dc)') called at openkore.pl line 96
main::__start() called at start.pl line 119
Died at this line:
my ($target, $attackMaxDistance) = @_;
* my $monsterSpeed = 1 / $target->{walk_speed};
my $timeMonsterMoves = time - $target->{time_move};


