Code: Select all
OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7410
Loaded plugins:
plugins/alertSound.pl (alertSound)
plugins/changeConf.pl (changeConf)
plugins/checkExtraCondition.pl (checkExtraCondition)
plugins/macro.pl (macro)
Error message:
Undefined subroutine &Actor::You::existsInList called at src/Actor/You.pm line 218.
Stack trace:
Undefined subroutine &Actor::You::existsInList called at src/Actor/You.pm line 218.
at src/Actor/You.pm line 218
Actor::You::attack('Actor::You=HASH(0x33cc0e4)', 't\x{f8}\x{0}\x{0}') called at src/AI/CoreLogic.pm line 2696
AI::CoreLogic::processAutoAttack() called at src/AI/CoreLogic.pm line 169
AI::CoreLogic::iterate() called at src/functions.pl line 749
main::mainLoop_initialized() called at src/functions.pl line 69
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x305040c)') called at ./openkore.pl line 97
main::__start() called at ./openkore.pl line 187
Died at this line:
* if (existsInList($config{"autoSwitch_$i"}, $monsters{$targetID}{'name'})) {
message TF("Encounter Monster : %s\n", $monsters{$targetID}{'name'});
Think there is a missing use Utils::DataStructures.