No valid skill identifier specified.

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

xxpusaxx
Noob
Noob
Posts: 11
Joined: 09 Jan 2010, 01:57
Noob?: Yes

No valid skill identifier specified.

#1 Post by xxpusaxx »

Server : Valyrie
Description : After casting a spell or a skill an error is prompted. I manage to get a log from openkore..
as shown below.

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = skill_use attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7601
No loaded plugins.

Error message:
No valid skill identifier specified.

Stack trace:
Trace begun at src\Skill.pm line 136
Skill::new('Skill', 'handle', undef) called at src\AI\CoreLogic.pm line 661
AI::CoreLogic::processSkillUse at src\AI\CoreLogic.pm line 80
AI::CoreLogic::iterate at src\functions.pl line 738
main::mainLoop_initialized at src\functions.pl line 69
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x1d061dc)') called at openkore.pl line 97
main::__start at start.pl line 129

Died at this line:
  	} else {
* 		ArgumentException->throw("No valid skill identifier specified.");
  	}