diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 17 | ||||
-rw-r--r-- | npc/000-2-3/sailors.txt | 25 |
2 files changed, 26 insertions, 16 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index f677df08..5347057c 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -81,7 +81,7 @@ menu l("Okay, but what do you offer me?"), l_AboutReward, - l("Why are you hiding? ") + " " + l("Why not going outside to talk?"), -; + l("Why not going outside to talk?"), -; l_ExplainHiding: mesn; @@ -157,26 +157,33 @@ close; l_NoMore: - mesn; mesq l("Arrr, don't give me more berries! I don't want them, stupid berries, stupid ... stupid ... stupid!"); next; close; l_AskForFood: - mesn; mesq l("Do you have anything for me today?"); next; menu l("Yes."), l_GiveFood, - l("Why are you hiding? ") + " " + l("Why not going outside to talk?"), l_ExplainHiding, + l("Where can I find some food?"), l_Food, + l("Why are you hiding?"), l_ExplainHiding, l("What is Artis?"), l_Artis, l("I think I should report you to the crew members."), l_DamnYou; - l_DamnYou: + l_Food: + mesn; + mesq l("There is some flying yellow plush around you, they're called pious. Getting a roasted leg of one of them would be perfect."); + next; + mesq l("I would like to catch one of them, but they are flying when I try to."); + next; + mesq l("As you can walk, it will be an easy task for you. Impale me one of them!!"); + close; + l_DamnYou: mesn; mesq l("Damn you! You better not tell anyone that you've seen me!"); close; diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt index 0c0f09bc..9467592a 100644 --- a/npc/000-2-3/sailors.txt +++ b/npc/000-2-3/sailors.txt @@ -20,13 +20,14 @@ OnTouch: mesn "Elmo"; mesq l("I will."); next; - mesq l("About this Guild of Esperia, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things."); + mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things."); next; mesn "Captain Nard"; mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."), l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him.")); next; - mesq l("But if he is amnesic as said Julia, we won't need to worry about him."); + mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."), + l("But if he is amnesic as said Julia, we won't need to worry about him.")); next; mesn "Elmo"; mesq l("Sure, Cap'tain."); @@ -42,19 +43,20 @@ OnTouch: l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft.")); next; mesn "Captain Nard"; - mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."), - l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally.")); + mesq g(l("I see, warn other sailors about this. But if she is a part of the Warrior Guild, then she is also our ally."), + l("I see, warn other sailors about this. But if he is a part of the Warrior Guild, then he is also our ally.")); next; mesn "Elmo"; mesq l("I will."); next; - mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things."); + mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things."); next; mesn "Captain Nard"; mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."), l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him.")); next; - mesq l("But if he is amnesic as said Julia, we won't need to worry about him."); + mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."), + l("But if he is amnesic as said Julia, we won't need to worry about him.")); next; mesn "Elmo"; mesq l("Sure, Cap'tain."); @@ -70,21 +72,22 @@ OnTouch: l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft.")); next; mesn "Captain Nard"; - mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."), - l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally.")); + mesq g(l("I see, warn other sailors about this. But if she is a part of the Warrior Guild, then she is also our ally."), + l("I see, warn other sailors about this. But if he is a part of the Warrior Guild, then he is also our ally.")); next; mesn "Elmo"; mesq l("I will."); next; - mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things."); + mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things."); next; mesn "Captain Nard"; mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."), l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him.")); next; - mesq l("But if he is amnesic as said Julia, we won't need to worry about him."); + mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."), + l("But if he is amnesic as said Julia, we won't need to worry about him.")); next; mesn "Elmo"; - mesq l("Sure, cap'tain."); + mesq l("Sure, Cap'tain."); close; } |