diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-07 22:19:47 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-07 22:27:59 +0200 |
commit | 583ded7a2e189c2bb1effd9352817e92406161ea (patch) | |
tree | 2a4a93e0bc67353599cbec88285a2671705ca194 /world/map/npc/025-4 | |
parent | 31603ea85efebc4a8481870a809f7b9a5ac490ab (diff) | |
download | serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.gz serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.bz2 serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.tar.xz serverdata-583ded7a2e189c2bb1effd9352817e92406161ea.zip |
some more fixes on rossy quest
Diffstat (limited to 'world/map/npc/025-4')
-rw-r--r-- | world/map/npc/025-4/clauquer.txt | 7 | ||||
-rw-r--r-- | world/map/npc/025-4/julia.txt | 12 |
2 files changed, 9 insertions, 10 deletions
diff --git a/world/map/npc/025-4/clauquer.txt b/world/map/npc/025-4/clauquer.txt index bc3c9f27..a0e3f83d 100644 --- a/world/map/npc/025-4/clauquer.txt +++ b/world/map/npc/025-4/clauquer.txt @@ -68,7 +68,7 @@ L_Hmmm: L_Huh: mes "[Clauquer]"; - mes "Why are you here? Get out."; + mes "\"Why are you here? Get out.\""; close; L_No: @@ -76,9 +76,8 @@ L_No: L_Rescued: mes "[Clauquer]"; - mes "Please put something here."; - next; - mes "*The man talks about you, rescuing the girl.*"; + mes "\"I'm very impressed!"; + mes "Now this fey nature spirit will never kidnap a poor child again.\""; close; } diff --git a/world/map/npc/025-4/julia.txt b/world/map/npc/025-4/julia.txt index 12db9e91..ef52faa1 100644 --- a/world/map/npc/025-4/julia.txt +++ b/world/map/npc/025-4/julia.txt @@ -8,34 +8,34 @@ L_Done: mes "[Julia]"; - mes "I heard some battle noises a few minutes ago and I presume you are here to save me!"; + mes "\"I heard some battle noises a few minutes ago. Are you here to save me?\""; next; menu "Of course I'm here to save you, Rossy sent me here!", -; - mes "Rossy? My twin sister? I knew she was going to look for me. Well, here is a present for you."; + mes "\"Rossy? My twin sister? I knew she was going to look for me. Thank you so much, here is a present for you.\""; getinventorylist; if (@inventorylist_count == 100) goto L_TooMany; getitem "BlackBoots", 1; getexp 5000, 0; set Rossy_Quest, 17; - mes "I'm out of here now, lets get out of this horrible cave."; + mes "\"I'm out of here now, lets get out of this horrible cave.\""; close; L_End: mes "[Julia]"; - mes "Lets get out of this horrible cave."; + mes "\"Lets get out of this horrible cave.\""; close; L_Hmmm: mes "[Julia]"; - mes "Don't hurt me!"; + mes "\"Don't hurt me!\""; close; L_TooMany: mes "[Julia]"; mes "\"Oh, you don't have room for it. Come back when your backpack isn't full.\""; next; - mes "I'll wait here until you get your present!"; + mes "\"I'll wait here until i can give your present to you!\""; close; } |