From a8eac55fa23b6b1b5ba7cc833660eb7c0aa56441 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Dec 2018 21:25:23 -0200 Subject: Too late for this, but stat the candies and the pumpkin mob for Autumn. :< --- db/re/item_db.conf | 12 ++++++++++++ db/re/mob_db.conf | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'db') 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 } }, { -- cgit v1.2.3-70-g09d2