diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:48:01 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 23:48:01 +0100 |
commit | b25a8c5bb48b2694c47425e084f39ea673b407d2 (patch) | |
tree | 858fbfb6e7b211ca03d42e795fd8cc68329a6a2d /db | |
parent | cbc3c50aeb12013ae1e4553390b156ea39cb0897 (diff) | |
download | serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.gz serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.bz2 serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.tar.xz serverdata-b25a8c5bb48b2694c47425e084f39ea673b407d2.zip |
add monsters on candor island
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 53 | ||||
-rw-r--r-- | db/re/mob_db.conf | 6 |
2 files changed, 57 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 40463c175..1d33dd940 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4506,6 +4506,32 @@ item_db: ( Sprite: 0 }, { + Id: 819 + AegisName: "CrystallizedMaggot" + Name: "Crystallized Maggot" + Type: "IT_ETC" + Buy: 100000 + Sell: 10000 + Weight: 10 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 819 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 1000 AegisName: "BromenalFourLeafAmulet" Name: "Bromenal Four-Leaf Amulet" @@ -8265,6 +8291,33 @@ item_db: ( Sprite: 0 }, { + Id: 3505 + AegisName: "SharpKnife" + Name: "Sharp Knife" + Type: "IT_WEAPON" + Buy: 2580 + Sell: 250 + Weight: 50 + Atk: 100 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 5 + Refine: false + Subtype: "W_DAGGER" + BindOnEquip: false + BuyingStore: 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 48b5e1dbf..60c77e6b3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2486,7 +2486,9 @@ mob_db: ( CanAttack:false } Drops: { - FourLeafClover: 2 + IronOre: 500 + Coal: 400 + IronIngot: 250 } }, { @@ -3028,7 +3030,7 @@ mob_db: ( } }, { - Id: 1070 + Id: 1071 SpriteName: "Scorpion" Name: "Scorpion" Lv: 5 |