如題...小弟開拳聖時,每當觸發踢技的連續技時會當掉(一大堆紅字)........
小弟是用連續技的方法設定的,舊版本的OP是可用的喔更新後就出現BUG了.
以下是小弟打開errors.txt的內容,希望有幫助:
OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7512
No loaded plugins.
Error message:
Can't locate object method "getHandle" via package "TK_STORMKICK" (perhaps you forgot to load "TK_STORMKICK"?) at src/Actor/You.pm line 95.
Stack trace:
Can't locate object method "getHandle" via package "TK_STORMKICK" (perhaps you forgot to load "TK_STORMKICK"?) at src/Actor/You.pm line 95.
at src/Actor/You.pm line 95
Actor::You::getSkillLevel('Actor::You=HASH(0x440f694)', 'TK_STORMKICK') 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(0x347ea7c)') called at openkore.pl line 97
main::__start() called at start.pl line 129
在這一行當掉:
my ($self, $skill) = @_;
* my $handle = $skill->getHandle();
if ($self->{skills}{$handle}) {
煩請高手們有時間可以幫忙了解一下...是什麼狀況?
萬分感謝 |
|