summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2017-10-20 15:13:43 -0400
committergumi <git@gumi.ca>2018-10-22 11:12:24 -0400
commit71378dd896ac0ff839091a0c3ccca5abab20cda5 (patch)
treeffcc56dcbe1b9646033cc9915d0e579a9ef80ac5 /conf
parent1f7d4f00a52a6b32981ef54fb4a5514ece6f75df (diff)
downloadhercules-71378dd896ac0ff839091a0c3ccca5abab20cda5.tar.gz
hercules-71378dd896ac0ff839091a0c3ccca5abab20cda5.tar.bz2
hercules-71378dd896ac0ff839091a0c3ccca5abab20cda5.tar.xz
hercules-71378dd896ac0ff839091a0c3ccca5abab20cda5.zip
add an option to prevent from renaming a character if they are in a guild or party
closes #1805
Diffstat (limited to 'conf')
-rw-r--r--conf/char/char-server.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/char/char-server.conf b/conf/char/char-server.conf
index 76bd5e359..0f07731fb 100644
--- a/conf/char/char-server.conf
+++ b/conf/char/char-server.conf
@@ -50,7 +50,7 @@ char_configuration: {
// Server Communication username and password.
userid: "s1"
passwd: "p1"
-
+
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
@@ -162,6 +162,11 @@ char_configuration: {
// Set the letters/symbols that you want use with the 'char_name_option' option.
// Note: Don't add spaces unless you mean to add 'space' to the list.
name_letters: "abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890"
+
+ // Block renaming if character is in a guild or a party? (BOOL)
+ // Athena: false Aegis: true
+ // This check is imposed by Aegis to avoid dead entries in databases and is not needed on Hercules, as we clear data properly
+ use_aegis_rename: false
}
deletion: {