diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 13:27:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 13:27:47 -0300 |
commit | 14d101aae3e6b03f24a4428a4ea5db190ad29c36 (patch) | |
tree | dabb96b6eeede72dc092445425bfec76c6b0e40e | |
parent | 95a2615a66b4ad8e8a8deb58d96bf61af39149d9 (diff) | |
download | serverdata-14d101aae3e6b03f24a4428a4ea5db190ad29c36.tar.gz serverdata-14d101aae3e6b03f24a4428a4ea5db190ad29c36.tar.bz2 serverdata-14d101aae3e6b03f24a4428a4ea5db190ad29c36.tar.xz serverdata-14d101aae3e6b03f24a4428a4ea5db190ad29c36.zip |
Safety for items on battle conf.
-rw-r--r-- | conf/map/battle/items.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index 135df7107..2c0dee51f 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -98,23 +98,23 @@ autospell_stacking: false // Will disabled consumables (disabled by map_zone_db.conf) be consumed when trying to use them? // Default: true (official) -item_restricted_consumption_type: true +item_restricted_consumption_type: false // Enable all NPC to allow changing of equipments while interacting? (Note 1) // Script commands 'enable_items/disable_items' will not be override. (see doc/script_commands.txt) // Default: true (official) -item_enabled_npc: true +item_enabled_npc: false // Unequip the equipments that has disabled by map_zone_db.conf ? // 0 : disabled equipments and cards are nullify (official) // 1 : disabled equipments are unequip, disabled cards are nullify // 2 : disabled equipments are nullify, disabled cards will caused the equipment to unequip // 3 : disabled equipments are unequip, disabled cards will caused the equipment to unequip (1+2) -unequip_restricted_equipment: 0 +unequip_restricted_equipment: 1 // When unequip a bow with arrow equipped, it also unequip the arrow? // Default: true (Official behavior, applies only in Renewal) -bow_unequip_arrow: true +bow_unequip_arrow: false // How much should rental mounts increase a player's movement speed? (Note 2) // Official: 25 (Default) |