summaryrefslogtreecommitdiff
path: root/conf/battle/misc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/battle/misc.conf')
-rw-r--r--conf/battle/misc.conf23
1 files changed, 21 insertions, 2 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf
index 32b9c511e..dd3d57aaa 100644
--- a/conf/battle/misc.conf
+++ b/conf/battle/misc.conf
@@ -26,7 +26,7 @@ pk_mode: 0
// 4: Disables commands usage
// 8: Disables item usage/picking/dropping
// 16: Disables room creation (chatrooms and vending shops)
-manner_system: 15
+manner_system: 31
// For PK Server Mode. Change this to define the minimum level players can start PK-ing
pk_min_level: 55
@@ -85,7 +85,7 @@ duel_only_on_same_map: no
// Cell Stack Limit support (see src/map/map.h)
cell_stack_limit: 1
-// Allow autrade only in map with autotrade flag?
+// Allow autotrade only in map with autotrade flag?
// Set this to "no" will allow autotrade where no "autotrade" mapflag is set
// Set this to "yes" to only allow autotrade on maps with "autotrade" mapflag
at_mapflag: no
@@ -116,3 +116,22 @@ cashshop_show_points: no
// 1 = Yes
// 2 = Yes, when there are unread mails
mail_show_status: 0
+
+// Is monster transformation disabled during Guild Wars?
+// If set to yes, monster transforming is automatically removed/disabled when entering castles during WoE times
+mon_trans_disable_in_gvg: no
+
+// Whether AegisName and SpriteName lookups are case sensitive
+// Default: yes (as in official servers)
+// When this is set to yes, item and monster lookups through atcommands and
+// script commands will match AegisNames and SpriteNames only when the case
+// matches. Display name lookups are not affected by this setting.
+// Example: Given the two items:
+// - { Id: 553, AegisName: "Bun", Name: "Bao" }
+// - { Id: 6115, AegisName: "Bun_", Name: "Bun" }
+// query when 'yes' when 'no'
+// @item bun # 6115 # 553
+// @item Bun # 553 # 553
+// @item Bao # 553 # 553
+// @item Bun_ # 6115 # 6115
+case_sensitive_aegisnames: yes