diff options
author | Reid <reidyaro@gmail.com> | 2012-05-23 22:00:30 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-23 22:00:30 +0200 |
commit | cd75d3d7118464d1123d7b09ed6d1b94fa588c04 (patch) | |
tree | 4cf3ac90099ca1ce0849ee18c1b6f0cb58c751e8 | |
parent | 05a3852525bace6dab82618c0704798c7efb7614 (diff) | |
download | serverdata-cd75d3d7118464d1123d7b09ed6d1b94fa588c04.tar.gz serverdata-cd75d3d7118464d1123d7b09ed6d1b94fa588c04.tar.bz2 serverdata-cd75d3d7118464d1123d7b09ed6d1b94fa588c04.tar.xz serverdata-cd75d3d7118464d1123d7b09ed6d1b94fa588c04.zip |
Add usePoisonedBlobime function on scripts.conf,
Change LittleBlub monster name to Blub Little.
-rw-r--r-- | db/mob_db.txt | 2 | ||||
-rw-r--r-- | npc/000-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/db/mob_db.txt b/db/mob_db.txt index c8729adf..9683c6ef 100644 --- a/db/mob_db.txt +++ b/db/mob_db.txt @@ -4,6 +4,6 @@ 1004, Tortugas, Tortugas, 5, 50, 0, 5, 0, 1, 5, 10, 2, 5, 4, 0, 1, 0, 8, 5, 1, 1, 0, 2, 21, 1048705, 900, 1872, 672, 480, 702, 2000, 709, 1200, 508, 1000, 711, 850, 506, 750, 503, 600, 509, 500, 708, 260, 0, 0, , , , , , , 3, 5 1005, Ratto, Ratto, 5, 70, 0, 3, 0, 1, 6, 12, 1, 5, 2, 2, 1, 0, 6, 5, 1, 1, 0, 2, 21, 129, 400, 1872, 672, 480, 705, 1000, 704, 850, 502, 550, 504, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 1006, Croc, Croc, 12, 200, 0, 15, 0, 1, 35, 50, 10, 5, 10, 1, 2, 0, 12, 5, 1, 1, 0, 2, 21, 129, 800, 1872, 672, 480, 706, 1300, 509, 1100, 508, 1000, 711, 900, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 -1007, LittleBlub, Little Blub, 10, 110, 0, 12, 0, 1, 28, 35, 4, 30, 3, 15, 5, 1, 10, 15, 1, 1, 0, 2, 21, 1048705, 900, 1872, 672, 480, 700, 1400, 510, 1100, 712, 900, 509, 500, 710, 90, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 +1007, Blublittle, Blub Little, 10, 110, 0, 12, 0, 1, 28, 35, 4, 30, 3, 15, 5, 1, 10, 15, 1, 1, 0, 2, 21, 1048705, 900, 1872, 672, 480, 700, 1400, 510, 1100, 712, 900, 509, 500, 710, 90, 0, 0, 0, 0, 0, 0, 0, 0, , , , , , , 3, 5 //1008 Coming soon, //1009 Coming soon,
\ No newline at end of file diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index e63c2d68..d8b30a37 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -7,4 +7,5 @@ npc: npc/000-1/mickael.txt npc: npc/000-1/muller.txt npc: npc/000-1/astapolos.txt npc: npc/000-1/max.txt -npc: npc/000-1/sapartan.txt
\ No newline at end of file +npc: npc/000-1/sapartan.txt +npc: npc/000-1/tarlan.txt
\ No newline at end of file diff --git a/npc/scripts.conf b/npc/scripts.conf index 41b02269..b637a43c 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -5,6 +5,7 @@ import: npc/_import.txt // Item Functions npc: npc/items/PoisonedWater.txt +npc: npc/items/PoisonedBlobime.txt // Script Functions npc: npc/functions/clientversion.txt |