diff options
author | The Kandiman <kandiman@kandiman.(none)> | 2012-04-30 09:56:26 -0400 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-04-30 17:29:34 +0200 |
commit | f056ec60c63a52b32efd0cba0a84e2163413c736 (patch) | |
tree | 9d969b1e3956e9c6b33301393a9724988b0ccafc /world/map/npc/048-2/helperBookpages1.txt | |
parent | f96373e1a80dffbe2de2c1c502049cf79517becb (diff) | |
download | serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.gz serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.bz2 serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.tar.xz serverdata-f056ec60c63a52b32efd0cba0a84e2163413c736.zip |
Spelling and grammar corrections for Blue Sage quest.
Diffstat (limited to 'world/map/npc/048-2/helperBookpages1.txt')
-rw-r--r-- | world/map/npc/048-2/helperBookpages1.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/world/map/npc/048-2/helperBookpages1.txt b/world/map/npc/048-2/helperBookpages1.txt index 43dbff5b..f2e2b668 100644 --- a/world/map/npc/048-2/helperBookpages1.txt +++ b/world/map/npc/048-2/helperBookpages1.txt @@ -24,7 +24,7 @@ "Can I help somehow?",-; mes "[Ensio]"; mes "\"Oh, would you? That'd be great! You see, the slimes ate most of the books and it is difficult to retrieve the bookpages."; - mes "If you feel capable of this task, you could go out to hunt the Blue and White Slimes to get back the bookpages from them.\""; + mes "If you feel capable of this task, you could go out to hunt the Blue and White Slimes to get the bookpages back from them.\""; L_Progress: mes "[Ensio]"; mes "\"Did you get some bookpage from the slimes?\""; @@ -43,7 +43,7 @@ L_Progress: callfunc "updateBlueSageBookPages"; getexp @new_bookpage_exp, 0; mes "[Ensio]"; - mes "\"Ah, wonderful! This is a page we haven't find yet!\""; + mes "\"Ah, wonderful! This is a page we haven't found yet!\""; if (@bookpages < 31) goto L_Progress; next; @@ -74,26 +74,26 @@ L_Investigate: L_Ask_Visitor: menu - "Can you tell me something about the visitor with the mask?",L_Visitor, + "Can you tell me anything about the visitor with the mask?",L_Visitor, "I need to leave.",L_Close; L_Ask_Helper: menu - "What's your opinion about Peetu and how he does his work?",L_Helper, + "What's your opinion of Peetu and how he does his work?",L_Helper, "See you later.",L_Close; L_Ask_Both: menu - "Can you tell me something about the visitor with the mask?",L_Visitor, - "What's your opinion about Peetu and how does he do his work?",L_Helper, + "Can you tell me anything about the visitor with the mask?",L_Visitor, + "What's your opinion of Peetu and how he does his work?",L_Helper, "Bye.",L_Close; L_Visitor: mes "[Ensio]"; mes "\"Visitor with a mask? Ah, I think I know who are you talking about. Black clothes and a golden mask. Rather strange guy.\""; next; - mes "\"He was looking around in the library a while, and then came to ask about our researches. He seemed to be particularly interested in our experiments with the slimes."; - mes "Heh, I wonder what he've had said if he'd have visited us a little bit later. Mh, now that I think about it, the accidenet with the slimes happened just the night after he was here.\""; + mes "\"He was looking around in the library a while, and then came to ask about our research. He seemed to be particularly interested in our experiments with the slimes."; + mes "Heh, I wonder what he would've said if he'd have visited us a little bit later. Mh, now that I think about it, the accident with the slimes happened just the night after he was here.\""; if ((@investigate != 3) && (@investigate != 6) && (@investigate != 9)) goto L_Close; set @investigate, @investigate + 1; @@ -102,7 +102,7 @@ L_Visitor: L_Helper: mes "[Ensio]"; - mes "\"Oh, I can't really tell. I'm mostly working in the library, while he's very involved in the researches. \""; + mes "\"Oh, I can't really tell. I'm mostly working in the library, while he's very involved in the research.\""; goto L_Close; L_Close: |