diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:24:35 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:24:35 -0300 |
commit | 454e34d72242ba8059f0207555697687684329f8 (patch) | |
tree | a9fe3e56c686e5ef7e587008797e26a02a50bcf2 | |
parent | f6a903972dcb23e067f6e49f65d64a81126178d8 (diff) | |
download | serverdata-454e34d72242ba8059f0207555697687684329f8.tar.gz serverdata-454e34d72242ba8059f0207555697687684329f8.tar.bz2 serverdata-454e34d72242ba8059f0207555697687684329f8.tar.xz serverdata-454e34d72242ba8059f0207555697687684329f8.zip |
Correct bugs (and add new item)
-rw-r--r-- | db/re/item_db.conf | 29 | ||||
-rw-r--r-- | db/re/mob_db.conf | 12 |
2 files changed, 35 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8b15606e0..7282f5964 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6021,6 +6021,7 @@ item_db: ( ViewSprite: 824 BindOnEquip: false BuyingStore: true + DropAnnounce: true Delay: 0 Sprite: 0 }, @@ -11546,6 +11547,34 @@ item_db: ( Sprite: 0 }, { + Id: 3519 + AegisName: "DarkPulsar" + Name: "Dark Pulsar" + Type: "IT_WEAPON" + Buy: 140000 + Sell: 20000 + Weight: 1000 + Atk: 100 + Matk: 25 + Def: 0 + Range: 1 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 60 + Refine: false + Subtype: "W_DAGGER" + BindOnEquip: false + BuyingStore: true + DropAnnounce: true + Delay: 0 + Sprite: 0 +}, +{ Id: 4000 AegisName: "PiouEgg" Name: "Piou egg" diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index fd5d66c00..885957fd5 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2488,12 +2488,12 @@ mob_db: ( IronOre: 500 Coal: 400 Ruby: 60 - Topaz: 50 - Emerald: 40 - Diamond: 30 - Amethyst: 20 - Sapphire: 10 - LigthGreenDiamond: 1 + Topaz: 50 + Emerald: 40 + Diamond: 30 + Amethyst: 20 + Sapphire: 10 + LightGreenDiamond: 1 } }, { |