From 2cac11113fb248b88e9a08e11a485ce869f29f26 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 30 May 2018 23:14:47 -0300 Subject: Make maps --- npc/003-1/sailors.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 npc/003-1/sailors.txt (limited to 'npc/003-1/sailors.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; +} -- cgit v1.2.3-70-g09d2