autorefine plugin bug? revision 7731 :(

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
killahgoat
Noob
Noob
Posts: 3
Joined: 20 May 2011, 04:13
Noob?: Yes

autorefine plugin bug? revision 7731 :(

#1 Post by killahgoat »

whenever i got into the game
this error comes out :|

can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.


how do i fix this problem :

but when i remove this from config.txt

autoRefine Tidal Shoes [1] {
refineStone Elunium
refineNpc prt_in 63 60
npcSequence c r5 c r0 c w1 c w1 r0 w1 c c n
zenny 2000
maxRefine 6
disabled 0
}


it works perfectly fine except that the refine bot wont work :|

hope u guys can help :)

btw im using the latest version of openkore SVN, revision 7731

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

Re: autorefine plugin bug? revision 7731 :(

#2 Post by EternalHarvest »

killahgoat wrote:this error comes out
Read the whole error message before posting anything.

killahgoat
Noob
Noob
Posts: 3
Joined: 20 May 2011, 04:13
Noob?: Yes

Re: autorefine plugin bug? revision 7731 :(

#3 Post by killahgoat »

i cant fix this error :|

OpenKore version what-will-become-2.1
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7731
Loaded plugins:
plugins/auto-refine.pl (Auto-Refine)
plugins/macro/macro.pl (macro)

Error message:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.

Stack trace:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.
at src/Task/MapRoute.pm line 87
Task::MapRoute::new('Task::MapRoute', 'map', 'prt_in', 'x', 63, 'y', 60, 'distFromGoal', 10, ...) called at C:/Documents and Settings/RAINEY/Desktop/SVN openkore/plugins/auto-refine.pl line 107
autoRefine::route('prt_in', 63, 60) called at C:/Documents and Settings/RAINEY/Desktop/SVN openkore/plugins/auto-refine.pl line 68
autoRefine::main('AI_pre', undef, undef) called at src/Plugins.pm line 431
Plugins::callHook('AI_pre') called at src/AI/CoreLogic.pm line 112
AI::CoreLogic::iterate() called at src/functions.pl line 748
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(0x8c7a64)') called at openkore.pl line 97
main::__start() called at start.pl line 136

Died at this line:

* unless ($args{actor}->isa('Actor') and $args{map}) {
ArgumentException->throw(error => "Invalid arguments.");



plsss developerss help me :| i really want this plugin to work....and how will i know if my post gets rejected by a developer? pls i need this i tried reading some plugin manuals but nothing comes into my mind..

mokong123
Noob
Noob
Posts: 1
Joined: 22 May 2011, 08:19
Noob?: Yes

Re: autorefine plugin bug? revision 7731 :(

#4 Post by mokong123 »

tried it out and got the same error..

OpenKore version what-will-become-2.1
Network state = 5
Network handler = Network::DirectConnection
SVN revision: 7731
Loaded plugins:
plugins/auto-refine.pl (Auto-Refine)
plugins/macro/macro.pl (macro)

Error message:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.

Stack trace:
Can't call method "isa" on an undefined value at src/Task/MapRoute.pm line 87.
at src/Task/MapRoute.pm line 87
Task::MapRoute::new('Task::MapRoute', 'map', 'prt_in', 'x', 63, 'y', 60, 'distFromGoal', 10, ...) called at C:/Documents and Settings/user/Desktop/SVN openkore/plugins/auto-refine.pl line 107
autoRefine::route('prt_in', 63, 60) called at C:/Documents and Settings/user/Desktop/SVN openkore/plugins/auto-refine.pl line 68
autoRefine::main('AI_pre', undef, undef) called at src/Plugins.pm line 431
Plugins::callHook('AI_pre') called at src/AI/CoreLogic.pm line 112
AI::CoreLogic::iterate() called at src/functions.pl line 748
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(0x8c7a64)') called at openkore.pl line 97
main::__start() called at start.pl line 136

Died at this line:

* unless ($args{actor}->isa('Actor') and $args{map}) {
ArgumentException->throw(error => "Invalid arguments.");

for a more detailed error..

Post Reply