Error During Attack

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
setsunaseiei
Human
Human
Posts: 38
Joined: 17 May 2011, 07:09
Noob?: No

Error During Attack

#1 Post by setsunaseiei »

Code: Select all

Stack trace:
Trace begun at src\Skill.pm line 136
Skill::new('Skill', 'auto', undef) called at src\AI\Attack.pm line 294
AI::Attack::main at src\AI\Attack.pm line 97
AI::Attack::process at src\AI\CoreLogic.pm line 77
AI::CoreLogic::iterate at src\functions.pl line 748
main::mainLoop_initialized at src\functions.pl line 69
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x12183f4)') called at openkore.pl line 97
main::__start at start.pl line 136

Died at this line:
  	} else {
* 		ArgumentException->throw("No valid skill identifier specified.");
  	}
The above error was called by Kore upon attacking a monster, Disguise ID 1506. What's causing this error?
オペンコレ!

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Error During Attack

#2 Post by EternalHarvest »

afterSkill not specified in attackComboSlot?

Post Reply