diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-25 02:18:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-25 02:18:31 -0300 |
commit | ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b (patch) | |
tree | f04e286e61835d1e77a92aab5ef2d4e97bd77e98 /npc/000-0-0 | |
parent | a3d0b5f14b2f430a3f4c4a7bf850abf2c12984d1 (diff) | |
download | serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.gz serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.bz2 serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.tar.xz serverdata-ddf3fdb7b8a8f97efcc49afd9d08e8d15bf6234b.zip |
Fix bugs in 000-0-0
Diffstat (limited to 'npc/000-0-0')
-rw-r--r-- | npc/000-0-0/mapflags.txt | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 3 |
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: |