diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-18 22:04:47 +0000 |
commit | ac9ba3147b30c5af55884c135e552d61bcc042c3 (patch) | |
tree | 084bcd78d368145c49a180318db901a935998c00 /npc/other/books.txt | |
parent | f26dbc30528f8627310fa03f46cefd940ee40588 (diff) | |
download | hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.gz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.bz2 hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.tar.xz hercules-ac9ba3147b30c5af55884c135e552d61bcc042c3.zip |
Uncommented the ShowWarning and ShowDebug from rev. 11508, and cleaned up the warnings it produced.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/books.txt')
-rw-r--r-- | npc/other/books.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/npc/other/books.txt b/npc/other/books.txt index 5d23944e8..302b2019f 100644 --- a/npc/other/books.txt +++ b/npc/other/books.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= Eathena SVN //===== Description: ========================================= @@ -11,12 +11,13 @@ //= Various Books found in Prontera Library //===== Additional Comments: ================================= //= 1.0 First Version, rescripted to Aegis 10.3 standard. [L0ne_W0lf] +//= 1.1 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ // Prontera //============================================================ -prt_in,168,56,4 script Monster Encyclopedia#pront 111,{ +prt_in,168,56,4 script Monster Encyclopedia#prt 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia"; mes "containing information on Water,"; @@ -396,7 +397,7 @@ prt_in,168,56,4 script Monster Encyclopedia#pront 111,{ } } -prt_in,159,56,4 script Monster Encyclopedia#2pront 111,{ +prt_in,159,56,4 script Monster Encyclopedia#2pr 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia"; mes "containing information on Earth,"; @@ -875,7 +876,7 @@ prt_in,159,56,4 script Monster Encyclopedia#2pront 111,{ } } -prt_in,161,50,4 script Monster Encyclopedia#3pront 111,{ +prt_in,161,50,4 script Monster Encyclopedia#3pr 111,{ mes "^FF0000[Monster Encyclopedia]^000000"; mes "This is a Monster Encyclopedia"; mes "containing information on Dark,"; @@ -1243,7 +1244,7 @@ prt_in,161,50,4 script Monster Encyclopedia#3pront 111,{ } } -prt_in,172,96,4 script Monster Encyclopedia#4pront 111,{ +prt_in,172,96,4 script Monster Encyclopedia#4pr 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing"; mes "monsters living in Dungeons."; @@ -1725,7 +1726,7 @@ prt_in,172,96,4 script Monster Encyclopedia#4pront 111,{ } -prt_in,164,96,4 script Monster Encyclopedia#5pront 111,{ +prt_in,164,96,4 script Monster Encyclopedia#5pr 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing"; mes "Monsters living in Dungeons."; @@ -2303,7 +2304,7 @@ prt_in,164,96,4 script Monster Encyclopedia#5pront 111,{ } } -prt_in,172,102,4 script Monster Encyclopedia#6pront 111,{ +prt_in,172,102,4 script Monster Encyclopedia#6pr 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing"; mes "Monsters living in Dungeons."; @@ -2811,7 +2812,7 @@ prt_in,172,102,4 script Monster Encyclopedia#6pront 111,{ } } -prt_in,164,102,4 script Monster Encyclopedia#7pront 111,{ +prt_in,164,102,4 script Monster Encyclopedia#7pr 111,{ mes "^FF0000[Dungeon Monster Encyclopedia]^000000"; mes "This is an Encyclopedia describing"; mes "Monsters living in Dungeons."; |