diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/atcommand.conf | 7 | ||||
-rw-r--r-- | conf/battle/drops.conf | 3 | ||||
-rw-r--r-- | conf/messages.conf | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 6e35d5327..3b3a156eb 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -14,8 +14,7 @@ atcommand_symbol : "@" charcommand_symbol: "#" /* Command aliases -You can define aliases for any command. Aliases work just like original -command. +You can define aliases for any command. Aliases work just like the original command. Format is <commandname>: ["<alias>", ...] */ @@ -59,8 +58,8 @@ aliases: { channel: ["main"] } -/* list of commands that should not be logged at all */ -/* add as many commands as you like */ +/* List of commands that should not be logged at all */ +/* Add as many commands as you like */ nolog: { iteminfo: 1 mobinfo: 1 diff --git a/conf/battle/drops.conf b/conf/battle/drops.conf index 9006cfeb1..424c46f5b 100644 --- a/conf/battle/drops.conf +++ b/conf/battle/drops.conf @@ -117,9 +117,6 @@ drops_by_luk: 0 // (So at 100 luk, everything will have double chance of dropping). drops_by_luk2: 0 -// The rate of monsters dropping ores by the skill Ore Discovery (Default is 100) -finding_ore_rate: 100 - // Whether or not Marine Spheres and Floras summoned by Alchemist drop items? // This setting has three available values: // 0: Nothing drops. diff --git a/conf/messages.conf b/conf/messages.conf index d9472952d..21e24e91a 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1505,5 +1505,7 @@ //src/map/pc.c::pc_isUseitem 1474: You cannot use this item while sitting +1476: You are already mounting something else + //Custom translations import: conf/import/msg_conf.txt |