diff options
author | Haru <haru@dotalux.com> | 2020-07-26 23:50:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 23:50:02 +0200 |
commit | e90730312b92edc237088d601b1047ceff3402eb (patch) | |
tree | 3e0cfe76678f7d0f42e6ffbaff616dd5ac6c77c2 /doc/option_drop_group.md | |
parent | b91bd29b37c63c9818d5b28d1a3c4b9d7614d792 (diff) | |
parent | b35f52c08cdfb8770caf53a02ea09d76a6f94eb2 (diff) | |
download | hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.gz hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.bz2 hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.xz hercules-e90730312b92edc237088d601b1047ceff3402eb.zip |
Merge pull request #2769 from Zopokx/stable
Correction of few typo errors (conf/)
Diffstat (limited to 'doc/option_drop_group.md')
-rw-r--r-- | doc/option_drop_group.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/option_drop_group.md b/doc/option_drop_group.md index 325cf9fe2..730db53e6 100644 --- a/doc/option_drop_group.md +++ b/doc/option_drop_group.md @@ -1,6 +1,6 @@ # Option Drop Group Database -## Description +## Description Explanation of the `db/option_drop_groups.conf` file and structure. This database file allows the creation of groups of random options @@ -23,7 +23,7 @@ options for each of these slots. // Possible options for slot 1 // min/max value : int, defaults to 0 - // chance : int, 100 = 1% if not set, will be 100%/number of possibiltiies + // chance : int, 100 = 1% if not set, will be 100%/number of possibilities OptionName: value // or OptionName: [min value, max value] @@ -70,7 +70,7 @@ When chance is not specified in an option, it will be auto calculated by the server as being `100%/num`, when `num` is the number of possibilities in this option slot. -For example, if you specify 3 possible options, all of them without +For example, if you specify 3 possible options, all of them without a `chance` defined, all of them will have 33.33% chance of being picked (100%/3). If you set the chance of one of them to 50%, you will have one option with 50% chance, and each of the others with |