From f775c9ead0b0abe316e0dc77c16e4ae86d14057a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 10:57:05 -0300 Subject: Do not unequip arrows. Do not consume disabled items. --- conf/map/battle/items.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index ef383e19..e2925a3d 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -98,7 +98,7 @@ 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 // Which item actions are allowed while interacting with NPC? (Note 3) // Script commands 'enable_items/disable_items' will not be overridden. (See doc/script_commands.txt.) @@ -118,7 +118,7 @@ unequip_restricted_equipment: 0 // 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