summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-12 03:34:16 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-12 03:34:16 -0300
commit76ed7e5d407c70a63555faddacaa435dfcd02c0b (patch)
treedd7b95e7b348da1628ac75ab507ace0e9dc15589 /db/constants.conf
parentb7697d99d7a1e95f6d8c769871314e37a4dbfe2b (diff)
downloadserverdata-76ed7e5d407c70a63555faddacaa435dfcd02c0b.tar.gz
serverdata-76ed7e5d407c70a63555faddacaa435dfcd02c0b.tar.bz2
serverdata-76ed7e5d407c70a63555faddacaa435dfcd02c0b.tar.xz
serverdata-76ed7e5d407c70a63555faddacaa435dfcd02c0b.zip
Add full server-side support for guilds on Estard. This draft will become
TMW2 Guild Manager. I'm amazed, everything worked as 4144 said it would. Customized EXP donation for guild roles (capped at 50%)? Check. Setting a Vice Leader (kick+invite) and a Recruiter (invite)? Check. Levelling up your Guild because Guild need levels (NYI)? Check. ...Increase Guild Maximum Member count? Oops! Not available yet. But seems like Hercules can take care of that for us, with GLvl.
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 534044696..ab833e4a3 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3817,6 +3817,19 @@ constants_db: {
equip_legs: 10
// <<<
+ comment__: "guild permissions"
+ GPERM_INVITE: 1
+ GPERM_EXPEL: 16
+ GPERM_ALL: 17
+
+ comment__: "guild positions"
+ GPOS_GUILDMASTER: 0
+ GPOS_VICELEADER: 1 // pos2
+ GPOS_RECRUITER: 2 // pos3
+ GPOS_4: 3 // pos4
+ GPOS_5: 4 // pos5
+ GPOS_NEWBIE: 19
+
comment__: "genders"
G_FEMALE: 0
G_MALE: 1