summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-12-02 08:09:54 +0000
committerJared Adams <jaxad0127@gmail.com>2008-12-02 08:09:54 +0000
commitd712c7845887df4801f55b24404698ae3f1b99c3 (patch)
treecf552ae7f76ab41009225cb280f5df8ed51a762c /npc
parentbe8e03038bb6058cfaccde9f94f0e4f568ea6394 (diff)
downloadserverdata-d712c7845887df4801f55b24404698ae3f1b99c3.tar.gz
serverdata-d712c7845887df4801f55b24404698ae3f1b99c3.tar.bz2
serverdata-d712c7845887df4801f55b24404698ae3f1b99c3.tar.xz
serverdata-d712c7845887df4801f55b24404698ae3f1b99c3.zip
Update 004-1
Diffstat (limited to 'npc')
-rw-r--r--npc/004-1_Beach/_import.txt1
-rw-r--r--npc/004-1_Beach/_mobs.txt28
-rw-r--r--npc/004-1_Beach/monsters.txt26
-rw-r--r--npc/021-1_Tulimshar/_import.txt2
-rw-r--r--npc/021-1_Tulimshar/_warps.txt3
-rw-r--r--npc/022-1_Beach_Cliffs/_import.txt3
-rw-r--r--npc/022-1_Beach_Cliffs/_mobs.txt7
-rw-r--r--npc/022-1_Beach_Cliffs/_warps.txt4
-rw-r--r--npc/_import.txt2
9 files changed, 48 insertions, 28 deletions
diff --git a/npc/004-1_Beach/_import.txt b/npc/004-1_Beach/_import.txt
index 0b1dba07..7bd39a8b 100644
--- a/npc/004-1_Beach/_import.txt
+++ b/npc/004-1_Beach/_import.txt
@@ -1,4 +1,3 @@
map: 004-1.gat
npc: npc/004-1_Beach/_mobs.txt
npc: npc/004-1_Beach/_warps.txt
-npc: npc/004-1_Beach/monsters.txt
diff --git a/npc/004-1_Beach/_mobs.txt b/npc/004-1_Beach/_mobs.txt
index bc8e68a9..ba1436e1 100644
--- a/npc/004-1_Beach/_mobs.txt
+++ b/npc/004-1_Beach/_mobs.txt
@@ -1,7 +1,35 @@
// 004-1 Beach mobs
+004-1.gat,39,52,5,19 monster Sea slime 1033,5,0,0,Mob004-1::On1033
+004-1.gat,33,88,5,14 monster Sea Slime 1033,5,0,0,Mob004-1::On1033
+004-1.gat,27,107,8,6 monster Sea slime 1033,4,0,0,Mob004-1::On1033
+004-1.gat,31,99,5,7 monster Sea slime 1033,3,0,0,Mob004-1::On1033
+004-1.gat,71,103,27,19 monster Giant maggot 1006,5,0,0,Mob004-1::On1006
+004-1.gat,76,68,21,49 monster Red scorpion 1004,13,0,0,Mob004-1::On1004
+004-1.gat,69,23,10,6 monster Giant maggot 1006,2,0,0,Mob004-1::On1006
+004-1.gat,93,27,1,1 monster Black scorpion 1009,1,120000,60000,Mob004-1::On1009
004-1.gat,0,0,0 script Mob004-1 -1,{
+On1004:
+ set @mobID, 1004;
+ callfunc "MobPoints";
+ break;
+
+On1006:
+ set @mobID, 1006;
+ callfunc "MobPoints";
+ break;
+
+On1009:
+ set @mobID, 1009;
+ callfunc "MobPoints";
+ break;
+
+On1033:
+ set @mobID, 1033;
+ callfunc "MobPoints";
+ break;
+
end;
}
diff --git a/npc/004-1_Beach/monsters.txt b/npc/004-1_Beach/monsters.txt
deleted file mode 100644
index 8056eead..00000000
--- a/npc/004-1_Beach/monsters.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-// Map: 004-1
-// This is the Beach west of Tulimshar.
-//
-
-004-1.gat,0,0,0,0 monster SeaSlime 1033,30,0,0,Mob34::OnSeaSlime
-004-1.gat,0,0,0,0 monster GiantMaggot 1006,10,0,0,Mob34::OnGiantMaggot
-004-1.gat,0,0,0,0 monster RedScorpion 1004,12,0,0,Mob34::OnRedScorpion
-
-004-1.gat,0,0,0 script Mob34 -1,{
-OnSeaSlime:
- set @mobID, 1033;
- callfunc "MobPoints";
- break;
-
-OnGiantMaggot:
- set @mobID, 1006;
- callfunc "MobPoints";
- break;
-
-OnRedScorpion:
- set @mobID, 1004;
- callfunc "MobPoints";
- break;
-
- end;
-}
diff --git a/npc/021-1_Tulimshar/_import.txt b/npc/021-1_Tulimshar/_import.txt
index 27ebcad7..81e7f2df 100644
--- a/npc/021-1_Tulimshar/_import.txt
+++ b/npc/021-1_Tulimshar/_import.txt
@@ -1,3 +1,3 @@
map: 021-1.gat
-npc: npc/021-1_Tulimshar/_warps.txt
npc: npc/021-1_Tulimshar/_mobs.txt
+npc: npc/021-1_Tulimshar/_warps.txt
diff --git a/npc/021-1_Tulimshar/_warps.txt b/npc/021-1_Tulimshar/_warps.txt
index 7e907749..3c771539 100644
--- a/npc/021-1_Tulimshar/_warps.txt
+++ b/npc/021-1_Tulimshar/_warps.txt
@@ -1,2 +1,5 @@
// 021-1 Tulimshar warps
+021-1.gat,44,88 warp ToSandstorm 3,-1,002-1.gat,58,17
+021-1.gat,32,71 warp ToInn -1,-1,001-2.gat,25,34
+021-1.gat,75,41 warp ToHouse -1,-1,001-2.gat,71,72
diff --git a/npc/022-1_Beach_Cliffs/_import.txt b/npc/022-1_Beach_Cliffs/_import.txt
new file mode 100644
index 00000000..6dab9d52
--- /dev/null
+++ b/npc/022-1_Beach_Cliffs/_import.txt
@@ -0,0 +1,3 @@
+map: 022-1.gat
+npc: npc/022-1_Beach_Cliffs/_mobs.txt
+npc: npc/022-1_Beach_Cliffs/_warps.txt
diff --git a/npc/022-1_Beach_Cliffs/_mobs.txt b/npc/022-1_Beach_Cliffs/_mobs.txt
new file mode 100644
index 00000000..7dfedcec
--- /dev/null
+++ b/npc/022-1_Beach_Cliffs/_mobs.txt
@@ -0,0 +1,7 @@
+// 022-1 Beach Cliffs mobs
+
+
+
+022-1.gat,0,0,0 script Mob022-1 -1,{
+ end;
+}
diff --git a/npc/022-1_Beach_Cliffs/_warps.txt b/npc/022-1_Beach_Cliffs/_warps.txt
new file mode 100644
index 00000000..c856a583
--- /dev/null
+++ b/npc/022-1_Beach_Cliffs/_warps.txt
@@ -0,0 +1,4 @@
+// 022-1 Beach Cliffs warps
+
+022-1.gat,84,113 warp ToSandstorm 1,-1,002-1.gat,29,15
+022-1.gat,37,111 warp ToBeach 1,-1,003-1.gat,141,21
diff --git a/npc/_import.txt b/npc/_import.txt
index df218035..77e9a46b 100644
--- a/npc/_import.txt
+++ b/npc/_import.txt
@@ -38,3 +38,5 @@ import: npc/020-1/_import.txt
import: npc/020-2/_import.txt
import: npc/020-3_Ice_cave/_import.txt
import: npc/020-4_Ice_cave/_import.txt
+import: npc/021-1_Tulimshar/_import.txt
+import: npc/022-1_Beach_Cliffs/_import.txt