From 0f5fc81dd7658ee9b638d321fbe75561449ded17 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 4 Feb 2022 14:28:32 -0300 Subject: You are now unable to leave Halinarzo via Eternal Swamps if reputation is zero. However, by talking to Alvasus, he'll mistake you for a believer. This will provide you the necessary clearance to pass. --- npc/009-1/guards.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/009-1') diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index 06ad88acf..43bbcbd59 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -25,18 +25,23 @@ l("My equipment is good, let me through!"); mes ""; if (@menu == 2 && $HURNS_LIBDATE) { + .@palgal$=lg("gal", "pal"); if (BaseLevel < 20) { mesn; - .@palgal$=lg("gal", "pal"); mesq l("It might be, but your level isn't. Sorry @@. No going to Hurnscald before level 20.", .@palgal$); close; } + if (reputation("Halin") < 1) { + mesn; + mesq l("It might be, but I never heard of you before. Sorry @@, I can't let just anyone go through. It would be a disservice to see you get stuck and die.", .@palgal$); + close; + } warp "011-3", 37, 219; closedialog; close; } else if (!$HURNS_LIBDATE) { mesn; - mesq l("No. Hurscald is besieged and it would be too dangerous to let you go alone. You should talk to %s, instead.", b("Saulc GM")); + mesq l("No. Hurnscald is besieged and it would be too dangerous to let you go alone. You should talk to %s, instead.", b("Saulc GM")); } } else { mesn; -- cgit v1.2.3-70-g09d2