diff options
Diffstat (limited to 'world/map/npc/043-1')
-rw-r--r-- | world/map/npc/043-1/_import.txt | 2 | ||||
-rw-r--r-- | world/map/npc/043-1/_warps.txt | 2 | ||||
-rw-r--r-- | world/map/npc/043-1/mapflags.txt | 1 | ||||
-rw-r--r-- | world/map/npc/043-1/ryger.txt | 11 |
4 files changed, 15 insertions, 1 deletions
diff --git a/world/map/npc/043-1/_import.txt b/world/map/npc/043-1/_import.txt index 0ed2ee41..4e21bda1 100644 --- a/world/map/npc/043-1/_import.txt +++ b/world/map/npc/043-1/_import.txt @@ -3,3 +3,5 @@ map: 043-1.gat npc: npc/043-1/_mobs.txt npc: npc/043-1/_warps.txt +npc: npc/043-1/mapflags.txt +npc: npc/043-1/ryger.txt diff --git a/world/map/npc/043-1/_warps.txt b/world/map/npc/043-1/_warps.txt index b29eee10..2f2c590f 100644 --- a/world/map/npc/043-1/_warps.txt +++ b/world/map/npc/043-1/_warps.txt @@ -1,6 +1,6 @@ // This file is generated automatically. All manually changes will be removed when running the Converter. // Beach warps -043-1.gat,44,19|warp|To Beach|1,-1,003-1.gat,114,116 +043-1.gat,43,19|warp|To Beach|4,-1,003-1.gat,114,116 043-1.gat,85,54|warp|To Mining Camp|-1,-1,002-3.gat,22,85 043-1.gat,52,38|warp|To Sandy Dungeon|-1,-1,043-3.gat,31,35 diff --git a/world/map/npc/043-1/mapflags.txt b/world/map/npc/043-1/mapflags.txt new file mode 100644 index 00000000..da09b939 --- /dev/null +++ b/world/map/npc/043-1/mapflags.txt @@ -0,0 +1 @@ +043-1.gat|mapflag|resave|002-3,72,66 diff --git a/world/map/npc/043-1/ryger.txt b/world/map/npc/043-1/ryger.txt new file mode 100644 index 00000000..f3178538 --- /dev/null +++ b/world/map/npc/043-1/ryger.txt @@ -0,0 +1,11 @@ +// Sandstorm mine guard + +043-1.gat,88,60,0|script|Ryger|123, +{ + mes "[Ryger]"; + mes "\"I'm watching this mine to make sure the monsters don't harm the miners.\""; + goto L_Close; + +L_Close: + close; +} |