diff options
Diffstat (limited to 'conf/battle/items.conf')
-rw-r--r-- | conf/battle/items.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 7c0ee1ad3..05aadfecd 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -1,5 +1,5 @@ //-------------------------------------------------------------- -// rAthena Battle Configuration File +// Hercules Battle Configuration File // Originally Translated by Peter Kieser <pfak@telus.net> // Made in to plainer English by Ancyker //-------------------------------------------------------------- @@ -75,3 +75,14 @@ gtb_sc_immunity: 50 // NOTE: Different cards that grant the same skill will both // always work independently of each other regardless of setting. autospell_stacking: no + +// Will disabled consumables (disabled by map_zone_db.conf) be consumed when trying to use them? +// 1 (official): yes +// 0: no +item_restricted_consumption_type:1 + +// 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) +// 1 : yes(official) +// 0 : no +item_enabled_npc:1
\ No newline at end of file |