Page 1 of 1
Enchant rates
Posted: Thu Jan 21, 2010 2:31 am
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?
Re: Enchant rates
Posted: Thu Jan 21, 2010 7:36 am
by janiii
you need the source files of gameserver from svn repository.
Re: Enchant rates
Posted: Thu Jan 21, 2010 10:07 am
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.
Re: Enchant rates
Posted: Thu Jan 21, 2010 7:39 pm
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
Re: Enchant rates
Posted: Thu Jan 21, 2010 9:03 pm
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:
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:
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
Re: Enchant rates
Posted: Thu Jan 21, 2010 11:24 pm
by Pasick
thanks man