diff options
Diffstat (limited to 'conf-tmpl/battle/items.conf')
-rw-r--r-- | conf-tmpl/battle/items.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/conf-tmpl/battle/items.conf b/conf-tmpl/battle/items.conf index bdd201d6f..8ef1aac3e 100644 --- a/conf-tmpl/battle/items.conf +++ b/conf-tmpl/battle/items.conf @@ -17,15 +17,11 @@ //-------------------------------------------------------------- // Note 1: Value is a config switch (on/off, yes/no or 1/0) // Note 2: Value is in percents (100 means 100%) -// Note 3: Value is not limited to 60k (see below) -// Note 4: Value is a bit field. If no description is given, +// Note 3: Value is a bit field. If no description is given, // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun) -// Other Information: -// All values are limited to a number between 0 and 60k -// (60000, 600%, 60secs, ...), unless otherwise specified. //-------------------------------------------------------------- -// The highest value at which an item can be sold via the merchant vend skill. (in zeny) (Note 3) +// The highest value at which an item can be sold via the merchant vend skill. (in zeny) vending_max_value: 1000000000 // Tax to apply to all vending transactions (eg: 10000 = 100%, 50 = 0.50%) @@ -42,7 +38,7 @@ weapon_produce_rate: 100 // Prepare Potion success rate. (Note 2) potion_produce_rate: 100 -// Do produced items have the maker's name on them? (Note 4) +// Do produced items have the maker's name on them? (Note 3) // 0x01: Produced Weapons // 0x02: Produced Potions // 0x04: Produced Arrows |