diff options
author | Ali-G <gauvain.dauchy@free.fr> | 2011-06-16 17:10:13 +0200 |
---|---|---|
committer | Ali-G <gauvain.dauchy@free.fr> | 2011-06-16 17:10:13 +0200 |
commit | 36bceef55e7a7e34275e8722bf28fd5f22988c82 (patch) | |
tree | 0c5bcaabf32f046eedea1af6ecb909a38031b886 /npc | |
parent | 7560517932b3e77dbd00531458135be83ada507c (diff) | |
download | serverdata-36bceef55e7a7e34275e8722bf28fd5f22988c82.tar.gz serverdata-36bceef55e7a7e34275e8722bf28fd5f22988c82.tar.bz2 serverdata-36bceef55e7a7e34275e8722bf28fd5f22988c82.tar.xz serverdata-36bceef55e7a7e34275e8722bf28fd5f22988c82.zip |
Added the new boss for the Rossy Quest.
Added some poison skill for the new mobs added to database.
Made the boss spawn slaves.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/025-4/battlecaves.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-4/battlecaves.txt b/npc/025-4/battlecaves.txt index c6d7d43f..10e17a75 100644 --- a/npc/025-4/battlecaves.txt +++ b/npc/025-4/battlecaves.txt @@ -780,7 +780,7 @@ onInit: // Number of monsters of each ID. setarray $@CAVE10_MONSTERS_QTY[1], 4, 2, 3, 2; // ID of the boss monster. - set $@BOSS, 1085; + set $@BOSS, 1086; // Number of waves. before the boss. set $@CAVE10_WAVES, 4; // Maximum time (in seconds) for the player to finish the fight. |