From fe49775741af521347e552c08b7922f76fb3ea1c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 20 May 2018 14:21:54 -0300 Subject: Minor fixes to Liana --- npc/005-1/liana.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/005-1') diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index 02a2d0c00..106a79560 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -1,5 +1,5 @@ // TMW2 Script -// Author: +// Author: // Jesusalva // Saulc // Description: @@ -22,10 +22,10 @@ L_Menu: mes "[Liana]"; mesq l("Are you enjoying yourself in Candor? Do you have any questions?"); menu - l("What can I do with Maggot Slime?"),L_Slime, + l("What can I do with Maggot Slime?"),L_Slime, l("What can I do with Bug Leg?"),L_Bug, l("No, thanks."),L_Close; - + L_Slime: .@q=getq(CandorQuest_Liana); mesq l("I collect them."); @@ -33,7 +33,7 @@ L_Slime: if (.@q == 0) goto L_Quest; if (.@q == 1 && gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) setq CandorQuest_Liana, 2; if (.@q == 2) goto L_Repeat; - close; + close; L_Quest: mesq l("With this I make balls of slime for Candor's childs, they really like to play with them."); @@ -42,7 +42,7 @@ L_Quest: menu rif(countitem(MaggotSlime) >= 5, l("Here they are!")), L_Finish, l("I'll get to it."), L_Close; - close; // double sure + close; // double sure L_Repeat: mesq l("I am searching again maggot slime to craft more balls."); @@ -51,8 +51,8 @@ L_Repeat: menu rif(countitem(MaggotSlime) >= 10, l("Here they are!")), L_Finish2, l("I'll get to it."), L_Close; - close; - + close; + L_Finish2: delitem MaggotSlime, 10; getexp 20, 0; @@ -67,8 +67,8 @@ L_Finish: Zeny = (Zeny + 30); // 5*4 = 20 base setq CandorQuest_Liana, 2; set LIANA_TIMER, gettimetick(2); - close; - + close; + L_Bug: mesq l("Ah, personally I don't use it?"); next; -- cgit v1.2.3-60-g2f50