summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-20 23:50:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-20 23:50:12 -0300
commita6dd5396a31888c726e67e33b534db7e1978512e (patch)
tree2dc760629611293c7c5f420fd58cf67eb60a5a07
parent6c98388111494494f12b007455c298435e5d9b27 (diff)
downloadserverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.gz
serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.bz2
serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.xz
serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.zip
Move Pumpkin Seeds to art repo, implement Carrots :3
-rw-r--r--db/re/item_db.conf26
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--npc/002-1/alige.txt2
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,