Error when attacking monster with melee attack

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

Moderators: Moderators, Developers

Message
Author
romanz
Noob
Noob
Posts: 5
Joined: 23 May 2013, 11:01
Noob?: Yes

Error when attacking monster with melee attack

#1 Post by romanz »

Hello everyone, do you know why this error happen ?

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: unknown
Loaded plugins:
  plugins/macro.pl (macro; description: allows usage of macros)
  plugins/macroinclude/macroinclude.pl (macroinclude; description: On-Off !include in macros.txt. manticora)

Error message:
Attempt to STORE non Actor reference to the hash of actors
Key:
61726d6f72
Value:
$VAR1 = {};

Stack trace:
Attempt to STORE non Actor reference to the hash of actors
Key:
61726d6f72
Value:
$VAR1 = {};
 at src/Interface/Wx.pm line 161
	Interface::Wx::mainLoop('Interface::Wx=HASH(0x4bfa844)') called at openkore.pl line 97
	main::__start() called at start.pl line 136
I got this error when my character use melee attack. How to solve this problem ? thanks.

romanz
Noob
Noob
Posts: 5
Joined: 23 May 2013, 11:01
Noob?: Yes

Re: Error when attacking monster with melee attack

#2 Post by romanz »

Ups, sorry all

I have solved this problem, it because in my config I set attackEquip with Valor Set

when I don't set attackEquip, this error not happen again.

Locked