rev7410 | Undefined subroutine &Actor::You::existsInList

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

rev7410 | Undefined subroutine &Actor::You::existsInList

#1 Post by Mushroom »

Code: Select all

OpenKore version what-will-become-2.1
@ai_seq = attack route
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7410
Loaded plugins:
  plugins/alertSound.pl (alertSound)
  plugins/changeConf.pl (changeConf)
  plugins/checkExtraCondition.pl (checkExtraCondition)
  plugins/macro.pl (macro)

Error message:
Undefined subroutine &Actor::You::existsInList called at src/Actor/You.pm line 218.

Stack trace:
Undefined subroutine &Actor::You::existsInList called at src/Actor/You.pm line 218.
 at src/Actor/You.pm line 218
	Actor::You::attack('Actor::You=HASH(0x33cc0e4)', 't\x{f8}\x{0}\x{0}') called at src/AI/CoreLogic.pm line 2696
	AI::CoreLogic::processAutoAttack() called at src/AI/CoreLogic.pm line 169
	AI::CoreLogic::iterate() called at src/functions.pl line 749
	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(0x305040c)') called at ./openkore.pl line 97
	main::__start() called at ./openkore.pl line 187

Died at this line:
  
* 			if (existsInList($config{"autoSwitch_$i"}, $monsters{$targetID}{'name'})) {
  				message TF("Encounter Monster : %s\n", $monsters{$targetID}{'name'});
When Kore activated autoSwitch.
Think there is a missing use Utils::DataStructures.
Quit.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: rev7410 | Undefined subroutine &Actor::You::existsInList

#2 Post by EternalHarvest »

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: rev7410 | Undefined subroutine &Actor::You::existsInList

#3 Post by Mushroom »

It's working now :)
Thanks

Locked.
Quit.