From 22f2df53450068cd3fbc4dc340aed59456b34273 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 03:12:29 -0200 Subject: RNG --- npc/012-2/rakinorf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-2') diff --git a/npc/012-2/rakinorf.txt b/npc/012-2/rakinorf.txt index 289d8cba3..23fac1ed3 100644 --- a/npc/012-2/rakinorf.txt +++ b/npc/012-2/rakinorf.txt @@ -277,7 +277,7 @@ L_MainStory: if (countitem(ReturnPotion)) delitem ReturnPotion, countitem(ReturnPotion); inventoryplace ReturnPotion, 5; - getitem ReturnPotion, 5; + getitem ReturnPotion, rand(2,5); @returnpotion_expiredate=gettimetick(2)+1200+rand(300,1200); // 20 minutes + 5~20 minutes == last 25~40 minutes mesn; mesq l("There... *hic* They will expire *hic* in just @@... Or on logout.", FuzzyTime(@returnpotion_expiredate)); @@ -301,7 +301,7 @@ L_Fail: L_Complete: inventoryplace ReturnPotion, 10; setq General_Narrator, 6, 0; - getitem ReturnPotion, 10; + 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; -- cgit v1.2.3-60-g2f50