diff options
-rw-r--r-- | db/re/item_db.conf | 5 | ||||
-rw-r--r-- | 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; |