Nitro wrote:I am using the openkore_ready download
There word for word.Code: Select all
** OpenKore what-will-become-2.0.6 (SVN version) - Custom Ragnarok Online client **
refineAuto plugin for Openkore v2.0.0
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 07 Apr 2008, 11:07
Re: refineAuto plugin
As I stated before I am using this.
-
- Noob
- Posts: 10
- Joined: 06 Apr 2008, 08:20
Re: refineAuto plugin
Then don't use that version, use the old version of openkore v.2.0.0 for this plugin.

-
- Plain Yogurt
- Posts: 95
- Joined: 05 Apr 2008, 05:15
- Noob?: Yes
- Location: in place where you cant go
Re: refineAuto plugin
@Nitro
sadly to say... we need newer version of this for you...
sadly to say... we need newer version of this for you...

-
- Noob
- Posts: 13
- Joined: 14 Apr 2008, 12:18
Re: refineAuto plugin
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

[just in case it doesnt work]
http://img249.imageshack.us/img249/4366 ... utots9.jpg
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

[just in case it doesnt work]
http://img249.imageshack.us/img249/4366 ... utots9.jpg
-
- Moderators
- Posts: 174
- Joined: 04 Apr 2008, 10:21
- Noob?: No
- Location: In your dreams...
Re: refineAuto plugin
Read?Janzzon wrote:Then don't use that version, use the old version of openkore v.2.0.0 for this plugin.
-
- Noob
- Posts: 4
- Joined: 12 Apr 2008, 11:58
Re: refineAuto plugin
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....
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....
-
- Moderators
- Posts: 174
- Joined: 04 Apr 2008, 10:21
- Noob?: No
- Location: In your dreams...
Re: refineAuto plugin
Use the 2.0.0 version of openkore.
*Sigh*
*Sigh*
-
- Noob
- Posts: 1
- Joined: 11 Apr 2008, 23:52
Re: refineAuto plugin
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...?
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...?
-
- Spam Generator
- Posts: 499
- Joined: 04 Apr 2008, 09:30
- Noob?: No
- Location: Melbourne, City of beer and awful sushis
Re: refineAuto plugin
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.
-
- Noob
- Posts: 1
- Joined: 07 May 2008, 14:39
- Noob?: No
Re: refineAuto plugin for Openkore v2.0.0
For those with problems using the plugins with openkore 2.0.1 and higher
change the following lines in your refineAuto.pl
to
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...
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};
Code: Select all
foreach my $item (@{$char->inventory->getItems()}) {
Hope tis helps...