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/068-2/inya.txt | |
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/068-2/inya.txt')
-rw-r--r-- | world/map/npc/068-2/inya.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/068-2/inya.txt b/world/map/npc/068-2/inya.txt index b4fdad2c..f75fc2cb 100644 --- a/world/map/npc/068-2/inya.txt +++ b/world/map/npc/068-2/inya.txt @@ -1,10 +1,10 @@ //Gemstones: Diamond (white) , Ruby (red), Emerald (green), Sapphire (blue), Topaz (yellow), Amethyst (purple) -//The power of the gems is important to future balance of these rings. Are they related to stats, tiers of power, schools of magic? +//The power of the gems is important to future balance of these rings. Are they related to stats, tiers of power, schools of magic? 068-2.gat,29,56,0|script|Inya|106, { mes "[Inya]"; - mes "\"I am Inya, a jeweler of fine rings. If you have a Simple Ring and a gem, I can make a nice ring for you for 1,000,000 gold pieces.\""; + mes "\"I am Inya, a jeweler of fine rings. If you have a Simple Ring and a gem, I can make a nice ring for you for 1,000,000 gold pieces.\""; next; mes "\"Also, if you have a ring with gems on it, I can remove the gems and return the Simple Ring to you for 500,000 gold pieces.\""; next; @@ -17,7 +17,7 @@ L_Inya_Wedding_Ring: mes "[Inya]"; - mes "\"No, sorry. I do not alter wedding rings at this time.\""; + mes "\"No, sorry. I do not alter wedding rings at this time.\""; close; L_Inya_Remove_RingGem: @@ -195,6 +195,6 @@ L_Inya_NotInterested: L_Inya_Not_Enough: mes "[Inya]"; - mes "\"I am sorry, you simply do not seem to have the necessary items for me to help you. Please come back when you do, and I would be more than happy to help you out.\""; + mes "\"I am sorry, you simply do not seem to have the necessary items for me to help you. Please come back when you do, and I would be more than happy to help you out.\""; close; } |