diff options
author | Wushin <pasekei@gmail.com> | 2015-01-24 13:45:00 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-01-24 13:45:00 -0600 |
commit | 9734f174b1a84e7386655edec076a874889ceb14 (patch) | |
tree | ffde0ee03f3caba58c602f6935ce1d22c077fa5a /world/map/npc/002-2/inya.txt | |
parent | 544e005e7304e6f4dd19f422c1af99fdc36e13c6 (diff) | |
parent | 797ce35b68bfd586feff1f6290bef6adb7a3e619 (diff) | |
download | serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.gz serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.bz2 serverdata-9734f174b1a84e7386655edec076a874889ceb14.tar.xz serverdata-9734f174b1a84e7386655edec076a874889ceb14.zip |
Merge pull request #245 from mekolat/prices-fix
fix shop prices
Diffstat (limited to 'world/map/npc/002-2/inya.txt')
-rw-r--r-- | world/map/npc/002-2/inya.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/002-2/inya.txt b/world/map/npc/002-2/inya.txt index 322d0eb3..d05b19b4 100644 --- a/world/map/npc/002-2/inya.txt +++ b/world/map/npc/002-2/inya.txt @@ -1,13 +1,13 @@ //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? -002-2.gat,116,61,0|shop|#InyaShop|127,SimpleRing:*100000 +002-2.gat,116,61,0|shop|#InyaShop|127,SimpleRing:*1 002-2.gat,116,61,0|script|Inya|106 { mes "[Inya]"; mes "\"I am Inya, a jeweler of fine rings. I sell and make rings.\""; - next; + next; mes "\"If you have a Simple Ring and a gem, I can set the gem in it for 100,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 50,000 gold pieces.\""; |