From 14d101aae3e6b03f24a4428a4ea5db190ad29c36 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Jun 2018 13:27:47 -0300 Subject: Safety for items on battle conf. --- conf/map/battle/items.conf | 8 ++++---- 1 file 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) -- cgit v1.2.3-60-g2f50