summaryrefslogtreecommitdiff
path: root/npc/012-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 01:42:02 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 01:42:02 -0300
commitb8c073aa82358668018dfa63c622e0cf46119fb6 (patch)
tree027dd9860a75a1f1a334dc44e502f55229d3cf5b /npc/012-2
parent3d5090e2aa2ec3d7ca2cbe662c2922eb8d115b2a (diff)
downloadserverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.gz
serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.bz2
serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.tar.xz
serverdata-b8c073aa82358668018dfa63c622e0cf46119fb6.zip
Return potions cannot expire anymore
Diffstat (limited to 'npc/012-2')
-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.");