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-5/alvasus.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/009-5/alvasus.txt') diff --git a/npc/009-5/alvasus.txt b/npc/009-5/alvasus.txt index 7a3c7cbef..e2f60b6c3 100644 --- a/npc/009-5/alvasus.txt +++ b/npc/009-5/alvasus.txt @@ -20,8 +20,10 @@ // Q3: Current Week Number (for repeat) 009-5,29,39,0 script Alvasus NPC_PLAYER,{ - if (!getq(HalinarzoQuest_Alvasus)) + if (!getq(HalinarzoQuest_Alvasus)) { + npctalk3 l("Uhm? Oh, a new believer! Welcome, child of the mana, to the only church in this world."); setq HalinarzoQuest_Alvasus, 1, 0, atoi(gettimestr("%U", 2)); + } .@q3 = getq3(HalinarzoQuest_Alvasus); .@q2 = getq2(HalinarzoQuest_Alvasus); -- cgit v1.2.3-70-g09d2