diff options
author | Reid <reidyaro@gmail.com> | 2012-04-06 01:56:00 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-04-06 01:56:00 +0200 |
commit | e9c667cc0ef4163562f92d31995bc1c0ec7df51f (patch) | |
tree | d2676f73a3a80d526ddb6eb358fade675574b2a2 /npc | |
parent | 3a128551655fd0740913e39ceca30da6810f2b6c (diff) | |
download | serverdata-e9c667cc0ef4163562f92d31995bc1c0ec7df51f.tar.gz serverdata-e9c667cc0ef4163562f92d31995bc1c0ec7df51f.tar.bz2 serverdata-e9c667cc0ef4163562f92d31995bc1c0ec7df51f.tar.xz serverdata-e9c667cc0ef4163562f92d31995bc1c0ec7df51f.zip |
Correct a bug on arpan script and savepoint.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/savepoint.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index c0a0ad9f..c0590501 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -78,8 +78,8 @@ l_Give: l("Yes."), -, l("No."), l_Close; seta2 ShipQuests, ShipQuests_Arpan, 2; - getitem "Usedshirt", 1; - getitem "Usedshort", 1; + getitem "Wornshirt", 1; + getitem "Wornshort", 1; l_Close: close; diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index f2175126..35c88fb3 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -4,6 +4,8 @@ // Description: // Save location in 000-2-1 map. +000-2-1.gat,30,37,0,2 script #name 999,{ + callfunc "SavePoint"; set @map$, "000-2-1.gat"; set @x, 30; |