diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
commit | b0394afab20eaee88abc2b42ab415090e5740418 (patch) | |
tree | 5e26eac832b93f3f6cc1ea7e1929ff588386820e /npc/quests/quests_geffen.txt | |
parent | ddc75a03c7c7b00f839a862de9c265543d414829 (diff) | |
download | hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.gz hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.bz2 hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.xz hercules-b0394afab20eaee88abc2b42ab415090e5740418.zip |
* 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
Diffstat (limited to 'npc/quests/quests_geffen.txt')
-rw-r--r-- | npc/quests/quests_geffen.txt | 22 |
1 files changed, 9 insertions, 13 deletions
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]"; |