From e9c667cc0ef4163562f92d31995bc1c0ec7df51f Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 6 Apr 2012 01:56:00 +0200 Subject: Correct a bug on arpan script and savepoint. --- npc/000-2-1/arpan.txt | 4 ++-- 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; -- cgit v1.2.3-70-g09d2