Auto Refine (2.0.6 SVN only)

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
luckybullet
Noob
Noob
Posts: 3
Joined: 29 May 2008, 18:59
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#41 Post by luckybullet »

im having the same problem, for example all i have in my inventory is +5 tidal shoes and of kors elus...

it doesnt upgrade my +5 tidal shoes, it doesnt do anything... here is my script...

autoRefine +5 Tidal Shoes [1] {
refineStone Elunium
refineNpc prt_in 63 60
npcSequence c r5 c d1 c r0 c r0 c r0 c r0 c r0 c r0 c r0 n <--- i change it to this since it will ask how many UP's u want after u selected which one..
maxRefine 1
disabled 0
}

papadondon
Noob
Noob
Posts: 2
Joined: 23 Mar 2009, 19:08
Noob?: Yes

Re: Auto Refine (2.0.6 SVN only)

#42 Post by papadondon »

just started playing RO again & this plugin made wonders

thank you for this

krrado
Noob
Noob
Posts: 6
Joined: 20 May 2008, 00:30
Noob?: No
Location: Brazil

Re: Auto Refine (2.0.6 SVN only)

#43 Post by krrado »

the plugin don't work, I need use openkore 2.0.6.1 or 2.0.7 coz my server need serverType 8_4 to see npcs I tryed both, if u can fixed that I will be happy ^^

my config.txt

autoRefine Valkyrian Manteau [1] {
refineStone Elunium
refineNpc yuno_in01 164 26
npcSequence c r0 c r0 c d6 (without d6 I tryed too)
zenny 2000
maxRefine 6
disabled 0
}

madlock
Noob
Noob
Posts: 2
Joined: 26 Jul 2009, 04:16
Noob?: Yes

Re: Auto Refine (2.0.6 SVN only)

#44 Post by madlock »

same problem my bot is just sitting.

vanserge
Noob
Noob
Posts: 1
Joined: 14 Jan 2010, 23:37
Noob?: Yes

Re: Auto Refine (2.0.6 SVN only)

#45 Post by vanserge »

excuse me, can someone tell me where I should put this code on?

Code: Select all

autoRefine <item> {
   refineStone <elunium, oridecon, etc>
   refineNpc <npc map x y>
   npcSequence <talk sequence>
   zenny <amount>
   maxRefine <max +>
}
i know it's in the config... but where? should I paste it under auto storage?
someone help me pls...

shinchan_007
Noob
Noob
Posts: 10
Joined: 20 Dec 2009, 01:19
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#46 Post by shinchan_007 »

Hello Guys

I am Confused about the Plugins and Config file . I am try to refine my shoes +9 ,

but when i start the program my bot 's status is Showing your Sitting

My bot is Not talking to talknpc

May i know were i went wrong ????

I have configure My Config.txt like these :

autoRefine Shoes [1] {
refineStone Elunium
refineNpc prt_in 63 60
npcSequence c r1 c r0 c w1 c w1 r0 w1 c c n
zenny 3000
maxRefine 9
disabled 0
}

And i have Copy and paste the Code auto-refine .pl in my Plugins Folder

Do i have to update the any changes in auto-refine.pl in talknpc ??

Cirvaazny
Noob
Noob
Posts: 3
Joined: 19 Jan 2010, 00:57
Noob?: No
Location: Anchorage, Alaska, USA

Re: Auto Refine (2.0.6 SVN only)

#47 Post by Cirvaazny »

My friend was having issues using this plug-in a few days ago as well. Looks like it got broken when some of the names of the variables changed. The config block listing wasn't accurate to what was being loaded by the plug-in either I believe.

Also, double check your configuration block (it can be put anywhere in config.txt). Make sure you spell zeny with only one 'n' and not two 'n's (not zenny). My friend used this script successfully with the latest svn version of OpenKore.

Code: Select all

autoRefine Shoes [1] {
refineStone Elunium
refineNpc prt_in 63 60
npcSequence c r1 c r0 c w1 c w1 r0 w1 c c n
zeny 3000
maxRefine 9
disabled 0
}
Update:
Make sure to grab the latest version from the SVN.
Last edited by Cirvaazny on 23 Jan 2010, 18:51, edited 2 times in total.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#48 Post by Technology »

zenny was renamed to zeny,
but it was also changed in the plugin, so last svn should have it.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

esengwafu
Noob
Noob
Posts: 10
Joined: 19 Nov 2009, 20:03
Noob?: Yes

Re: Auto Refine (2.0.6 SVN only)

#49 Post by esengwafu »

but why it just sit?and do nothing?

Cirvaazny
Noob
Noob
Posts: 3
Joined: 19 Jan 2010, 00:57
Noob?: No
Location: Anchorage, Alaska, USA

Re: Auto Refine (2.0.6 SVN only)

#50 Post by Cirvaazny »

esengwafu wrote:but why it just sit?and do nothing?
Did you:
  • 1. Download the latest version from the link on the first post?

    2. Read the latest posts here (the one by me or Technology), if so you should have already changed the word zenny to zeny in your config.txt block as we both mentioned that it was changed in the latest script revisions. If you're unsure what I mean, compare the zenny part of the config block I posted to what you have in your config.txt.
If you already did the above two and it still does not work, post a copy of your config block here along with the steps you already followed. It's hard to troubleshoot when you don't give information on what you have already done.

Post Reply