summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-31 23:19:38 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-31 23:19:38 -0300
commit017b2c873b5665173ce6677de26e0e5cf233f003 (patch)
treee869a2c8620d7dbbeb88307c769190d4c12574d1
parent40303e24ffb944d4bd920e75c5177d43c87117d5 (diff)
downloadhercules-017b2c873b5665173ce6677de26e0e5cf233f003.tar.gz
hercules-017b2c873b5665173ce6677de26e0e5cf233f003.tar.bz2
hercules-017b2c873b5665173ce6677de26e0e5cf233f003.tar.xz
hercules-017b2c873b5665173ce6677de26e0e5cf233f003.zip
[TMW2] RODEX FIX (Patch LOWRODEXFEE)
-rw-r--r--src/map/rodex.c6
1 files changed, 3 insertions, 3 deletions
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;