diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-24 16:02:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-24 16:02:25 -0300 |
commit | b595d184f2326546e8ccfac598ee478d568079f2 (patch) | |
tree | 356a5f5fa2e16d14347a690ccce3dff3c80b0d8d | |
parent | 40401eb56675b57e4a613808e7d1491bfbf09125 (diff) | |
download | serverdata-b595d184f2326546e8ccfac598ee478d568079f2.tar.gz serverdata-b595d184f2326546e8ccfac598ee478d568079f2.tar.bz2 serverdata-b595d184f2326546e8ccfac598ee478d568079f2.tar.xz serverdata-b595d184f2326546e8ccfac598ee478d568079f2.zip |
Include a Bhopper pet because I CAN. (Unless @Saulc plans giving it on Easter)
-rw-r--r-- | db/re/item_db.conf | 13 | ||||
-rw-r--r-- | db/re/pet_db.txt | 1 | ||||
-rw-r--r-- | npc/items/books.txt | 2 |
3 files changed, 15 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 875cd8e3f..caf396b4d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11526,6 +11526,19 @@ item_db: ( "> }, { + Id: 4001 + AegisName: "BhopEgg" + Name: "Bhopper egg" + Type: "IT_PETEGG" + Buy: 90000 + Sell: 4000 + Weight: 1000 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ Id: 5000 AegisName: "CrimsonCashmereDye" Name: "Crimson Cashmere Dye" diff --git a/db/re/pet_db.txt b/db/re/pet_db.txt index 7446b4cda..3a38b2879 100644 --- a/db/re/pet_db.txt +++ b/db/re/pet_db.txt @@ -52,3 +52,4 @@ //petskillsupport at the same time, but only one of each. 1002,Piou,Piou,701,4000,0,507,80,60,50,100,250,20,1000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; } +1049,Bhop Fluffy,Bhop Fluffy,834,4001,0,509,100,60,50,50,250,50,1000,140,1,0,350,400,800,{ petskillbonus bLuk, 5, 30, 90; },{ bonus bLuk,2; bonus bSPrecovRate,2; } diff --git a/npc/items/books.txt b/npc/items/books.txt index 549d2ca98..f4d4b5365 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -97,7 +97,7 @@ OnInit: narrator 1, l("So you have now a pet, who is loyal to you. It'll follow you everywhere, but there are two things you must know."), l("Do not let intimacy and hunger get to zero. If any of those get to zero, it'll leave you forever."), - l("Pious must keep a strict diet composed of Piberries."), + l("Pious must keep a strict diet composed of Piberries, and Bhoppers eat only Aquadas."), l("However, you should only give food when it's hungry, otherwise it'll believe you're a bad owner and intimacy will decrease."), l("To perform most actions, like feeding and renaming, just right-click it. You can even put it back on the egg if its following gets too annoying."), l("Give your pet a nice name, and keep it healthy, and you'll be a successful pet owner!"), |