diff options
-rw-r--r-- | db/re/item_db.conf | 26 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/002-1/alige.txt | 2 |
3 files changed, 6 insertions, 24 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 81441448f..5fe0ac0c5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -499,28 +499,6 @@ item_db: ( "> }, { - Id: 516 - AegisName: "PumpkinSeeds" - Name: "Pumpkin Seeds" - Type: "IT_HEALING" - Buy: 5 - Sell: 2 - Weight: 1 - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 516 - BindOnEquip: false - BuyingStore: true - Sprite: 0 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start2 SC_POISON, 1, 10, 2500; - heal 1, 0; - "> -}, -{ Id: 517 AegisName: "DeliciousCookie" Name: "Delicious Cookie" @@ -874,6 +852,10 @@ item_db: ( Script: <" @min = 20; @max = 30; + if ($EVENT$ == "Easter") { + @min = 200; + @max = 300; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 62cdbea7d..9bfc7fc5c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1648,7 +1648,7 @@ mob_db: ( GoldenEasteregg: 100 CactusDrink: 200 CactusPotion: 100 - Aquada: 50 + Carrot: 50 BunnyEars: 10 } }, diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 2f7aa2963..665f1ef9e 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -183,7 +183,7 @@ L_GiveFood: rif(countitem(HalfCroconut), l(getitemname(HalfCroconut))), 512, rif(countitem(Croconut), l(getitemname(Croconut))), 0, rif(countitem(Plushroom), l(getitemname(Plushroom))), 515, - rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, + //rif(countitem(PumpkinSeeds), l(getitemname(PumpkinSeeds))), 1, // ITEM MOVED TO ART rif(countitem(UrchinMeat), l(getitemname(UrchinMeat))), 1, rif(countitem(EasterEgg), l(getitemname(EasterEgg))), 1, rif(countitem(PumpkishJuice), l(getitemname(PumpkishJuice))), 527, |