diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-08 02:54:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-08 02:54:57 -0200 |
commit | e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81 (patch) | |
tree | a632d4709a4469f2e4e771f7ef363e25ce3ce396 /npc/012-2/rakinorf.txt | |
parent | 33ee11de2712a11d8e869458c6d22e91d7375b93 (diff) | |
download | serverdata-e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81.tar.gz serverdata-e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81.tar.bz2 serverdata-e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81.tar.xz serverdata-e7e69c0f1038d3fcb22e53773ccf9b2e38c40d81.zip |
Fix a broken Rakinorf!
Diffstat (limited to 'npc/012-2/rakinorf.txt')
-rw-r--r-- | npc/012-2/rakinorf.txt | 12 |
1 files changed, 8 insertions, 4 deletions
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; |