From e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 02:54:57 -0200 Subject: Fix a broken Rakinorf! --- npc/012-2/rakinorf.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'npc/012-2/rakinorf.txt') diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 85d80c670..61197fa09 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -74,7 +74,7 @@ L_MainStory: // Note: Expires on logout: @returnpotion_expiredate .@n2=getq2(General_Narrator); - if (.@n == 5) { + if (.@n2 == 5) { mesn; mesq l("You should talk to Airlia again to understand what Lua wants me to do."); mes ""; @@ -178,7 +178,6 @@ L_MainStory: next; mesn; mesq l("The previous mayor was an amazing mayor, but even so, he lost the office after the Monster King attacked."); - mesq l("His daughter, Airlia, is not air-headed as her mother Lia. Try asking her instead."); next; mesn; mesq l("I'm afraid I can't be of any help to you."); @@ -187,6 +186,11 @@ L_MainStory: mesq l("And now... Somber time is over! Time to get back to drinking! Yaaaay!!"); break; case 6: + setq2 General_Narrator, 5; + mesn; + mesq l("His daughter, Airlia, is not air-headed as her mother Lia. Try asking her instead."); + break; + case 7: mesn; mesq l("Whaaaaaaat *hic* is she *hic* have she gotten crazy? *hic*"); next; @@ -227,7 +231,7 @@ L_MainStory: mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining."); break; - case 7: + case 8: mesc b(l(".:: Main Quest 2-2 ::.")), 3; if (BaseLevel >= 40) mesc l("* @@/@@ Base Level", BaseLevel, 40), 2; @@ -264,7 +268,7 @@ L_MainStory: mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining."); break; - case 8: + case 9: if (countitem(ReturnPotion)) delitem ReturnPotion, countitem(ReturnPotion); inventoryplace ReturnPotion, 5; -- cgit v1.2.3-60-g2f50