From 1a15a67a98c4e75d96b8a122b9986a0483b46729 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Feb 2020 23:25:23 -0300 Subject: Squash Gouda's bugs. I hope. --- npc/002-3/nard.txt | 2 ++ npc/functions/savepoint.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index f7df5a05b..68992ab33 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -224,6 +224,8 @@ L_NotYet: mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; setq General_Narrator, 1; + // Double sure + setq ShipQuests_Julia, 3; Zeny = Zeny-.@price; LOCATION$="Tulim"; getitem TulimMap, 1; diff --git a/npc/functions/savepoint.txt b/npc/functions/savepoint.txt index 0e0b6f908..2118d8aa5 100644 --- a/npc/functions/savepoint.txt +++ b/npc/functions/savepoint.txt @@ -40,7 +40,8 @@ function script savepointparticle { { INN_REGISTER = NO_INN; } - savepoint .@mapname$, .@mapx, .@mapy; + if (GSET_SOULMENHIR_MANUAL) + savepoint .@mapname$, .@mapx, .@mapy; specialeffect(4, SELF, getcharid(3)); @lastSave = gettimetick(2); -- cgit v1.2.3-70-g09d2