diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:55:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-24 19:55:55 -0300 |
commit | bb66b43c8596a859a79ed6bff7a2f3c1db9067be (patch) | |
tree | a8727538f365ab8dee1c092ca7671c196e7eb9cd | |
parent | ab7fe9c36394f8e24aeb681668f827fd2d33ad0f (diff) | |
download | serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.gz serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.bz2 serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.tar.xz serverdata-bb66b43c8596a859a79ed6bff7a2f3c1db9067be.zip |
Cherry Cake for Alige (and requeriments)
-rw-r--r-- | db/re/mob_db.conf | 3 | ||||
-rw-r--r-- | npc/002-1/alige.txt | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 6b47c6934..58cf66bc7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2115,6 +2115,7 @@ mob_db: ( CactusDrink: 100 CactusPotion: 51 EmptyBottle: 41 + CherryCake: 36 SharpKnife: 5 } }, @@ -2435,6 +2436,7 @@ mob_db: ( Drops: { BlackScorpionStinger: 800 BugLeg: 750 + CherryCake: 200 LeatherShirt: 150 ChocolateBar: 100 BlackPearl: 1 @@ -5018,6 +5020,7 @@ mob_db: ( MvpExp: 0 Drops: { PinkAntenna: 410 + CherryCake: 200 PinkieLeg: 150 PinkieLeg: 100 CasinoCoins: 10 diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 5500c3943..1ad7f9d02 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -47,6 +47,7 @@ L_GoGo: mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); mes l("* @@/12 @@", countitem(Bread), getitemlink(Bread)); mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); + mes l("* @@/12 @@", countitem(CherryCake), getitemlink(CherryCake)); mes l("* @@/8 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); mes l("* @@/6 @@", countitem(HastePotion), getitemlink(HastePotion)); mes l("* @@/6 @@", countitem(StrengthPotion), getitemlink(StrengthPotion)); @@ -75,7 +76,7 @@ L_Accept: mesq l("The dyes are to disguise myself, I don't want to get caught. The potions are for safety, who knows what I'll face?"); next; mesn; - mesq l("Water, Bread and Cheese are to eat, and money is always useful, you know."); + mesq l("Water, Bread, Cheese and Cherry Cake are to eat, and money is always useful, you know."); next; mesn strcharinfo(0); mesq l("You planned neatly. I'll be back."); @@ -100,6 +101,7 @@ L_Remember: mes l("* @@/30 @@", countitem(CactusPotion), getitemlink(CactusPotion)); mes l("* @@/12 @@", countitem(Bread), getitemlink(Bread)); mes l("* @@/12 @@", countitem(Cheese), getitemlink(Cheese)); + mes l("* @@/12 @@", countitem(CherryCake), getitemlink(CherryCake)); mes l("* @@/8 @@", countitem(BottleOfTonoriWater), getitemlink(BottleOfTonoriWater)); mes l("* @@/6 @@", countitem(HastePotion), getitemlink(HastePotion)); mes l("* @@/6 @@", countitem(StrengthPotion), getitemlink(StrengthPotion)); |