diff options
author | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 07:11:31 +0000 |
---|---|---|
committer | musashiden <musashiden@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-15 07:11:31 +0000 |
commit | d30a47de2fa3cd2d1e665873722f098baf7ed5e5 (patch) | |
tree | eddd1c702824b1f97cc1dfe853fc5199e9fcc4bf /npc/cities/yuno.txt | |
parent | f39c630a80b20d8b06797749460d1694a2ce9345 (diff) | |
download | hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.gz hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.bz2 hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.tar.xz hercules-d30a47de2fa3cd2d1e665873722f098baf7ed5e5.zip |
- Juno Update According to iRO Process. 50% complete.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7177 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/yuno.txt')
-rw-r--r-- | npc/cities/yuno.txt | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index 9b6f2697e..6d4c16fa3 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -18,11 +18,24 @@ //============================================================
-
-
-//=================================================================================================//
-// NPCs Found outside
-//=================================================================================================//
+yuno.gat,330,100,4 script Knight 734,{
+ mes "[Leibech]";
+ mes "I have a great";
+ mes "interest in collecting";
+ mes "unique and uncommon";
+ mes "goods. You know, things";
+ mes "that most people see just";
+ mes "once in their lifetimes.";
+ next;
+ mes "[Leibech]";
+ mes "I usually use the";
+ mes "Alchesh Trading Company.";
+ mes "to help add to my collection.";
+ mes "Their prices aren't the cheapest,";
+ mes "but their service is very";
+ mes "reliable.";
+ close;
+}
//======================================================================================
yuno.gat,208,164,4 script Active little girl 101,{
@@ -348,7 +361,7 @@ yuno.gat,213,298,4 script Sage Esklah 735,{ next;
mes "[Esklah]";
mes "Later, I learned that monster is";
- mes "known as ^FF3355The Paper^000000.";
+ mes "known as ^FF5533The Paper^000000.";
next;
mes "[Esklah]";
mes "It used to be a part of an old book";
|