From 0bfc399b2300b23d37be6af907522ac5f07e53c8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 03:09:41 -0200 Subject: Fix bug --- npc/012-2/rakinorf.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 790662d48..289d8cba3 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -73,7 +73,11 @@ L_MainStory: // 6 - Must visit Halinarzo Library // Note: Expires on logout: @returnpotion_expiredate - .@n2=getq2(General_Narrator); + if (.@n == 5) + .@n2=getq2(General_Narrator); + else + .@n2=99; + if (.@n2 == 5) { mesn; mesq l("You should talk to Airlia again to understand what Lua wants me to do."); -- cgit v1.2.3-60-g2f50