summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-08 17:07:48 +0100
committerReid <reidyaro@gmail.com>2012-01-08 17:07:48 +0100
commit8a39b00075e356da98c0a3de1690ca9d27fa6040 (patch)
treeb65e387da537f0b7c3c40352311929561626af08
parent1412752c297d767361e2f81cebd3830cef1b4aa2 (diff)
downloadserverdata-8a39b00075e356da98c0a3de1690ca9d27fa6040.tar.gz
serverdata-8a39b00075e356da98c0a3de1690ca9d27fa6040.tar.bz2
serverdata-8a39b00075e356da98c0a3de1690ca9d27fa6040.tar.xz
serverdata-8a39b00075e356da98c0a3de1690ca9d27fa6040.zip
Add elmo script on 000-2-3 map.
-rw-r--r--npc/000-2-1/alige.txt1
-rw-r--r--npc/000-2-1/arpan.txt1
-rw-r--r--npc/000-2-3/_import.txt3
-rw-r--r--npc/000-2-3/elmo.txt46
4 files changed, 49 insertions, 2 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index c08aaa39..569f44db 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -152,7 +152,6 @@
mesn;
mesq l("Thank you so much! Here, have some berries...");
- next;
getitem 507, rand(1,3);
close;
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 43d6c10c..dbfbf22b 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -148,6 +148,7 @@ l_WhereOldClothes:
mes g(l("Oh, now that I remember, we also find some money on your pockets, here they are!"), l("Oh, now that I remember, we also find some money on your pockets, here they are!"));
seta ShipQuests, ShipQuests_ArpanMoney, 1;
set zeny, zeny+25;
+ next;
goto l_Menu;
l_Julia:
diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt
index 8810f622..f5447931 100644
--- a/npc/000-2-3/_import.txt
+++ b/npc/000-2-3/_import.txt
@@ -2,4 +2,5 @@ map: 000-2-3.gat
npc: npc/000-2-3/_mobs.txt
npc: npc/000-2-3/_warps.txt
npc: npc/000-2-3/piousrocket.txt
-npc: npc/000-2-3/sailors.txt \ No newline at end of file
+npc: npc/000-2-3/sailors.txt
+npc: npc/000-2-3/elmo.txt \ No newline at end of file
diff --git a/npc/000-2-3/elmo.txt b/npc/000-2-3/elmo.txt
new file mode 100644
index 00000000..72abd7dd
--- /dev/null
+++ b/npc/000-2-3/elmo.txt
@@ -0,0 +1,46 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Elmo's second dialogs
+
+000-2-3.gat,20,23,0,0 script Elmo 309,{
+
+ mesn;
+ mesq l("Hey you, sorry for leaving your room as rapid as that, I needed to, speak with the Captain about... The reserve.. eh, you know, now that we got a new mouth on the crew we need to check it!");
+ next;
+ mesq l("So, how it's going? Did you met other crew members?");
+ next;
+
+ menu
+ l("Yes, Arpan gave me these clothes."), l_OhGood,
+ l("No."), -;
+
+ mesn;
+ mesq l("You should go see them.");
+ next;
+ mesq l("You still got a few days awaiting our arrival to the port, maybe they can learn you some things?");
+
+ close;
+
+l_OhGood:
+ mesn;
+ mesq l("Oh good! Did he gaves you back your money too?");
+ next;
+
+ menu
+ l("Yes he did."), l_OhHeDid,
+ l("He said me nothing about it."), -;
+
+ mesn;
+ mesq l("Hehe, he sometimes got his head in clouds, You should go ask him about these.");
+
+ close;
+
+l_HeDid:
+ mesn;
+ mesq l("Ok, be patient, in the next days we will arive to the port of Artis..");
+
+ close;
+
+} \ No newline at end of file