diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-05 03:10:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-05 03:10:35 -0300 |
commit | 960cd899c821ad517bff3242da57550888e9dc71 (patch) | |
tree | 5fe363cf2614faa9e2258253f417e1718b0bf161 /db | |
parent | b09a9318b419bd5bfcbc4a5b4b706ac9e04a4111 (diff) | |
download | serverdata-960cd899c821ad517bff3242da57550888e9dc71.tar.gz serverdata-960cd899c821ad517bff3242da57550888e9dc71.tar.bz2 serverdata-960cd899c821ad517bff3242da57550888e9dc71.tar.xz serverdata-960cd899c821ad517bff3242da57550888e9dc71.zip |
The quick way out
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5d5b2bc42..649f442fa 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2074,7 +2074,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -3914,7 +3914,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -3952,7 +3952,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -3991,7 +3991,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -4030,7 +4030,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -4068,7 +4068,7 @@ mob_db: ( Vit: 1 Int: 1 Dex: 1 - Luk: 1 + Luk: 65535 } ChaseRange: 12 Race: 5 @@ -8896,6 +8896,9 @@ mob_db: ( Mdef: 1 Race: 5 Element: (2, 1) + Stats: { + Luk: 65535 + } Mode: { Plant: true } @@ -8922,6 +8925,9 @@ mob_db: ( Mdef: 1 Race: 5 Element: (2, 1) + Stats: { + Luk: 65535 + } Mode: { Plant: true } @@ -8948,6 +8954,9 @@ mob_db: ( Mdef: 1 Race: 5 Element: (2, 1) + Stats: { + Luk: 65535 + } Mode: { Plant: true } |