Enchant rates

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Pasick
Posts: 3
Joined: Thu Jan 21, 2010 1:49 am

Enchant rates

Post by Pasick »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: 66,66,66
BlessedEnchantChanceWeapon = 70
BlessedEnchantChanceArmor = 70
BlessedEnchantChanceJewelry = 70

I want my blessed enchants to be 70% chance, but i cannot for the life of me find a "config.java" file. This is for my 2.3 server. Help?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Enchant rates

Post by janiii »

you need the source files of gameserver from svn repository.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
macdonald12
Posts: 89
Joined: Mon Sep 15, 2008 8:51 am

Re: Enchant rates

Post by macdonald12 »

Pasick wrote: # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: 66,66,66
The comment is referring to the defaults. If the default values are incorrect then they should also be adjusted in the config.java file.

Seeing you just want to increase the enchant rate, you don't need to do that. What you have now will work correct.
Pasick
Posts: 3
Joined: Thu Jan 21, 2010 1:49 am

Re: Enchant rates

Post by Pasick »

Alright well i've been looking into the svn thing but i'm very new to subversions... how do i get the files from:
http://svn.l2jfree.com/svn/geodata
http://l2jserver.com/svn/trunk/L2_GameServer/

i apologize if this is a newbie question. i downloaded tortoisesvn, but i have no clue how it works or what to do with it... i need the core files and geodata files off the svn sites listed above. how do i get them :X step by step explanation please.

thank you to whoever can help me
macdonald12
Posts: 89
Joined: Mon Sep 15, 2008 8:51 am

Re: Enchant rates

Post by macdonald12 »

Create a new directory and right-click anywhere in the white-space within this folder. You should get a context-menu like this:

Image

Choose the option 'SVN Checkout...'

Then you will get the Checkout screen, just put in the svn url you want to grab, and select the folder it should all go in, like this:

Image

Now click 'Ok' and it will start downloading everything from the SVN you selected and give a message when it's done updating to xxx revision.

If you want to use Eclipse, here are guides to do this within it:
viewtopic.php?f=2&t=10719
Pasick
Posts: 3
Joined: Thu Jan 21, 2010 1:49 am

Re: Enchant rates

Post by Pasick »

thanks man
Post Reply