From b0394afab20eaee88abc2b42ab415090e5740418 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sat, 1 Sep 2012 00:37:36 +0000 Subject: * Follow-up r16726, more standardization on docs. * Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_geffen.txt | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'npc/quests/quests_geffen.txt') diff --git a/npc/quests/quests_geffen.txt b/npc/quests/quests_geffen.txt index 1ac2330b1..b7f4550d7 100644 --- a/npc/quests/quests_geffen.txt +++ b/npc/quests/quests_geffen.txt @@ -16,9 +16,8 @@ //= 1.4 Updated welding mask and headset quests. [L0ne_W0lf] //============================================================ -//==============================================================================================// -// Blacksmith: 'Welding Mask' Quest -//==============================================================================================// +// Blacksmith: 'Welding Mask' Quest +//============================================================ geffen_in,144,166,4 script Blacksmith 63,{ mes "[Blacksmith]"; mes "You've never heard of me? Why, I'm the Veteran Blacksmith of this land. I've spent 30 years in this hot and bloody hellfire, bending steel to my iron will!"; @@ -83,11 +82,8 @@ geffen_in,144,166,4 script Blacksmith 63,{ } } - - -//=============================================================================================// -// Eric: Headset Quest -//=============================================================================================// +// Eric: 'Headset' Quest +//============================================================ geffen_in,30,71,4 script Eric 83,{ mes "[Eric]"; mes "Please listen"; @@ -136,11 +132,11 @@ geffen_in,30,71,4 script Eric 83,{ close; case 3: if ((countitem(999) > 39) && (countitem(984) > 0) && (countitem(970) > 0) && (countitem(1003) > 0)) { - delitem 999,40; //Steel - delitem 984,1; //Oridecon - delitem 970,1; //Alchol - delitem 1003,1; //Coal - getitem 5001,1; // Headset + delitem 999,40; //Steel + delitem 984,1; //Oridecon + delitem 970,1; //Alchol + delitem 1003,1; //Coal + getitem 5001,1; //Headset mes "*Tap! Tap! Tap!*"; next; mes "[Eric]"; -- cgit v1.2.3-60-g2f50