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/re/item_db.conf | |
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/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 12 insertions, 0 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"; |