diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:53:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-30 00:53:36 -0300 |
commit | 941996f12b4060ef8d53c877ccb8f71a15d0f36f (patch) | |
tree | af282626907f36c0cc9c88828f8dcff2aff9be6a | |
parent | 131f03fdffe104a96a49bba7a50d584e23696649 (diff) | |
download | tools-941996f12b4060ef8d53c877ccb8f71a15d0f36f.tar.gz tools-941996f12b4060ef8d53c877ccb8f71a15d0f36f.tar.bz2 tools-941996f12b4060ef8d53c877ccb8f71a15d0f36f.tar.xz tools-941996f12b4060ef8d53c877ccb8f71a15d0f36f.zip |
Update beta.patch2 to override rodex defines
-rw-r--r-- | localserver/beta.patch2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/localserver/beta.patch2 b/localserver/beta.patch2 index e94db6e..67c10bb 100644 --- a/localserver/beta.patch2 +++ b/localserver/beta.patch2 @@ -1,3 +1,22 @@ +diff --git a/src/map/rodex.c b/src/map/rodex.c +index 766fdc5ea..996576fd3 100644 +--- a/src/map/rodex.c ++++ b/src/map/rodex.c +@@ -34,11 +34,11 @@ + + // NOTE : These values are hardcoded into the client + // Cost of each Attached Item +-#define ATTACHITEM_COST 2500 ++#define ATTACHITEM_COST 500 + // Percent of Attached Zeny that will be paid as Tax +-#define ATTACHZENY_TAX 2 ++#define ATTACHZENY_TAX 0 + // Maximun number of messages that can be sent in one day +-#define DAILY_MAX_MAILS 100 ++#define DAILY_MAX_MAILS 3 + + static struct rodex_interface rodex_s; + struct rodex_interface *rodex; diff --git a/src/map/status.c b/src/map/status.c index f06bb0330..2fd295dc0 100644 --- a/src/map/status.c |