diff options
author | Vreality <vreality@donutdev.com> | 2014-05-05 06:49:13 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-05-05 06:54:02 -0500 |
commit | 9bf115afded2f22a06c99e22a1f864b5c97d83ed (patch) | |
tree | 42af70b1e555a91b493ec6e2ab6e5cb2e8d71939 /world/map/npc/020-2 | |
parent | d92fb4f2d63ba30d426040716dc9ec4edb6a90cf (diff) | |
download | serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.gz serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.bz2 serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.tar.xz serverdata-9bf115afded2f22a06c99e22a1f864b5c97d83ed.zip |
Dialogue changes to NPCs
Improved the dialogue of the bookshelf containing "zukminbirf."
Added "croupier" name tag to the Roulette NPC's dialog
Improved grammar and wording
Replaced ". " with ". "
Replaced " -- " with an en dash (" – ").
Diffstat (limited to 'world/map/npc/020-2')
-rw-r--r-- | world/map/npc/020-2/baktar.txt | 4 | ||||
-rw-r--r-- | world/map/npc/020-2/shops.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt index 9a54694b..63ce7ad0 100644 --- a/world/map/npc/020-2/baktar.txt +++ b/world/map/npc/020-2/baktar.txt @@ -92,12 +92,12 @@ L_KnowAlready: mes @npcname$; - mes "\"I love Tulimshar's stuff. I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item from the area, I'll give you a nice reward. So, you have a new item?\""; + mes "\"I love Tulimshar's stuff. I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item from the area, I'll give you a nice reward. So, you have a new item?\""; goto L_startitem; L_exotic: mes @npcname$; - mes "\"I said that because I love Tulimshar's stuff...I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item maybe I can give you a nice reward. But I don't need a lot, I just need one of each item.\""; + mes "\"I said that because I love Tulimshar's stuff...I'm collecting souvenirs from Tulimshar to help remind me of all the great times I had there. If you give me an interesting item maybe I can give you a nice reward. But I don't need a lot, I just need one of each item.\""; menu "I have some items on me maybe you'll like them ", L_startitem, "Don't touch my stuff!", L_Close, diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index d27e1b0c..08f2b531 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -4,13 +4,13 @@ 020-2.gat,75,28,0|script|Taylor|137, { mes "[Taylor]"; - mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; + mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; next; mes "\"Around Christmas time, this place gets crazy, but most of the time Nivalis serves as a hub for adventurers and tourists that come to Kaizei.\""; next; mes "\"There caves around here can prove to be dangerous, be careful around here and bring friends if you should go into them..otherwise, it might spell your end.\""; next; - mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\""; + mes "\"Well, pleasant journeys and I hope I haven't been too much of a bother. Good chatting with you.\""; close; } // Weapons shop |