diff options
author | Reid <reidyaro@gmail.com> | 2012-04-30 17:23:44 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-30 17:23:44 +0200 |
commit | 1bf87855448328a2eaebc386994a0395684d0db7 (patch) | |
tree | 6e67459814074c69e46bba2b4d5d9ea6e1de6d04 | |
parent | ee39adf7d39a0778453a0b56c14da1c977df29ae (diff) | |
download | clientdata-1bf87855448328a2eaebc386994a0395684d0db7.tar.gz clientdata-1bf87855448328a2eaebc386994a0395684d0db7.tar.bz2 clientdata-1bf87855448328a2eaebc386994a0395684d0db7.tar.xz clientdata-1bf87855448328a2eaebc386994a0395684d0db7.zip |
Add savepoint NPC sprite on 000-2-1 and 000-2-3 map.
-rw-r--r-- | npc/000-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/savepoint.txt | 8 | ||||
-rw-r--r-- | npc/000-2-3/savepoint.txt | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index f7ba8781..c0e756d9 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -1,3 +1,3 @@ map: 000-1.gat npc: npc/000-1/_mobs.txt -npc: npc/000-1/_warps.txt +npc: npc/000-1/_warps.txt
\ No newline at end of file diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index c671c716..e8883e18 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -4,7 +4,7 @@ // Description: // Save locations in 000-2-1 map. -000-2-1.gat,30,37,0,2 script #name 999,{ +000-2-1.gat,30,37,0,2 script #name 900,{ set @map$, "000-2-1.gat"; set @x, 30; @@ -14,7 +14,7 @@ } -000-2-1.gat,36,37,0,2 script #name 999,{ +000-2-1.gat,36,37,0,2 script #name 900,{ set @map$, "000-2-1.gat"; set @x, 36; @@ -23,7 +23,7 @@ close; } -000-2-1.gat,40,38,0,2 script #name 999,{ +000-2-1.gat,40,38,0,2 script #name 900,{ set @map$, "000-2-1.gat"; set @x, 40; @@ -33,7 +33,7 @@ } -000-2-1.gat,45,40,0,2 script #name 999,{ +000-2-1.gat,45,40,0,2 script #name 900,{ set @map$, "000-2-1.gat"; set @x, 45; diff --git a/npc/000-2-3/savepoint.txt b/npc/000-2-3/savepoint.txt index 9013e000..96a601b7 100644 --- a/npc/000-2-3/savepoint.txt +++ b/npc/000-2-3/savepoint.txt @@ -4,7 +4,7 @@ // Description: // Fake save point in nard's room. -000-2-3.gat,28,24,0,2 script #name 999,{ +000-2-3.gat,28,24,0,2 script #name 900,{ mesn "Narrator"; mes col(l("There is a nice place to stay beside you."), 9); |