diff options
author | Reid <reidyaro@gmail.com> | 2011-12-01 02:07:32 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-01 02:07:32 +0100 |
commit | 843736b5955a09428325569bea6ddd18a1d1c53a (patch) | |
tree | 7f1e296346b7555d25cffd03d3d820fe5861b782 | |
parent | 0b1c8a529f014c381244be148787c4f24994d51c (diff) | |
download | clientdata-843736b5955a09428325569bea6ddd18a1d1c53a.tar.gz clientdata-843736b5955a09428325569bea6ddd18a1d1c53a.tar.bz2 clientdata-843736b5955a09428325569bea6ddd18a1d1c53a.tar.xz clientdata-843736b5955a09428325569bea6ddd18a1d1c53a.zip |
Added monsters on mob_db.
Added a templace item, acorn, and written every IDs for items,
need to complet now.
-rw-r--r-- | db/item_db.txt | 2 | ||||
-rw-r--r-- | db/mob_db.txt | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 10be8e2b..2c56f3a8 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1,6 +1,6 @@ #ID, Name, Label, Attr, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, LifeTime, {UseScript}, {EquipScript} {UnEquipScript} 0, DEFAULT, Default, 0, 0, 0, 0, 10, , , , , , 2, , , , , 0, {}, {} -501, Acorn, Acorn, 0, 0, 0, 0, 2, , , , , , 2, , , 0, , 0, { itemheal 15, 0; }, {} +501, Acorn, Acorn, 0, 0, 10, 4, 2, , , , , , 2, , , 0, , 0, { itemheal 15, 0; }, {} 502 503 504 diff --git a/db/mob_db.txt b/db/mob_db.txt index a9879c8a..7b28b68c 100644 --- a/db/mob_db.txt +++ b/db/mob_db.txt @@ -1,2 +1,9 @@ # ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per, Drop2id,Drop2per, Drop3id,Drop3per, Drop4id,Drop4per, Drop5id,Drop5per, Drop6id,Drop6per, Drop7id,Drop7per, Drop8id,Drop8per, MEXP, ExpPer, MVP1id, MVP1per, MVP2id, MVP2per,MVP3id, MVP3per,mutation count, mutation strength -1002, Pious, Pious, 1, 12, 0, 2, 0, 1, 1, 4, 0, 1, 1, 1, 1, 0, 6, 0, 1, 1, 1, 1, 21, 129, 800, 1872, 672, 480, 710, 2000, 711, 1500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 2, 5 +1002, Pious, Pious, 1, 12, 0, 2, 0, 1, 1, 4, 0, 1, 1, 1, 1, 0, 6, 0, 1, 1, 1, 1, 21, 129, 800, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 2, 5 +1003, Tortugas, Tortugas, 5, 50, 0, 5, 0, 1, 5, 10, 2, 5, 2, 0, 1, 0, 8, 5, 1, 1, 1, 1, 21, 1048705,900, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +//1004 Release1, +1005, Ratto, Ratto, 12, 140, 0, 20, 0, 1, 8, 13, 1, 3, 1, 1, 2, 0, 6, 6, 1, 1, 1, 1, 21, 129, 500, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +1006, Croc, Croc, 10, 110, 0, 12, 0, 1, 6, 10, 3, 5, 2, 1, 2, 0, 5, 5, 1, 1, 1, 1, 21, 129, 800, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +1007, LittleBlub, Little Blub, 8, 90, 0, 8, 0, 1, 4, 7, 4, 5, 1, 15, 5, 1, 10, 15, 1, 1, 1, 1, 21, 1048705,900, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +//1008 Comming soon, +//1009 Comming soon,
\ No newline at end of file |