but can't find anything useful enough to help me with this
bout the Chain combo problem for monks. openkore closes when my monk tries
to use chain combo.. help thanks
Code: Select all
OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7511
Loaded plugins:
plugins/macro/macro.pl (macro)
plugins/telesearchv2/tele-search-v2.pl (Tele-Search v2)
Error message:
Can't locate object method "getHandle" via package "MO_CHAINCOMBO" (perhaps you forgot to load "MO_CHAINCOMBO"?) at src/Actor/You.pm line 95.
Stack trace:
Can't locate object method "getHandle" via package "MO_CHAINCOMBO" (perhaps you forgot to load "MO_CHAINCOMBO"?) at src/Actor/You.pm line 95.
at src/Actor/You.pm line 95
Actor::You::getSkillLevel('Actor::You=HASH(0x3c93f94)', 'MO_CHAINCOMBO') called at src/AI/Attack.pm line 630
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 738
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(0x120f924)') called at openkore.pl line 97
main::__start() called at start.pl line 129
Died at this line:
my ($self, $skill) = @_;
* my $handle = $skill->getHandle();
if ($self->{skills}{$handle}) {