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/quests/quests_juperos.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/quests/quests_juperos.txt')
-rw-r--r-- | npc/quests/quests_juperos.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/quests/quests_juperos.txt b/npc/quests/quests_juperos.txt index 8cde9bbee..1a38aead7 100644 --- a/npc/quests/quests_juperos.txt +++ b/npc/quests/quests_juperos.txt @@ -3,7 +3,7 @@ //===== By =================================================== //= MasterOfMuppets //===== Version ============================================== -//= 1.1 +//= 1.2 //===== Compatible With ====================================== //= eAthena 1.0 //===== Description ========================================== @@ -12,6 +12,7 @@ //= 1.0 First version, partly implemented [MasterOfMuppets] //= 1.1 Added official Juperos Ruins History Quest. Thanks //= to Keplerk for his first version. [SinSloth] +//= 1.2 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ yuno_in04,190,125,4 script Scholar 700,{ @@ -1285,7 +1286,7 @@ yuno_in04,186,125,4 script Bundle of Files 111,{ } } -yuno_in04,188,118,4 script Book 111,{ +yuno_in04,188,118,4 script Book#juperos 111,{ if(yuno_hist > 7) { @@ -1347,7 +1348,7 @@ yuno_in04,188,118,4 script Book 111,{ // Bronze Statue - juperos_01 99 112 -juperos_01,99,112,4 script Bronze Statue 844,{ +juperos_01,99,112,4 script Bronze Statue#1 844,{ if(yuno_hist > 3) { @@ -1713,7 +1714,7 @@ juperos_01,123,92,4 script Stone Statue 844,{ close; } -juperos_01,99,71,4 script Bronze Statue 844,{ +juperos_01,99,71,4 script Bronze Statue#2 844,{ mes "^3355FFIt's an elaborate"; mes "bronze statue that"; |