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_morocc.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_morocc.txt')
-rw-r--r-- | npc/quests/quests_morocc.txt | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/npc/quests/quests_morocc.txt b/npc/quests/quests_morocc.txt index 35dc8615d..f362a8098 100644 --- a/npc/quests/quests_morocc.txt +++ b/npc/quests/quests_morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 1.8 +//= 1.9 //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -19,6 +19,7 @@ //= 1.6a replaced item "names" with item id. [Lupus] //= 1.7 Fixed a bug with XP rewards. [SinSloth] //= 1.8 Fixed a bug which prevented reset of events. [SinSloth] +//= 1.9 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf] //============================================================ @@ -72,7 +73,7 @@ morocc_in,142,100,4 script Pierce 89,{ //==================================================================================// // Binoculars Quest //==================================================================================// -morocc_in,76,163,4 script Marius 64,5,5{ +morocc_in,76,163,4 script Marius#binos 64,5,5{ mes "[Marius]"; mes "Ha! Ha! Ha! Another customer coming!"; mes "I know what you are gonna say."; @@ -142,7 +143,7 @@ morocc_in,76,163,4 script Marius 64,5,5{ // Dandelion's Request / Morocc Invasion quest //==================================================================================// -izlude,103,106,3 script Guildsman 48,3,3,{ +izlude,103,106,3 script Guildsman#1 48,3,3,{ if(checkweight(7416,1) != 1) { @@ -572,7 +573,7 @@ OnTouch: } } -prontera,237,313,3 script Nun 79,3,3,{ +prontera,237,313,3 script Nun#moc 79,3,3,{ if(checkweight(7416,1) != 1) { @@ -767,7 +768,7 @@ OnTouch: } } -alberta,129,59,3 script Guildsman 49,3,3,{ +alberta,129,59,3 script Guildsman#2 49,3,3,{ if(checkweight(7416,1) != 1) { @@ -1750,7 +1751,7 @@ OnTouch: } } -payon,231,323,3 script Guildsman 59,3,3,{ +payon,231,323,3 script Guildsman#3 59,3,3,{ if(checkweight(7416,1) != 1) { @@ -2489,7 +2490,7 @@ OnTouch: } } -que_job01,65,50,1 script #maobar4 45,2,2,{ +que_job01,65,50,1 script #maobar4-2 45,2,2,{ OnTouch: warp "que_job01",84,77; |