diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:57:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 10:57:05 -0300 |
commit | f775c9ead0b0abe316e0dc77c16e4ae86d14057a (patch) | |
tree | 6b263347b3192fd72eb337d05c56de8ce6b6a65c | |
parent | 9bc174d2eb2e9352bfb83dba1ae58562d2b79724 (diff) | |
download | serverdata-f775c9ead0b0abe316e0dc77c16e4ae86d14057a.tar.gz serverdata-f775c9ead0b0abe316e0dc77c16e4ae86d14057a.tar.bz2 serverdata-f775c9ead0b0abe316e0dc77c16e4ae86d14057a.tar.xz serverdata-f775c9ead0b0abe316e0dc77c16e4ae86d14057a.zip |
Do not unequip arrows. Do not consume disabled items.
-rw-r--r-- | conf/map/battle/items.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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) |