diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:50 -0300 |
commit | b62f1be5a78cfc77e5b6464b53abc612a506bf82 (patch) | |
tree | 9b3ef5deb92bdda04d48c19f0fb306a1f27f768a /db/re/item_db.conf | |
parent | b8af2f4e579e2ac439c4bc00991e9f9e91796696 (diff) | |
download | serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.gz serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.bz2 serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.xz serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.zip |
Pets core <3
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2d7c32ff5..42370b295 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9333,6 +9333,61 @@ item_db: ( "> }, { + Id: 4003 + AegisName: "DoggyDog" + Name: "Doggy Dog" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4004 + AegisName: "CattyCat" + Name: "Catty Cat" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4005 + AegisName: "BlackyCat" + Name: "Blacky Cat" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4006 + AegisName: "Ratte" + Name: "Ratte" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 200 + KeepAfterUse: true + Script: <" + bpet; + "> +}, + +// +// Dyes +{ Id: 5000 AegisName: "CrimsonDye" Name: "Crimson Dye" |