diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-08 14:22:42 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-08 14:22:42 +0000 |
commit | e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8 (patch) | |
tree | 4879d63f2c250cb45722da2411ce7ce8d8d55e7f /npc/001-1_Tulimshar | |
parent | 90cb4467a1c646f6c3ac48580efcc5ec339c32c5 (diff) | |
download | serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.gz serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.bz2 serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.tar.xz serverdata-e8c862f939eeb3dc0dd0dea0eee5a7ae386d7bc8.zip |
Add map 021-1
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/_import.txt | 1 | ||||
-rw-r--r-- | npc/001-1_Tulimshar/_warps.txt | 2 | ||||
-rw-r--r-- | npc/001-1_Tulimshar/children.txt | 2 | ||||
-rw-r--r-- | npc/001-1_Tulimshar/workers.txt | 13 |
4 files changed, 3 insertions, 15 deletions
diff --git a/npc/001-1_Tulimshar/_import.txt b/npc/001-1_Tulimshar/_import.txt index 8fe3add8..b66c4168 100644 --- a/npc/001-1_Tulimshar/_import.txt +++ b/npc/001-1_Tulimshar/_import.txt @@ -18,4 +18,3 @@ npc: npc/001-1_Tulimshar/rules.txt npc: npc/001-1_Tulimshar/sandra.txt npc: npc/001-1_Tulimshar/soul-menhir.txt npc: npc/001-1_Tulimshar/vincent.txt -npc: npc/001-1_Tulimshar/workers.txt diff --git a/npc/001-1_Tulimshar/_warps.txt b/npc/001-1_Tulimshar/_warps.txt index 7e8af69d..751b0df8 100644 --- a/npc/001-1_Tulimshar/_warps.txt +++ b/npc/001-1_Tulimshar/_warps.txt @@ -1,5 +1,7 @@ // 001-1 Tulimshar warps 001-1.gat,44,88 warp ToSandstorm 3,-1,002-1.gat,58,17 +001-1.gat,44,20 warp toCentralTulimshar 3,-1,021-1.gat,55,145 +001-1.gat,125,20 warp toCentralTulimshar 0,-1,021-1.gat,136,146 001-1.gat,32,71 warp ToInn -1,-1,001-2.gat,25,34 001-1.gat,75,41 warp ToHouse -1,-1,001-2.gat,71,72 diff --git a/npc/001-1_Tulimshar/children.txt b/npc/001-1_Tulimshar/children.txt index e68cfe95..a3ab8e07 100644 --- a/npc/001-1_Tulimshar/children.txt +++ b/npc/001-1_Tulimshar/children.txt @@ -1,6 +1,6 @@ // -001-1.gat,94,27,0 script Aisha 108,{ +001-1.gat,95,29,0 script Aisha 108,{ set @TEMP,rand(9); if(@TEMP == 0) goto L_1; if(@TEMP == 1) goto L_1; diff --git a/npc/001-1_Tulimshar/workers.txt b/npc/001-1_Tulimshar/workers.txt deleted file mode 100644 index 43ee9795..00000000 --- a/npc/001-1_Tulimshar/workers.txt +++ /dev/null @@ -1,13 +0,0 @@ -// - -001-1.gat,45,21,0 script Construction Worker 155,{ - mes "[Construction worker]"; - mes "\"I can't let you beyond this gate. The area is closed for renovation; most of it was destroyed during the earthquake.\""; - close; -} - -001-1.gat,124,21,0 script Construction Worker 155,{ - mes "[Construction worker]"; - mes "\"Move along.\""; - close; -} |