diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-30 09:26:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-30 09:26:46 -0300 |
commit | 55d8000b6891f8d43b98e0970d4dd8ccbdd25c4f (patch) | |
tree | 3bcff937420e526d792aa2ed217fb722dba50bbf | |
parent | b730adcc033c0d749337c920413b0805b5a7018f (diff) | |
download | serverdata-jesusalva/options.tar.gz serverdata-jesusalva/options.tar.bz2 serverdata-jesusalva/options.tar.xz serverdata-jesusalva/options.zip |
Testingjesusalva/options
-rw-r--r-- | db/option_drop_groups.conf | 23 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 25 insertions, 0 deletions
diff --git a/db/option_drop_groups.conf b/db/option_drop_groups.conf index b293be19..8dd4bdef 100644 --- a/db/option_drop_groups.conf +++ b/db/option_drop_groups.conf @@ -49,5 +49,28 @@ option_drop_group_db: ( // ... (up to MAX_ITEM_OPTION) ), **************************************************************************/ + EVOL1: ( + { + Rate: 10000 + VAR_MAXHPAMOUNT: [10, 2000] + }, + { + Rate: 10000 + VAR_STRAMOUNT: 20 + }, + { + Rate: 10000 + VAR_AGIAMOUNT: [1, 20, 0] + VAR_DEXAMOUNT: [1, 20, 10000] + VAR_INTAMOUNT: [1, 20, 0] + } + ), + EVOL2: ( + { + Rate: 10000 + VAR_MAXHPAMOUNT: 5000 + } + ), + } ) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 420f8489..2459b4bf 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -147,6 +147,8 @@ mob_db: ( DamageMotion: 480 MvpExp: 0 Drops: { + PiouSlayer: (10000, "EVOL1") + Knife: (10000, "EVOL2") PiouFeathers: 2300 PiouLegs: 2700 } |