From 885ae8a99c1e50cbff2e6be685bb0b2aba3b2e9e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 16 Apr 2019 11:10:53 -0300 Subject: Easter last minute tweaks - Reduce shops, sell Bronze Gift, make EasterEgg more expensive. During Easter, EasterEgg will raise hit rate and heal more. --- db/re/item_db.conf | 5 +++++ npc/001-4/lilica.txt | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index faeb7cead..4216d2ae5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -537,6 +537,11 @@ item_db: ( Script: <" @min = 100; @max = 225; + if ($EVENT$ == "Easter") { + @min*=4; + @max*=3; + sc_start SC_INCHIT,10000,10; + } @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; diff --git a/npc/001-4/lilica.txt b/npc/001-4/lilica.txt index 621720e41..a948adb25 100644 --- a/npc/001-4/lilica.txt +++ b/npc/001-4/lilica.txt @@ -100,8 +100,8 @@ OnInit: sellitem GoldenEasteregg,25; sellitem StrangeCoin,20; - sellitem ChocolateMouboo,6; - sellitem EasterEgg,3; + //sellitem ChocolateMouboo,6; + sellitem EasterEgg,5; end; OnCountFunds: @@ -128,8 +128,9 @@ OnInit: sellitem .Hat,200; // Rare and not-so-rare Items + sellitem BronzeGift,100; sellitem BunnyEars,50; - sellitem Boots,20; + //sellitem Boots,20; sellitem StrangeCoin,2; sellitem SilverEasteregg,1; end; -- cgit v1.2.3-60-g2f50