summaryrefslogtreecommitdiff
path: root/npc/012-2/rakinorf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-2/rakinorf.txt')
-rw-r--r--npc/012-2/rakinorf.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt
index 90aedfde1..b7f086039 100644
--- a/npc/012-2/rakinorf.txt
+++ b/npc/012-2/rakinorf.txt
@@ -93,7 +93,7 @@ L_MainStory:
rif(.@n2 == 4, l("Where can I find the previous mayor?")),
rif(.@n2 == 6, l("Airlia told me you should lend me a Return Potion.")),
rif(.@n2 == 7, l("I think I'm ready.")),
- rif(.@n == 6 && (!countitem(ReturnPotion)||@returnpotion_expiredate<gettimetick(2)), l("I need more return potions.")),
+ //rif(.@n == 6 && (!countitem(ReturnPotion)||@returnpotion_expiredate<gettimetick(2)), l("I need more return potions.")),
l("Ok, thanks.");
mes "";
@@ -261,6 +261,7 @@ L_MainStory:
mes l("- Boss give more Job experience, but as long that you keep killing, you'll keep gaining.");
break;
+ /*
case 9:
if (countitem(ReturnPotion))
delitem ReturnPotion, countitem(ReturnPotion);
@@ -270,6 +271,7 @@ L_MainStory:
mesn;
mesq l("There... *hic* They will expire *hic* in just @@... Or on logout.", FuzzyTime(@returnpotion_expiredate));
break;
+ */
}
close;
@@ -290,7 +292,6 @@ L_Complete:
inventoryplace ReturnPotion, 10;
setq General_Narrator, 6, 0;
getitem ReturnPotion, rand(5,10);
- @returnpotion_expiredate=gettimetick(2)+1200+rand(600,1800); // 20 minutes + 10~30 minutes == last 30~60 minutes
getexp BaseLevel*750, JobLevel*50;// Reference Levels: (40, 15)
mesn;
mesq l("Good, you *hic* proved your *hic* worth. I'll give you them.");