diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:20:01 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:24 -0600 |
commit | 458eb3ca3e5f58a5213a6ee384bdf04eccd35e2e (patch) | |
tree | 6e829e15cba7d7ec0e126dac6d2a250285ce5f25 /world/map/npc/052-2/lobby.txt | |
parent | 7f3edeb9f75a01cd22791d57b0ecf5db97f7796f (diff) | |
download | serverdata-458eb3ca3e5f58a5213a6ee384bdf04eccd35e2e.tar.gz serverdata-458eb3ca3e5f58a5213a6ee384bdf04eccd35e2e.tar.bz2 serverdata-458eb3ca3e5f58a5213a6ee384bdf04eccd35e2e.tar.xz serverdata-458eb3ca3e5f58a5213a6ee384bdf04eccd35e2e.zip |
NPCs on 052-* fixed
Diffstat (limited to 'world/map/npc/052-2/lobby.txt')
-rw-r--r-- | world/map/npc/052-2/lobby.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/052-2/lobby.txt b/world/map/npc/052-2/lobby.txt index c707c76f..fb9dd41e 100644 --- a/world/map/npc/052-2/lobby.txt +++ b/world/map/npc/052-2/lobby.txt @@ -14,7 +14,7 @@ // 8: Witch guards defeated. Door is open. //----------------------------------------------------------------------------- -052-2.gat,40,19,0|script|#InnDoorTrigger|32767,2,2, +052-2.gat,40,19,0|script|#InnDoorTrigger|32767,2,2 { set @step, 5; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -33,7 +33,7 @@ L_ShouldNotBeHere: } -052-2.gat,33,40,0|script|#EntranceTrigger|32767,4,2, +052-2.gat,33,40,0|script|#EntranceTrigger|32767,4,2 { set @step, 5; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -50,7 +50,7 @@ L_ShouldNotBeHere: end; } -052-2.gat,1,1,0|script|#LuviaShadow|127, +052-2.gat,1,1,0|script|#LuviaShadow|127 { end; @@ -103,7 +103,7 @@ OnNN: } -052-2.gat,1,1,0|script|#MysteriousVoice|127, +052-2.gat,1,1,0|script|#MysteriousVoice|127 { end; @@ -149,7 +149,7 @@ L_Continue: // Dummy npc to display the mysterious voice, // as a workaround to fakenpcname causing problems -052-2.gat,1,1,0|script|?|127, +052-2.gat,1,1,0|script|?|127 { end; |