summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher B. Goodwin <cbg@ACER-2011.(none)>2011-12-01 16:38:37 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-12-02 08:23:38 +0100
commit3b17ad58eacfd0f618037a776c54e3f291052c04 (patch)
tree791c93d592b3e20eb3367c80a8fbd30d00fbc75a
parentcdff5215c7ac890c10f0a3ef35f2e88acd22c90d (diff)
downloadserverdata-3b17ad58eacfd0f618037a776c54e3f291052c04.tar.gz
serverdata-3b17ad58eacfd0f618037a776c54e3f291052c04.tar.bz2
serverdata-3b17ad58eacfd0f618037a776c54e3f291052c04.tar.xz
serverdata-3b17ad58eacfd0f618037a776c54e3f291052c04.zip
Dialog change in Sema the miner.
-rw-r--r--world/map/npc/002-4/miners.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/002-4/miners.txt b/world/map/npc/002-4/miners.txt
index c2a3bf0a..2078cb7b 100644
--- a/world/map/npc/002-4/miners.txt
+++ b/world/map/npc/002-4/miners.txt
@@ -7,7 +7,7 @@
if (TMW_Quest == 38) goto L_Sema_GCM;
mes "[Sema the Miner]";
- mes "\"This place is odd. There is a chest somewhere in this palace, but I don't know where. I think the archants have eaten all the spare keys for the chest, too.\"";
+ mes "\"Hello adventurer. I do not know exactly where, but somewhere in this cave there is a chest. And wouldn't you know it! The archants have eaten all the spare keys for the chest. Go and do what you must do.\"";
close;
L_Sema_GCM:
@@ -38,12 +38,12 @@ L_Sema_Happy:
getitem "DesertShirt", 1;
set TMW_Quest, 40;
mes "[Sema the Miner]";
- mes "\"You killed it! What a relief! Please accept this Desert Shirt as reward.\"";
+ mes "\"You killed it! What a relief! I wish I had more to give, but please accept this Desert Shirt as reward.\"";
close;
L_Sema_TooMany:
mes "[Sema the Miner]";
- mes "\"You have too many items for me to give you a reward. Please drop or sell something so I can give it to you.\"";
+ mes "\"You have too many items for me to give you a reward. Please drop or sell something so I can give it to you. Oh and yes, you can also store items at the nearest bank.\"";
close;
L_Sema_Not_Happy:
@@ -54,6 +54,6 @@ L_Sema_Not_Happy:
L_Sema_Done:
mes "[Sema the Miner]";
- mes "\"Thank you for all your help.\"";
+ mes "\"You made this cave safer, you are kind beyond belief. Others may need you. Happy adventuring.\"";
close;
}