summaryrefslogtreecommitdiff
path: root/npc/018-6-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-31 15:16:58 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-31 15:16:58 -0300
commitd6990871549d43efbd981afb257df5064d295d13 (patch)
tree25bec5d499c43135bc9233e762abb147934d64d8 /npc/018-6-1
parentec8ead81b2bf0fd7688053883d934c663f1f2892 (diff)
downloadserverdata-d6990871549d43efbd981afb257df5064d295d13.tar.gz
serverdata-d6990871549d43efbd981afb257df5064d295d13.tar.bz2
serverdata-d6990871549d43efbd981afb257df5064d295d13.tar.xz
serverdata-d6990871549d43efbd981afb257df5064d295d13.zip
I'm not sure if respawn works, btw
Diffstat (limited to 'npc/018-6-1')
-rw-r--r--npc/018-6-1/_mobs.txt6
-rw-r--r--npc/018-6-1/main.txt4
2 files changed, 6 insertions, 4 deletions
diff --git a/npc/018-6-1/_mobs.txt b/npc/018-6-1/_mobs.txt
index fd07526ca..de822a9cf 100644
--- a/npc/018-6-1/_mobs.txt
+++ b/npc/018-6-1/_mobs.txt
@@ -10,7 +10,9 @@
018-6-1,34,181,5,5 monster Small Elenium Bif 1226,4,300000,45000
018-6-1,80,172,54,25 monster Black Slime 1178,16,30000,15000
018-6-1,89,167,54,25 monster Dark Lizard 1051,8,30000,15000
-018-6-1,96,103,56,29 monster Black Scorpion 1074,18,30000,15000
-018-6-1,101,105,54,25 monster Mountain Snake 1123,10,30000,15000
+018-6-1,96,103,56,29 monster Black Scorpion 1074,17,30000,15000
+018-6-1,101,105,54,25 monster Mountain Snake 1123,9,30000,15000
018-6-1,70,45,44,25 monster Wicked Mushroom 1176,14,30000,15000
018-6-1,68,45,31,21 monster Archant 1026,7,30000,15000
+018-6-1,39,51,8,6 monster Mountain Snake 1123,1,30000,15000
+018-6-1,92,53,8,6 monster Mountain Snake 1123,1,30000,15000
diff --git a/npc/018-6-1/main.txt b/npc/018-6-1/main.txt
index 5a1331aaf..87c9b8daa 100644
--- a/npc/018-6-1/main.txt
+++ b/npc/018-6-1/main.txt
@@ -71,8 +71,8 @@ OnInstanceInit:
// Common Monsters
AreaMonsterB(.@m$, 80, 172, 54, 25, BlackSlime, 16);
AreaMonsterB(.@m$, 89, 167, 54, 25, DarkLizard, 8);
- AreaMonsterB(.@m$, 96, 103, 56, 29, BlackScorpion, 18);
- AreaMonsterB(.@m$, 101, 105, 54, 25, MountainSnake, 10);
+ AreaMonsterB(.@m$, 96, 103, 56, 29, BlackScorpion, 17);
+ AreaMonsterB(.@m$, 101, 105, 54, 25, MountainSnake, 9);
AreaMonsterB(.@m$, 70, 45, 44, 25, WickedMushroom, 14);
AreaMonsterB(.@m$, 68, 45, 31, 21, Archant, 7);
end;