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
Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Auto Refine (2.0.6 SVN only)

#11 Post by Bibian »

if the plugin doensnt route to the refine NPC that means you either do not have enough zenny, do not have the item to refine in your inventory or do not have the metal to refine it with in your inventory.
Remember that the name of the equipment has to be like openkore sees it in your inventory when you use the command "i"

Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Auto Refine (2.0.6 SVN only)

#12 Post by Cozzie »

is it possible to have a on/off switch(autoRefine 1/0) for the plugin?
Make Openkore Awesome. Join the team.

ElfoLiNk
Noob
Noob
Posts: 19
Joined: 05 Jun 2008, 12:06
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#13 Post by ElfoLiNk »

for the private server that can chose how many upgrade atemps can do this is the code

Code: Select all

autoRefine Muffler [1] {
	refineStone Elunium
	refineNpc prt_in 63 60
	npcSequence c r4 c r1 c d7 # number of upgrade atemps c r0 c r0 c r0 c r0 c r0 c r0 c r0  n
	zenny 3000
	maxRefine 7
	disabled 0
}
Image
Image

aili
Noob
Noob
Posts: 5
Joined: 21 Apr 2008, 12:09

Re: Auto Refine (2.0.6 SVN only)

#14 Post by aili »

hi, i dont know why, but this plugin isnt working for me
heres the console
[Jul 30 15:17:55 2008.53] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:17:57 2008.84] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:17:59 2008.79] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:01 2008.59] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:03 2008.54] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:05 2008.87] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:07 2008.66] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:09 2008.63] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:11 2008.95] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:13 2008.90] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:15 2008.70] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:17 2008.66] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:19 2008.97] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:21 2008.94] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:23 2008.91] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:25 2008.79] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:27 2008.58] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:29 2008.55] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:31 2008.54] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:33 2008.85] You can't put on High Fashion Sandals [1] (2)
[Jul 30 15:18:35 2008.80] You can't put on High Fashion Sandals [1] (2)

and it says it, over and over again

can u help plz...

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: Auto Refine (2.0.6 SVN only)

#15 Post by help_us »

only mage, acolyte, priest, wizard, monk, sage, and soul linker can wear it.
not sure about 3rd job.
Image
Image

aili
Noob
Noob
Posts: 5
Joined: 21 Apr 2008, 12:09

Re: Auto Refine (2.0.6 SVN only)

#16 Post by aili »

yeah i know that!
i use soul linker!
even if i equip them my self, he unequip them!
and again keeps saying "cannot equip high fasion sandals"

Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Auto Refine (2.0.6 SVN only)

#17 Post by Cozzie »

make sure your item name is correct. Check it in the tables folder.
Make Openkore Awesome. Join the team.

aili
Noob
Noob
Posts: 5
Joined: 21 Apr 2008, 12:09

Re: Auto Refine (2.0.6 SVN only)

#18 Post by aili »

oh c'mon...
dont think that im so stupid and havent checked that already, no its not the problem!
well? anyway thanx for your advice, still waiting for help)

alguemnn
Noob
Noob
Posts: 5
Joined: 24 Aug 2008, 19:44
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#19 Post by alguemnn »

I need to change the equips name every +1?

Here, the plugin refine all +0 to +1 and stop.. and i need to change "autoRefine +1 equipname {" to refine all +1 to +2

Some versions ago it automatic refine +0 to maxrefine.

This happen only on my openkore or it's because the new version openkore/plugin (2.0.6)?
Obs.: Sry my English, i don't speak english very well. THX.

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Auto Refine (2.0.6 SVN only)

#20 Post by sli »

Cozzie wrote:is it possible to have a on/off switch(autoRefine 1/0) for the plugin?
You should know vivi doesn't believe in toggles like we normal people do.
cs : ee : realist

Post Reply