summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-25 02:18:31 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-25 02:18:31 -0300
commitddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b (patch)
treef04e286e61835d1e77a92aab5ef2d4e97bd77e98
parenta3d0b5f14b2f430a3f4c4a7bf850abf2c12984d1 (diff)
downloadserverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.gz
serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.bz2
serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.xz
serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.zip
Fix bugs in 000-0-0
-rw-r--r--npc/000-0-0/mapflags.txt2
-rw-r--r--npc/000-0-0/sailors.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/000-0-0/mapflags.txt b/npc/000-0-0/mapflags.txt
index 0ed6ce16b..98847f851 100644
--- a/npc/000-0-0/mapflags.txt
+++ b/npc/000-0-0/mapflags.txt
@@ -1 +1 @@
-000-0-0 mapflag invisible
+//000-0-0 mapflag invisible
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index cf9634a7a..cbc99e968 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -5,6 +5,7 @@
// Tutorial
000-0-0,30,34,0 script Elmo#sailors NPC_ELMO,{
+OnBegin:
.@q = getq(ShipQuests_Arpan);
if (.@q == 0) goto L_Step0;
if (.@q == 1) goto L_Step1;
@@ -249,7 +250,7 @@ OnInit:
}
000-0-0,29,34,0 script Magic Arpan#sailors NPC_MAGIC_ARPAN,{
- doevent "Elmo#sailors::OnTalk";
+ doevent "Elmo#sailors::OnBegin";
close;
OnInit: