diff options
author | wushin <pasekei@gmail.com> | 2014-11-05 11:09:31 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-11-05 11:47:23 -0600 |
commit | 4b98edcff75b086cf9d99aa17efb0556d16f5913 (patch) | |
tree | 4ff6180ed60e21b22486dedee36b033021cea3c1 /world/map/npc/010-2/band.txt | |
parent | ff6f23e94c4ac068dae9e7441b9dc4e600787aa5 (diff) | |
download | serverdata-4b98edcff75b086cf9d99aa17efb0556d16f5913.tar.gz serverdata-4b98edcff75b086cf9d99aa17efb0556d16f5913.tar.bz2 serverdata-4b98edcff75b086cf9d99aa17efb0556d16f5913.tar.xz serverdata-4b98edcff75b086cf9d99aa17efb0556d16f5913.zip |
NPCs on 010-* fixed
Diffstat (limited to 'world/map/npc/010-2/band.txt')
-rw-r--r-- | world/map/npc/010-2/band.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/010-2/band.txt b/world/map/npc/010-2/band.txt index d0783d8d..ab0074f3 100644 --- a/world/map/npc/010-2/band.txt +++ b/world/map/npc/010-2/band.txt @@ -1,22 +1,22 @@ // dimonds band -010-2.gat,40,35,0|script|Phil|157, +010-2.gat,40,35,0|script|Phil|157 { callfunc "DimondBand"; end; } -010-2.gat,40,37,0|script|Jerry|160, +010-2.gat,40,37,0|script|Jerry|160 { callfunc "DimondBand"; end; } -010-2.gat,42,36,0|script|Robert|162, +010-2.gat,42,36,0|script|Robert|162 { callfunc "DimondBand"; end; } -function|script|DimondBand|, +function|script|DimondBand { npctalk $@SongLyrics$[$@LyricSpot]; set $@LyricSpot, ($@LyricSpot + 1); @@ -27,7 +27,7 @@ function|script|DimondBand|, L_Return: return; } --|script|#BandConfig|-1, +-|script|#BandConfig|-1 { end; |