summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maps/re/005-5.mcachebin117 -> 116 bytes
-rw-r--r--npc/003-1/_import.txt1
-rw-r--r--npc/003-1/sailors.txt21
3 files changed, 22 insertions, 0 deletions
diff --git a/maps/re/005-5.mcache b/maps/re/005-5.mcache
index 6cd7d2cb8..b3206219d 100644
--- a/maps/re/005-5.mcache
+++ b/maps/re/005-5.mcache
Binary files differ
diff --git a/npc/003-1/_import.txt b/npc/003-1/_import.txt
index 9cec496dc..6e62a1685 100644
--- a/npc/003-1/_import.txt
+++ b/npc/003-1/_import.txt
@@ -27,6 +27,7 @@
"npc/003-1/neko.txt",
"npc/003-1/ninathetraveler.txt",
"npc/003-1/oldwell.txt",
+"npc/003-1/sailors.txt",
"npc/003-1/sarah.txt",
"npc/003-1/ship.txt",
"npc/003-1/shop.txt",
diff --git a/npc/003-1/sailors.txt b/npc/003-1/sailors.txt
new file mode 100644
index 000000000..7eebf7b33
--- /dev/null
+++ b/npc/003-1/sailors.txt
@@ -0,0 +1,21 @@
+// TMW2 scripts.
+// Authors:
+// Jesusalva
+// Description:
+// TODO
+// CandorQuest_Sailors
+// 0: Not started
+// 1: Accepted
+// 2: Invite Elmo
+// 3: Completed
+
+003-1,112,93,0 script Sailors#003-1 NPC_ELVEN_MAN_TRADER_SITTING,{
+ mesn;
+ mesq l("Hey, pal.");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 5;
+ end;
+}