diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-13 12:16:09 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-13 12:16:09 +0000 |
commit | 11d86b0d40e6e30b7ac138f17947a34ac841c3ee (patch) | |
tree | b0b11afcd2031543022e917527a93e62adeab2d3 /npc/merchants/socket_enchant.txt | |
parent | 5b558b6fe599752033bbcefc6dde5c7388f5de74 (diff) | |
download | hercules-11d86b0d40e6e30b7ac138f17947a34ac841c3ee.tar.gz hercules-11d86b0d40e6e30b7ac138f17947a34ac841c3ee.tar.bz2 hercules-11d86b0d40e6e30b7ac138f17947a34ac841c3ee.tar.xz hercules-11d86b0d40e6e30b7ac138f17947a34ac841c3ee.zip |
* Reduced the chance to socket enchant a C rank item to 40%
- info comes from kRO monthly and jRO players
- this is based on "better too low than too high"
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9996 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants/socket_enchant.txt')
-rw-r--r-- | npc/merchants/socket_enchant.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/merchants/socket_enchant.txt b/npc/merchants/socket_enchant.txt index ee1818ab6..20f6b0c21 100644 --- a/npc/merchants/socket_enchant.txt +++ b/npc/merchants/socket_enchant.txt @@ -667,7 +667,7 @@ function script addslot2 { function script f_weapon_c { - set @rateit,50; //success rate + set @rateit,40; //success rate set @addprice,200000; set @itemup,1010; set @itemupiece,10; @@ -764,7 +764,7 @@ function script f_weapon_s2 { function script f_armor_c { - set @rateit,50; //success rate + set @rateit,40; //success rate set @addprice,200000; set @itemup,999; set @itemupiece,3; |