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-1 | |
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-1')
-rw-r--r-- | world/map/npc/052-1/channelling.txt | 8 | ||||
-rw-r--r-- | world/map/npc/052-1/janitor.txt | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/052-1/channelling.txt b/world/map/npc/052-1/channelling.txt index 34633ac5..33a0aa51 100644 --- a/world/map/npc/052-1/channelling.txt +++ b/world/map/npc/052-1/channelling.txt @@ -8,7 +8,7 @@ // 2: Channelling completed //----------------------------------------------------------------------------- -052-1.gat,25,44,0|script|#EnchantDoorTrigger|32767,3,4, +052-1.gat,25,44,0|script|#EnchantDoorTrigger|32767,3,4 { set @step, 4; if ($@illia_progress < @step) goto L_ShouldNotBeHere; @@ -64,7 +64,7 @@ OnCommandDestroy: } -052-1.gat,51,38,0|script|Engravings|400, +052-1.gat,51,38,0|script|Engravings|400 { mes "You can read some words engraved inside this rock, but some are erased by wind and time:"; next; @@ -92,7 +92,7 @@ L_SuggestChannelling: } -function|script|StartChannelling|, +function|script|StartChannelling { if (isat("052-1.gat",53,38) == 0) end; @@ -130,7 +130,7 @@ function|script|StartChannelling|, } -052-1.gat,53,38,0|script|#Power Circle|368, +052-1.gat,53,38,0|script|#Power Circle|368 { set @step, 4; if ($@illia_progress < @step) diff --git a/world/map/npc/052-1/janitor.txt b/world/map/npc/052-1/janitor.txt index 0a3a5356..26b52d38 100644 --- a/world/map/npc/052-1/janitor.txt +++ b/world/map/npc/052-1/janitor.txt @@ -1,6 +1,6 @@ // Illia Island janitor -052-1.gat,1,1,0|script|#IlliaJanitor4|127, +052-1.gat,1,1,0|script|#IlliaJanitor4|127 { end; |