summaryrefslogtreecommitdiff
path: root/npc/quests/doomed_swords.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
committerHaru <haru@dotalux.com>2016-02-07 01:23:46 +0100
commit1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch)
tree4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/quests/doomed_swords.txt
parente68aa1f74d315f7bf24d7c8829002d0031b23539 (diff)
parent0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff)
downloadhercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz
hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/quests/doomed_swords.txt')
-rw-r--r--npc/quests/doomed_swords.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/quests/doomed_swords.txt b/npc/quests/doomed_swords.txt
index 692a0dd90..63fdccf16 100644
--- a/npc/quests/doomed_swords.txt
+++ b/npc/quests/doomed_swords.txt
@@ -290,7 +290,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "What the hell";
mes "are you looking at?";
next;
- if (select("Have you heard of the Doomed Swords?:I... I...") == 1) {
+ if (select("Have you heard of the Doomed Swords?", "I... I...") == 1) {
mes "[Mysterious Man]";
mes "...!";
mes "How the hell would";
@@ -315,7 +315,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "What the hell";
mes "are you looking at?";
next;
- if (select("Um, er...:Nothing, sir.") == 1) {
+ if (select("Um, er...", "Nothing, sir.") == 1) {
mes "[Mysterious Man]";
mes "What...?!";
next;
@@ -338,7 +338,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "What the hell";
mes "are you looking at?";
next;
- if (select("Do you happen to be a blacksmith?:No-Nothing!") == 1) {
+ if (select("Do you happen to be a blacksmith?", "No-Nothing!") == 1) {
mes "[Mysterious Blacksmith]";
mes "Hmpf. So you're not";
mes "a total fool after all. Yes,";
@@ -362,7 +362,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "What the hell";
mes "are you looking at?";
next;
- if (select("I want you to make me a Doomed Sword.:Er, nothing!") == 1) {
+ if (select("I want you to make me a Doomed Sword.", "Er, nothing!") == 1) {
mes "[Mysterious Blacksmith]";
mes "Hm. I don't know where";
mes "the hell you may have heard";
@@ -371,7 +371,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "enough. Now, which doomed";
mes "sword did you wish to possess?";
next;
- switch(select("Mysteltainn.:Grimtooth.:Executioner.:I ch-changed my mind!")) {
+ switch(select("Mysteltainn.", "Grimtooth.", "Executioner.", "I ch-changed my mind!")) {
case 1:
if (dmdswrd_Q2 & 1) {
mes "[Mysterious Blacksmith]";
@@ -628,14 +628,14 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "Or did you forget what";
mes "you needed to bring to me?";
next;
- switch(select("Er, what were the items again?:Yes, I brought all the required items.:Oh! Um, never mind!")) {
+ switch(select("Er, what were the items again?", "Yes, I brought all the required items.", "Oh! Um, never mind!")) {
case 1:
mes "[Mysterious Blacksmith]";
mes "Hmpf. I thought so.";
mes "Now, which sword did";
mes "you want me to forge?";
next;
- switch(select("Mysteltainn.:Grimtooth.:Executioner.:Wait! I just remembered!")) {
+ switch(select("Mysteltainn.", "Grimtooth.", "Executioner.", "Wait! I just remembered!")) {
case 1:
if (dmdswrd_Q2 & 1 || dmdswrd_Q2 & 8) {
mes "[Mysterious Blacksmith]";
@@ -704,7 +704,7 @@ pay_fild08,218,283,2 script Mysterious Man#magum 4_M_ORIENT02,{
mes "ready. Now, which sword";
mes "did you want me to craft?";
next;
- switch(select("Mysteltainn:Grimtooth:Executioner:I ch-changed my mind!")) {
+ switch(select("Mysteltainn", "Grimtooth", "Executioner", "I ch-changed my mind!")) {
case 1:
if (dmdswrd_Q2 & 8) {
mes "[Mysterious Blacksmith]";