summaryrefslogtreecommitdiff
path: root/npc/custom/quests
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-08-27 09:01:53 +0200
committerHaru <haru@dotalux.com>2013-09-16 11:52:16 +0200
commitfe2f840e5d6cb4230ba02c47132790d067b3814d (patch)
tree4124a9b379bbad4352fe1254114b93ecbd2d856c /npc/custom/quests
parentf1a594db1b40a5a20ec5a4af093b27c58266cba0 (diff)
downloadhercules-fe2f840e5d6cb4230ba02c47132790d067b3814d.tar.gz
hercules-fe2f840e5d6cb4230ba02c47132790d067b3814d.tar.bz2
hercules-fe2f840e5d6cb4230ba02c47132790d067b3814d.tar.xz
hercules-fe2f840e5d6cb4230ba02c47132790d067b3814d.zip
Corrected line endings and BOM issues with several files
- Ensured final end-of-line character in every file. - Corrected cases of mixed line endings (mostly CR and CRLF within the same file.) - Removed extra BOM from some scripts, since it causes a parsing error. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/custom/quests')
-rw-r--r--npc/custom/quests/berzebub.txt2
-rw-r--r--npc/custom/quests/kaho_balmung.txt2
-rw-r--r--npc/custom/quests/kahohorn.txt2
-rw-r--r--npc/custom/quests/kings_items.txt2
-rw-r--r--npc/custom/quests/quest_shop.txt2
-rw-r--r--npc/custom/quests/sphinx_mask.txt2
-rw-r--r--npc/custom/quests/sunglasses.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/npc/custom/quests/berzebub.txt b/npc/custom/quests/berzebub.txt
index 1ba44211e..6f58870eb 100644
--- a/npc/custom/quests/berzebub.txt
+++ b/npc/custom/quests/berzebub.txt
@@ -59,4 +59,4 @@ M_Leave:
mes .@n$;
mes "Such a great item I have right here...";
close;
-} \ No newline at end of file
+}
diff --git a/npc/custom/quests/kaho_balmung.txt b/npc/custom/quests/kaho_balmung.txt
index a2a154acf..47b12ca87 100644
--- a/npc/custom/quests/kaho_balmung.txt
+++ b/npc/custom/quests/kaho_balmung.txt
@@ -48,4 +48,4 @@ prontera,158,356,4 script Royal Messenger 105,{
mes "I see you already have all the items you need. Here's your "+getitemname(getd(".@Req"+.@i+"[0]"))+", as promised.";
getitem getd(".@Req"+.@i+"[0]"),1;
close;
-} \ No newline at end of file
+}
diff --git a/npc/custom/quests/kahohorn.txt b/npc/custom/quests/kahohorn.txt
index 031631b74..6a6e36e7c 100644
--- a/npc/custom/quests/kahohorn.txt
+++ b/npc/custom/quests/kahohorn.txt
@@ -66,4 +66,4 @@ geffen,115,107,5 script Lord Kaho's Servant 61,{
getitem 5013,1;
mes "Enjoy being God of Rune-Midgard!";
close;
-} \ No newline at end of file
+}
diff --git a/npc/custom/quests/kings_items.txt b/npc/custom/quests/kings_items.txt
index d935dac08..bd2288d28 100644
--- a/npc/custom/quests/kings_items.txt
+++ b/npc/custom/quests/kings_items.txt
@@ -76,4 +76,4 @@ prt_castle,84,170,4 script King's Daughter 62,{
mes "Well, he won't give me what I want!!";
mes "He's the King of Prontera. He should be able to get me ANYTHING!!!";
close;
-} \ No newline at end of file
+}
diff --git a/npc/custom/quests/quest_shop.txt b/npc/custom/quests/quest_shop.txt
index 3395ac102..0483e90da 100644
--- a/npc/custom/quests/quest_shop.txt
+++ b/npc/custom/quests/quest_shop.txt
@@ -229,4 +229,4 @@ function script qshop {
- shop qshop2 -1,909:-1
- shop qshop3 -1,909:-1
- shop qshop4 -1,909:-1
-- shop qshop5 -1,909:-1 \ No newline at end of file
+- shop qshop5 -1,909:-1
diff --git a/npc/custom/quests/sphinx_mask.txt b/npc/custom/quests/sphinx_mask.txt
index b2cf64559..fb006f3fa 100644
--- a/npc/custom/quests/sphinx_mask.txt
+++ b/npc/custom/quests/sphinx_mask.txt
@@ -49,4 +49,4 @@ L_Menu:
getitem 7114,1;
set sphmask_q,1;
close;
-} \ No newline at end of file
+}
diff --git a/npc/custom/quests/sunglasses.txt b/npc/custom/quests/sunglasses.txt
index 6e44ce007..c7ebbf937 100644
--- a/npc/custom/quests/sunglasses.txt
+++ b/npc/custom/quests/sunglasses.txt
@@ -105,4 +105,4 @@ moc_fild07,334,186,5 script Maseph 702,{
getitem 2202,1;
set SG_QUEST1,0;
close;
-} \ No newline at end of file
+}