refineAuto plugin for Openkore v2.0.0

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

Nitro
Noob
Noob
Posts: 4
Joined: 07 Apr 2008, 11:07

Re: refineAuto plugin

#21 Post by Nitro »

As I stated before I am using this.
Nitro wrote:I am using the openkore_ready download

Code: Select all

** OpenKore what-will-become-2.0.6 (SVN version) - Custom Ragnarok Online client **
There word for word.
Janzzon
Noob
Noob
Posts: 10
Joined: 06 Apr 2008, 08:20

Re: refineAuto plugin

#22 Post by Janzzon »

Then don't use that version, use the old version of openkore v.2.0.0 for this plugin.
Image
fco2783
Plain Yogurt
Plain Yogurt
Posts: 95
Joined: 05 Apr 2008, 05:15
Noob?: Yes
Location: in place where you cant go

Re: refineAuto plugin

#23 Post by fco2783 »

@Nitro
sadly to say... we need newer version of this for you... :mrgreen:
lacunacoil
Noob
Noob
Posts: 13
Joined: 14 Apr 2008, 12:18

Re: refineAuto plugin

#24 Post by lacunacoil »

Hello Guys
I've got a problem while using this plugin
As soon as my character logins , he moves to the refiner ( as it should happen) but as soon as it talks to the refiner , an error msg shows up
I'm using ok 2.0.5.1
Image






[just in case it doesnt work]
http://img249.imageshack.us/img249/4366 ... utots9.jpg
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: refineAuto plugin

#25 Post by andy12345 »

Janzzon wrote:Then don't use that version, use the old version of openkore v.2.0.0 for this plugin.
Read?
Sweet Tea
Noob
Noob
Posts: 4
Joined: 12 Apr 2008, 11:58

Re: refineAuto plugin

#26 Post by Sweet Tea »

my bot always said refineAuto initiated...
is something wrong?
Ok, it seems that every expert member don't want to give the exact thing buat at least can you give us a hint?which part should we change...in the plugins or config....
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: refineAuto plugin

#27 Post by andy12345 »

Use the 2.0.0 version of openkore.
*Sigh*
Cead
Noob
Noob
Posts: 1
Joined: 11 Apr 2008, 23:52

Re: refineAuto plugin

#28 Post by Cead »

hi...

my just says "Incomplete Configuration for refineAuto"

i just copied the first code into the plugin with .pl....

and the second on my config... is there like sumthing in the first code missing...?
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: refineAuto plugin

#29 Post by Cozzie »

first of all, the new forum is supposed to be a fresh start, with one of the purpose of having high usability(no information quality poisoning and easy to search) that means we should have the practice of referring the old forums to a minimum. Asking people to read 10 pages is counter productive, since you are migrating the thread, why not include those other information which is considered quite essential isnt it?
Make Openkore Awesome. Join the team.
Ereth
Noob
Noob
Posts: 1
Joined: 07 May 2008, 14:39
Noob?: No

Re: refineAuto plugin for Openkore v2.0.0

#30 Post by Ereth »

For those with problems using the plugins with openkore 2.0.1 and higher

change the following lines in your refineAuto.pl

Code: Select all

   for ($i = 0; $i < @{$char->{inventory}}; $i++) {
      $item = $char->{inventory}[$i];
      next unless $item && %{$item};
to

Code: Select all

    foreach my $item (@{$char->inventory->getItems()}) {
works fine for me though I do get time out once in a while. I just assume its due to my laggy server...

Hope tis helps...