diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-22 21:25:23 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-22 21:25:23 -0200 |
commit | a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441 (patch) | |
tree | 2cd8fa664fac4e82bd06d362b97623d2acd018d2 /db | |
parent | c5c274a9472aac3cb9f5695b26b4dba327073180 (diff) | |
download | serverdata-a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441.tar.gz serverdata-a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441.tar.bz2 serverdata-a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441.tar.xz serverdata-a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441.zip |
Too late for this, but stat the candies and the pumpkin mob for Autumn. :<
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 12 | ||||
-rw-r--r-- | db/re/mob_db.conf | 5 |
2 files changed, 16 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a9eade569..6be4a987c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2394,6 +2394,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2414,6 +2418,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; @@ -2434,6 +2442,10 @@ item_db: ( Script: <" @min = 33; @max = 99; + if ($@SEASON == AUTUMN) { + @min = 330; + @max = 990; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8f83af43c..37db358b0 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7618,9 +7618,12 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + Lawncandy: 800 + Saulcandy: 800 + Poocandy: 800 Mashmallow: 250 - Lawncandy: 200 Candy: 50 + PumpkinHat: 2 } }, { |