diff options
author | Wushin <pasekei@gmail.com> | 2015-02-01 13:20:36 -0600 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-02-01 13:20:36 -0600 |
commit | 7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7 (patch) | |
tree | d8bc376f768085d422dc523fabe7823b878ee3d3 /world/map/npc/009-4/torches.txt | |
parent | 44d34c2835e8f6601bbb0e320c82240c19cdbea3 (diff) | |
parent | 06d909765be760521b8379cda26167e2e7804cff (diff) | |
download | serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.gz serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.bz2 serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.tar.xz serverdata-7a2d45e2bf1886d60d4fb0d30814ff91c1e548d7.zip |
Merge pull request #267 from mekolat/gat
remove .gat
Diffstat (limited to 'world/map/npc/009-4/torches.txt')
-rw-r--r-- | world/map/npc/009-4/torches.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/009-4/torches.txt b/world/map/npc/009-4/torches.txt index fbb88a84..7049b446 100644 --- a/world/map/npc/009-4/torches.txt +++ b/world/map/npc/009-4/torches.txt @@ -89,7 +89,7 @@ L_Return: // To make sure in range of torches function|script|InRangeTorch1 { - if (isin("009-4.gat",67,20,69,25)) + if (isin("009-4",67,20,69,25)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -99,7 +99,7 @@ L_Return: } function|script|InRangeTorch2 { - if (isin("009-4.gat",65,41,69,46)) + if (isin("009-4",65,41,69,46)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -109,7 +109,7 @@ L_Return: } function|script|InRangeTorch3 { - if (isin("009-4.gat",33,84,37,88)) + if (isin("009-4",33,84,37,88)) goto L_Return; mes "You're too far away to do anything with that torch."; close; @@ -281,7 +281,7 @@ L_Failed: } // First Torch -009-4.gat,68,21,0|script|Torch#1|400 +009-4,68,21,0|script|Torch#1|400 { callfunc "InRangeTorch1"; callfunc "DoneWithTorches"; @@ -293,7 +293,7 @@ L_Failed: } // Second Torch -009-4.gat,67,42,0|script|Torch#2|400 +009-4,67,42,0|script|Torch#2|400 { callfunc "InRangeTorch2"; callfunc "DoneWithTorches"; @@ -305,7 +305,7 @@ L_Failed: } // Third Torch -009-4.gat,33,86,0|script|Torch#3|400 +009-4,33,86,0|script|Torch#3|400 { callfunc "InRangeTorch3"; callfunc "DoneWithTorches"; |