diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-19 22:17:44 +0000 |
commit | ee6ed41176814afef6d4d1902311af3acf0e5929 (patch) | |
tree | 9c9aea548f68cfb35f21399458bd51e03cb6b23a /npc/cities | |
parent | cb227339015cdd739580b36222d31b6755694d49 (diff) | |
download | hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.gz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.bz2 hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.tar.xz hercules-ee6ed41176814afef6d4d1902311af3acf0e5929.zip |
- Patched the MAX_STATUSCHANGE startup error
- Fixed a compiler warning
- Really removed duplicate Noyee npc
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10033 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/yuno.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index 1d7e213f8..ff7f5c8c9 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -51,34 +51,6 @@ yuno,208,164,4 script Active little girl 101,{ //====================================================================================== -yuno,164,200,4 script Noyee 101,{ - mes "[Noyee]"; - mes "Did you know that there's a"; - mes "difference between the armor you"; - mes "can buy from NPC shops and the"; - mes "kinds you obtain from hunting"; - mes "monsters?"; - next; - mes "[Noyee]"; - mes "The difference, my friend, is in"; - mes "the number of ^5533FFslots^000000 in your armor."; - next; - mes "[Noyee]"; - mes "The same kind of Armor will have"; - mes "the same Defense. However, if an"; - mes "Armor has a slot, you can insert a"; - mes "Monster Card which will add an"; - mes "enhancement to that armor."; - next; - mes "[Noyee]"; - mes "Both Monster Cards and Slotted"; - mes "Armors are rarely dropped by"; - mes "monsters, and are thus valuable"; - mes "commodies."; - close; -} - -//====================================================================================== yuno,184,173,4 script Freidrich 729,{ mes "[Freidrich]"; mes "The city of Sages,"; |