summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/groups.conf3
-rw-r--r--conf/map/battle/items.conf8
-rw-r--r--conf/map/maps.conf20
-rw-r--r--conf/messages.conf12
4 files changed, 40 insertions, 3 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index 3f0c34ffb..5756a3412 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -47,7 +47,7 @@ Requires 'log_commands' to be enabled in 'conf/logs.conf'.
A group of settings
<permission> : <bool>
If a permission is not included, false is assumed.
-For a full list of available permissions, see: doc/permissions.txt
+For a full list of available permissions, see: doc/permissions.md
<inherit>
A list of group names that given group will inherit commands and permissions
@@ -126,6 +126,7 @@ groups: (
go: true
breakguild: true
channel: true
+ camerainfo: true
}
permissions: {
}
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf
index 144e04ea4..e834b80f6 100644
--- a/conf/map/battle/items.conf
+++ b/conf/map/battle/items.conf
@@ -123,3 +123,11 @@ boarding_halter_speed: 25
// Allow to use items when the storage is open?
// Official: false (Default)
storage_use_item: false
+
+// Minimum item buy price at shop
+// Default: 1
+min_item_buy_price: 1
+
+// Minimum item sell price at shop
+// Default: 0
+min_item_sell_price: 0
diff --git a/conf/map/maps.conf b/conf/map/maps.conf
index 2b1b134ff..1634ef3a8 100644
--- a/conf/map/maps.conf
+++ b/conf/map/maps.conf
@@ -1333,6 +1333,26 @@ map_list: (
"star_frst",
"star_in",
+ // Episode 17.1
+ "1@cor",
+ "1@os_a",
+ "1@os_b",
+ "1@rgsr",
+ "rgsr_in",
+ "pub_cat",
+ "sp_cor",
+ "sp_os",
+ "sp_rudus",
+ "sp_rudus2",
+ "sp_rudus3",
+
+ // Level Expansion
+ "mag_dun03",
+ "gl_cas01_",
+
+ // EDDA the downfall of GlastHeim
+ "1@gl_prq",
+
//------------------------- Clone Maps ---------------------------
//------------------------- Extra Maps ---------------------------
diff --git a/conf/messages.conf b/conf/messages.conf
index a7a11b969..9fc85cb55 100644
--- a/conf/messages.conf
+++ b/conf/messages.conf
@@ -448,7 +448,8 @@
// Return pet to egg message
451: You can't return your pet because your inventory is full.
-//452-497 FREE
+452: usage @camerainfo range rotation latitude
+//453-497 FREE
// Messages of others (not for GM commands)
// ----------------------------------------
@@ -711,7 +712,14 @@
// @jobchange
923: You can not change to this job by command.
-//924-979 FREE
+
+// atcommand_setzone
+924: Usage: @setzone <zone name>
+925: The zone is already set to '%s'.
+926: Zone not found. Keep in mind that the names are CaSe SenSitiVe.
+927: Zone successfully changed from '%s' to '%s'.
+
+//928-979 FREE
// @kami
980: Please enter a message (usage: @kami <message>).