From 8e2b117257fa06b39ed950f270c66a03a33c9dcc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 May 2022 01:00:19 -0300 Subject: Tomorrow, before updating the server, I want to advance The Episode --- npc/019-1-1/miler.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'npc/019-1-1') diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index 12c25899c..1ffd492fa 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -24,6 +24,7 @@ rif(.@q == 3 && countitem(HerbalTea), l("The Doctor sent you some tea.")), L_Doctor, rif(.@q == 5 && countitem(PresentBox), l("I have a present box to you open.")), L_Box, rif(.@q == 4, l("So, could I help you?")), L_Quest, + rif(.@q == 6 && !@miler_wait, l("I'm back.")), L_Continue, l("Do you want any monster killed?"), L_GHQ; // If not on Cordo quest, Miler will speak about @@ -150,12 +151,12 @@ L_Box: getitem .@id, 1; mesc l("But there was only a(n) @@ inside.", getitemlink(.@id)); } else { - .@id=rand(2,4)+.@q2; + .@id=rand2(2,4)+.@q2; Zeny=Zeny+.@id; mesc l("But there was only @@ GP inside.", .@id); } } else if (.@q2 >= 10) { - .@id=rand(3,5)+.@q2; + .@id=rand2(3,5)+.@q2; Zeny=Zeny+.@id; mesc l("But there was only @@ GP inside.", .@id); } else { @@ -180,6 +181,18 @@ L_Success: next; mesn; mesq l("Many thanks. I couldn't live without it. Please come back later."); + @miler_wait=true; + close; + +L_Continue: + mesn; + mesq l("Welcome back. Uh, no, I haven't forgot I promised you a small something... But you see, then I lost my ring, and..."); + next; + mesn; + mesq l("...I deposited everything on the bank. Sorry!"); + //next; + //mesn; + //mesq l("S"); close; L_GHQ: -- cgit v1.2.3-70-g09d2