summaryrefslogtreecommitdiff
path: root/npc/00000SAVE
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 12:40:55 -0300
commit481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch)
tree680a6b75d3553e209a0e4b60391d2833a5145546 /npc/00000SAVE
parent9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff)
downloadserverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz
serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/00000SAVE')
-rw-r--r--npc/00000SAVE/021-1_michel.forum.txt2
-rw-r--r--npc/00000SAVE/andy_alex.forum.txt62
2 files changed, 32 insertions, 32 deletions
diff --git a/npc/00000SAVE/021-1_michel.forum.txt b/npc/00000SAVE/021-1_michel.forum.txt
index 1cd1e1cb1..641f9df5b 100644
--- a/npc/00000SAVE/021-1_michel.forum.txt
+++ b/npc/00000SAVE/021-1_michel.forum.txt
@@ -31,7 +31,7 @@ delitem "Raw Log", 25;
delitem "Reed Bundle", 15;
delitem "Root", 20;
set Zeny, Zeny - 10000
-getitem "Iten", 1;
+getitem "Iten", 1;
mes "\"Here its your towel..Enjoy it.\"";
goto L_Close;
diff --git a/npc/00000SAVE/andy_alex.forum.txt b/npc/00000SAVE/andy_alex.forum.txt
index 18a25ece0..72a83cb83 100644
--- a/npc/00000SAVE/andy_alex.forum.txt
+++ b/npc/00000SAVE/andy_alex.forum.txt
@@ -12,26 +12,26 @@
if (TOM_Quest == 3) goto L_Alex_Didyou;
if (TOM_Quest == 4) goto L_Alex_Okay;
if (TOM_Quest == 5) goto L_Alex_End;
-
+
mes "[Alex]";
mes "\"Hey there! Mind giving us a hand?\"";
menu
-
+
"Yeah, what do you need?", L_Alex_Help,
-
+
"I Don't have time, sorry.", -;
-
+
close;
-
+
L_Alex_Help
-
+
mes "[Alex]";
mes "\"He shows you little wooden box.\"";
mes "\"Give these to Andy you can find him somewhere around in Dark World, I'm sure he'll reward you.\"";
set TOM_Quest, 1;
close;
-
+
L_Alex_Tablet:
mes "[Alex]";
@@ -41,31 +41,31 @@ L_Alex_Tablet:
mes "\"I need you to tell Andy that we found what we we're looking for and that we dont have to examine those Dark World creatures anymore, I'm sure he'll understand.\"";
set TOM_Quest, 3;
close;
-
+
L_Alex_Didyou:
- mes "[Alex]";
+ mes "[Alex]";
mes "\"Did you tell it to him already, if not please hurry!\"";
close;
-
+
L_Alex_Waits_1:
mes "[Alex]";
mes "\"Did you give that box to Andy?\"";
close;
-
+
L_Alex_Okay:
mes "[Alex]";
mes "Did you tell him what I asked you to tell him?";
menu
-
+
"Yes I did, but he asked me to tell you that he is going to stay in Dark World because he likes that place.", L_Alex_Damn,
-
+
"No I didn't", -;
-
+
close;
-
+
L_Alex_Damn:
set TOM_Quest, 5;
@@ -78,19 +78,19 @@ L_Alex_Damn:
set Zeny, Zeny + 4000;
getitem "Whiterabbitears", 1;
close;
-
+
L_Alex_TooMany:
mes "[Alex]";
mes "\"You have too many items for me to give you a reward.\"";
close;
-
+
L_Alex_End:
mes "[Alex]";
mes "\"Be safe out there, Dark World is dangerous for the unexperienced!\"";
close;
-
+
}
@@ -107,17 +107,17 @@ L_Alex_End:
//Andy
???-?.gat,??,??,?|script|Andy|???,{
-
+
if (TOM_Quest == 1) goto L_Andy_Okay;
if (TOM_Quest == 2) goto L_Andy_Tablet;
if (TOM_Quest == 3) goto L_Andy_Tell;
if (TOM_Quest == 4) goto L_Andy_whatdidhesay;
if (TOM_Quest == 5) goto L_Andy_End;
-
+
mes "[Andy]";
mes "\"Lots of work to do.\"";
close;
-
+
L_Andy_Okay:
mes "[Andy]";
@@ -128,7 +128,7 @@ L_Andy_Okay:
getexp 1000, 0;
set Zeny, Zeny + 1000;
goto L_Andy_Help
-
+
L_Andy_Help:
mes "[Andy]";
@@ -137,7 +137,7 @@ L_Andy_Help:
mes "\"Please get this to Alex!\"";
set TOM_Quest, 2;
close;
-
+
L_Andy_Tablet:
mes "[Andy]";
@@ -145,17 +145,17 @@ L_Andy_Tablet:
close;
L_Andy_Tell
-
+
mes "[Andy]";
mes "\"What did he say?\"";
menu
-
+
"He said that you have found what you were looking for and you dont have to stay here in Dark World anymore.", L_Andy_Well,
-
+
"Nothing...", -;
-
+
close;
-
+
L_Andy_Well:
mes "[Andy]";
@@ -163,17 +163,17 @@ L_Andy_Well:
getexp 1000, 0;
set TOM_Quest, 4;
close;
-
+
L_Andy_Whatdidhesay:
mes "[Andy]";
mes "\"Pleasy hurry!\"";
close;
-
+
L_Andy_End:
mes "[Andy]";
mes "\"Thanks for your help again!\"";
close;
-
+
}