summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-13 12:16:09 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-13 12:16:09 +0000
commit11d86b0d40e6e30b7ac138f17947a34ac841c3ee (patch)
treeb0b11afcd2031543022e917527a93e62adeab2d3 /npc
parent5b558b6fe599752033bbcefc6dde5c7388f5de74 (diff)
downloadhercules-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')
-rw-r--r--npc/Changelog.txt4
-rw-r--r--npc/merchants/socket_enchant.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index cc8f09a35..b034de572 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -26,6 +26,10 @@ KarLaeda
Date Added
======
+2007/03/14
+ * Reduced the chance to socket enchant a C rank item to 40% [Playtester]
+ - info comes from kRO monthly and jRO players
+ - this is based on "better too low than too high"
2007/03/01
* The Sign: Fixed possible exploit, thanks to happylight [Lupus]
- Added npc/sample/npc_test_setitemx.txt
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;