diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:20:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:20:09 -0300 |
commit | b36b446fb9692f2dbff53f0cbca1cdedb082b977 (patch) | |
tree | 3e70b62d1fc5424a7532140518d68bc6e86007ab /npc/005-1/liana.txt | |
parent | 565a883e34513a4660f9427eeceec09223ed3b63 (diff) | |
download | serverdata-b36b446fb9692f2dbff53f0cbca1cdedb082b977.tar.gz serverdata-b36b446fb9692f2dbff53f0cbca1cdedb082b977.tar.bz2 serverdata-b36b446fb9692f2dbff53f0cbca1cdedb082b977.tar.xz serverdata-b36b446fb9692f2dbff53f0cbca1cdedb082b977.zip |
Mess with Liana
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r-- | npc/005-1/liana.txt | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index 4f2179228..02a2d0c00 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -12,7 +12,6 @@ 005-1,47,86,0 script Liana NPC_ELVEN_FEMALE,{ - .@q=getq(CandorQuest_Liana); mesn; //mesq l("Hurnscald is a large city. I'm sure glad I live in Candor because I know where everything's at."); mesq l("Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at."); @@ -23,21 +22,21 @@ 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 Bug Lag."),L_Bug, + 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."); next; - if (BaseLevel < 10) goto L_NoLevel; 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; - + L_Quest: - mesq l("With this i make ball of slime for candor childs, they really like to play with them."); + mesq l("With this I make balls of slime for Candor's childs, they really like to play with them."); next; mesq l("Maybe you could bring me 5 @@? I will reward you for your effort.", getitemlink(MaggotSlime)); menu @@ -48,7 +47,7 @@ L_Quest: L_Repeat: mesq l("I am searching again maggot slime to craft more balls."); next; - mesq l("Maybe you could bring me 10 sticky @@?.", getitemlink(MaggotSlime)); + mesq l("Maybe you could bring me 10 sticky @@?", getitemlink(MaggotSlime)); menu rif(countitem(MaggotSlime) >= 10, l("Here they are!")), L_Finish2, l("I'll get to it."), L_Close; @@ -71,7 +70,7 @@ L_Finish: close; L_Bug: - mesq l("Ah, personally i didn't use it?"); + mesq l("Ah, personally I don't use it?"); next; mes l("She shakes her head."); next; @@ -79,19 +78,10 @@ L_Bug: next; mesq l("He is in the process of making a figurine made of bug leg."); next; - mesq l("i hope my answer help you in your adventure!"); + mesq l("I hope my answer help you in your adventure!"); next; mes l("she's smiling at you."); goto L_Close; - -L_NoLevel: - mesn; - mesq l("Ah, yes... You see, there is just no task I can give to you right now."); - next; - mesn; - mesq l("Come back later."); - next; - goto L_Close; L_Close: closedialog; |