diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-31 19:34:54 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-04-04 19:26:42 +0200 |
commit | 0f5107a3d8215ce5c007813a63c45579daf60e47 (patch) | |
tree | 69b897d94e436b3ecfb76c86237af0bfd80c44db /npc/027-3_Crypt | |
parent | d422b4426b8e7f0a0a47c21b47768e3213fb9b69 (diff) | |
download | serverdata-0f5107a3d8215ce5c007813a63c45579daf60e47.tar.gz serverdata-0f5107a3d8215ce5c007813a63c45579daf60e47.tar.bz2 serverdata-0f5107a3d8215ce5c007813a63c45579daf60e47.tar.xz serverdata-0f5107a3d8215ce5c007813a63c45579daf60e47.zip |
some changes made by the converter tool
Diffstat (limited to 'npc/027-3_Crypt')
-rwxr-xr-x | npc/027-3_Crypt/_mobs.txt | 10 | ||||
-rwxr-xr-x | npc/027-3_Crypt/_warps.txt | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/npc/027-3_Crypt/_mobs.txt b/npc/027-3_Crypt/_mobs.txt index 2e423ee7..8aa8bd4a 100755 --- a/npc/027-3_Crypt/_mobs.txt +++ b/npc/027-3_Crypt/_mobs.txt @@ -1,3 +1,7 @@ -// 027-3 Crypt mobs
-
-//027-3.gat,40,38,0,0 monster TheLost 1063,1,8000,2000,0
+// 027-3 Crypt mobs + + + +027-3.gat,0,0,0 script Mob027-3 -1,{ + end; +} diff --git a/npc/027-3_Crypt/_warps.txt b/npc/027-3_Crypt/_warps.txt index 295215ca..5bbff7ae 100755 --- a/npc/027-3_Crypt/_warps.txt +++ b/npc/027-3_Crypt/_warps.txt @@ -1,5 +1,3 @@ -// 027-3 Crypt warps
-
-027-3.gat,126,44,0 warp ToReaperL -1,-1,027-4.gat,36,21
-027-3.gat,127,44,0 warp ToReaperM -1,-1,027-4.gat,37,21
-027-3.gat,128,44,0 warp ToReaperR -1,-1,027-4.gat,38,21
\ No newline at end of file +// 027-3 Crypt warps + +027-3.gat,127,44 warp toCryptLevel2 1,-1,027-4.gat,37,21 |