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_lighthalzen.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_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 01c063847..b4a6ac3f7 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -61,6 +61,7 @@ //= 3.5 Touch-ups to the Friendship quest. Added EXP reward. [L0ne_W0lf] //= Added cutins for "Maku" npc, and changed "set HP" to percentheal. //= 3.5a Adjusted EXP given by "Benkasttein" to be the same as that given by Maku. [L0ne_W0lf] +//= 3.6 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ lighthalzen,1,1,7 script sneakAddSuber -1,{ @@ -747,7 +748,7 @@ L_DONE: //--------------------------Documents-------------------------- -lhz_cube,237,198,0 script Documents 111,{ +lhz_cube,237,198,0 script Documents#lhz 111,{ if (MISC_QUEST&512 || cubekey&2) goto L_DONE; mes "There are tons of documents here."; next; @@ -2567,7 +2568,7 @@ s_Ask: } -yuno_in04,168,117,1 script Book 111,{ +yuno_in04,168,117,1 script Book#lhz 111,{ if(friendship3 >= 3)goto Book2; if(friendship3 == 2)goto Book; @@ -4532,7 +4533,7 @@ L_History: close; } -lhz_in01,27,247,5 script Representative 71,{ +lhz_in01,27,247,5 script Representative#lhz 71,{ if(lhz_curse > 6) { @@ -8409,7 +8410,7 @@ OnInit: end; } -lhz_in01,93,45,4 script Researcher 865,{ +lhz_in01,93,45,4 script Researcher#1 865,{ if(lhz_boss < 28) { @@ -8511,7 +8512,7 @@ lhz_in01,93,45,4 script Researcher 865,{ } } -lhz_in01,285,169,3 script Researcher 865,{ +lhz_in01,285,169,3 script Researcher#2 865,{ if(checkweight(7349,1) != 1) { |