diff options
-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) |