summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-25 05:41:53 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-25 05:41:53 -0300
commit4b89f3b46be7287264ed934b2f6c8bd185fba854 (patch)
treeb1cd47ccc62df986296865eeaae4b9f21df41c0f /db/constants.conf
parent9a5dbf071df9b07d2189f1ae7a7e6d268b2f0450 (diff)
downloadserverdata-4b89f3b46be7287264ed934b2f6c8bd185fba854.tar.gz
serverdata-4b89f3b46be7287264ed934b2f6c8bd185fba854.tar.bz2
serverdata-4b89f3b46be7287264ed934b2f6c8bd185fba854.tar.xz
serverdata-4b89f3b46be7287264ed934b2f6c8bd185fba854.zip
Guild Exchange House (actually not a house but anyway)
Now you can claim Kamelot Castle "ultimate" rewards.
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index fac3bb89a..048ab926b 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3785,6 +3785,51 @@ constants_db: {
GPOS_5: 4 // pos5
GPOS_NEWBIE: 19
+ comment__: "guild exchange"
+ GEX_fruit1: 1
+ GEX_fruit2: 2
+ GEX_fruit3: 4
+ GEX_fruit4: 8
+ GEX_fruit5: 16
+
+ GEX_merc1: 32
+ GEX_merc2: 64
+ GEX_merc3: 128
+ GEX_merc4: 256
+ GEX_merc5: 512
+
+ GEX_blue1: 1024
+ GEX_blue2: 2048
+ GEX_blue3: 4096
+ GEX_blue4: 8192
+ GEX_blue5: 16384
+
+ GEX_arcmage1: 32768
+ GEX_arcmage2: 65536
+ GEX_arcmage3: 131072
+ GEX_arcmage4: 262144
+ GEX_arcmage5: 524288
+
+ GEX_elixir1: 1048576
+ GEX_elixir2: 2097152
+ GEX_elixir3: 4194304
+ GEX_elixir4: 8388608
+ GEX_elixir5: 16777216
+
+ GEX_scholar1: 33554432
+ GEX_scholar2: 67108864
+ GEX_scholar3: 134217728
+ GEX_scholar4: 268435456
+ GEX_scholar5: 536870912
+
+ // TOTAL 1073741824 : The last valid slot
+ GEX_fruitMAX: -1
+ GEX_mercMAX: -2
+ GEX_blueMAX: -3
+ GEX_arcmageMAX: -4
+ GEX_elixirMAX: -5
+ GEX_scholarMAX: -6
+
comment__: "genders"
G_FEMALE: 0
G_MALE: 1