diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-13 16:23:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-13 16:23:47 -0300 |
commit | 247e86cb0fd30b01b4862326e9d0964bfe48d9b1 (patch) | |
tree | fc4f3cf7d9dbcb2d644cc8f3d447397f4ac03f3c | |
parent | 39e005518b38df18e862824bca39aa98bca78337 (diff) | |
download | serverdata-247e86cb0fd30b01b4862326e9d0964bfe48d9b1.tar.gz serverdata-247e86cb0fd30b01b4862326e9d0964bfe48d9b1.tar.bz2 serverdata-247e86cb0fd30b01b4862326e9d0964bfe48d9b1.tar.xz serverdata-247e86cb0fd30b01b4862326e9d0964bfe48d9b1.zip |
Reintroduce the Crocotree in Tulimshar, so players can complete Sailor Quest
-rw-r--r-- | db/re/mob_db.conf | 35 | ||||
-rw-r--r-- | npc/003-1/_mobs.txt | 1 |
2 files changed, 35 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d51d895a9..ec32c61f7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -458,7 +458,40 @@ mob_db: ( MysteriousBottle: 11 } }, -// 1010 is free +{ + Id: 1010 + SpriteName: "CrocoTree" + Name: "Croconut Tree" + Lv: 5 + Hp: 2500 + Sp: 0 + Exp: 2 + AttackRange: 1 + Attack: [10, 10] + Def: 25 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 1 + Luk: 1 + } + ChaseRange: 12 + Race: 3 + Element: (2, 1) + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + SpawnCollisionMask: 0 + Drops: { + Croconut: 2100 + Croconut: 600 + RawLog: 300 + } +}, { Id: 1011 SpriteName: "PlushroomField" diff --git a/npc/003-1/_mobs.txt b/npc/003-1/_mobs.txt index 1529bd571..ebe37fbb8 100644 --- a/npc/003-1/_mobs.txt +++ b/npc/003-1/_mobs.txt @@ -15,3 +15,4 @@ 003-1,82,116,9,11 monster Duck 1029,4,30000,20000 003-1,108,43,9,11 monster Duck 1029,3,30000,20000 003-1,110,42,4,1 monster Croc 1006,1,35000,150000 +003-1,70,106,6,3 monster Crocotree 1010,2,5000,150000 |