summaryrefslogtreecommitdiff
path: root/npc/quests/bongunsword.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-14 16:18:26 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-14 16:18:26 +0000
commit581475bc6416790765c498aa3d611f6868ffb64a (patch)
tree347ebf88eaa76e50488f23989d67cad834f3c9b1 /npc/quests/bongunsword.txt
parent600362764ce348c5c9de96eababff2e08bb90d4a (diff)
downloadhercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.gz
hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.bz2
hercules-581475bc6416790765c498aa3d611f6868ffb64a.tar.xz
hercules-581475bc6416790765c498aa3d611f6868ffb64a.zip
Fixed some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@172 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/bongunsword.txt')
-rw-r--r--npc/quests/bongunsword.txt86
1 files changed, 43 insertions, 43 deletions
diff --git a/npc/quests/bongunsword.txt b/npc/quests/bongunsword.txt
index 660daf483..b0d52a09a 100644
--- a/npc/quests/bongunsword.txt
+++ b/npc/quests/bongunsword.txt
@@ -1,43 +1,43 @@
-gef_fild07.gat,183,239,5 script Old Smith 120,{
-mes "[Old Smith]";
-mes "Ah, isn't it peaceful up here - I used to be one of the legendary Blacksmiths of midgard...sadly my skills have faded.";
-next;
-if(countitem(7110)<1) goto NoItemS;
-mes "[Old Smith]";
-mes "Hmm, it seems as if you need something. What would that be?";
-
- menu "Can you fix this broken sword?",ExItems,"Nothing really...",ExEnd;
-
- ExItems:
- mes "[Old Smith]";
- mes "Ahhh, this is a very old sword and yes I can fix it, I'll need an 'Oridecon' to mend the breaks though.";
- next;
- if(countitem(7110)<1) goto NoItem;
- if(countitem(984)<1) goto NoItem;
- goto ExGive;
-
- NoItem:
- mes "[Old Smith]";
- mes "Hmm, you seem to be missing something...probably that 'Oridecon'.";
- close;
-
- NoItemS:
- mes "[Old Smith]";
- mes "...ah well, go out and live life young one. Time never stops!";
- close;
-
- ExGive:
- mes "[Old Smith]";
- mes "Ah yes here we go!";
- delitem 7110,1;
- delitem 984,1;
- getitem 10020,1;
- mes " ";
- mes "Haha! Gramps still has that old magic touch, Here you go!";
- close;
-
- ExEnd:
- mes "[Old Smith]";
- mes "...ah well, go out and live life young one. Time never stops!";
- close;
-}
+gef_fild07.gat,183,239,5 script Old Smith 120,{
+mes "[Old Smith]";
+mes "Ah, isn't it peaceful up here - I used to be one of the legendary Blacksmiths of midgard...sadly my skills have faded.";
+next;
+if(countitem(7110)<1) goto NoItemS;
+mes "[Old Smith]";
+mes "Hmm, it seems as if you need something. What would that be?";
+
+ menu "Can you fix this broken sword?",ExItems,"Nothing really...",ExEnd;
+
+ ExItems:
+ mes "[Old Smith]";
+ mes "Ahhh, this is a very old sword and yes I can fix it, I'll need an 'Oridecon' to mend the breaks though.";
+ next;
+ if(countitem(7110)<1) goto NoItem;
+ if(countitem(984)<1) goto NoItem;
+ goto ExGive;
+
+ NoItem:
+ mes "[Old Smith]";
+ mes "Hmm, you seem to be missing something...probably that 'Oridecon'.";
+ close;
+
+ NoItemS:
+ mes "[Old Smith]";
+ mes "...ah well, go out and live life young one. Time never stops!";
+ close;
+
+ ExGive:
+ mes "[Old Smith]";
+ mes "Ah yes here we go!";
+ delitem 7110,1;
+ delitem 984,1;
+ getitem 10020,1;
+ mes " ";
+ mes "Haha! Gramps still has that old magic touch, Here you go!";
+ close;
+
+ ExEnd:
+ mes "[Old Smith]";
+ mes "...ah well, go out and live life young one. Time never stops!";
+ close;
+}