summaryrefslogtreecommitdiff
path: root/npc/functions/masks.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-01-08 21:50:39 -0500
committergumi <mekolat@users.noreply.github.com>2017-01-08 21:52:04 -0500
commitf0687a529a0a143b0ceca96eb0546c39199f2878 (patch)
tree4bb688028e57718b80e6bfb1eab4c47c28d2d4bc /npc/functions/masks.txt
parentdbf252c0621fc5ebd003f9bda3cef9423ab467ee (diff)
downloadserverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.gz
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.bz2
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.tar.xz
serverdata-f0687a529a0a143b0ceca96eb0546c39199f2878.zip
remove .gat suffix everywhere
Diffstat (limited to 'npc/functions/masks.txt')
-rw-r--r--npc/functions/masks.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/npc/functions/masks.txt b/npc/functions/masks.txt
index 23ecfcde..98e8bdf8 100644
--- a/npc/functions/masks.txt
+++ b/npc/functions/masks.txt
@@ -9,9 +9,9 @@
// Artis Aemil's Legion
function script artisALRemTopMask {
- if ((getareausers("001-2-33.gat", 23, 27, 45, 31) >= 1) ||
- (getareausers("001-2-33.gat", 23, 32, 26, 38) >= 1) ||
- (getareausers("001-2-33.gat", 42, 32, 45, 38) >= 1))
+ if ((getareausers("001-2-33", 23, 27, 45, 31) >= 1) ||
+ (getareausers("001-2-33", 23, 32, 26, 38) >= 1) ||
+ (getareausers("001-2-33", 42, 32, 45, 38) >= 1))
{
removemapmask "001-2-33", 4;
}
@@ -19,9 +19,9 @@ function script artisALRemTopMask {
}
function script artisALAddTopMask {
- if ((getareausers("001-2-33.gat", 23, 27, 45, 31) == 0) &&
- (getareausers("001-2-33.gat", 23, 32, 26, 38) == 0) &&
- (getareausers("001-2-33.gat", 42, 32, 45, 38) == 0))
+ if ((getareausers("001-2-33", 23, 27, 45, 31) == 0) &&
+ (getareausers("001-2-33", 23, 32, 26, 38) == 0) &&
+ (getareausers("001-2-33", 42, 32, 45, 38) == 0))
{
addmapmask "001-2-33", 4;
}
@@ -29,7 +29,7 @@ function script artisALAddTopMask {
}
function script artisALRemBotMask {
- if (getareausers("001-2-33.gat", 23, 32, 45, 46) >= 1)
+ if (getareausers("001-2-33", 23, 32, 45, 46) >= 1)
{
removemapmask "001-2-33", 8;
}
@@ -37,7 +37,7 @@ function script artisALRemBotMask {
}
function script artisALAddBotMask {
- if (getareausers("001-2-33.gat", 23, 32, 45, 46) == 0)
+ if (getareausers("001-2-33", 23, 32, 45, 46) == 0)
{
addmapmask "001-2-33", 8;
}
@@ -45,7 +45,7 @@ function script artisALAddBotMask {
}
function script artisALUpdateMask {
- if (getareausers("001-2-33.gat", 23, 32, 45, 46) >= 1)
+ if (getareausers("001-2-33", 23, 32, 45, 46) >= 1)
{
removemapmask "001-2-33", 8;
}
@@ -53,9 +53,9 @@ function script artisALUpdateMask {
{
addmapmask "001-2-33", 8;
}
- if ((getareausers("001-2-33.gat", 23, 27, 45, 31) >= 1) ||
- (getareausers("001-2-33.gat", 23, 32, 26, 38) >= 1) ||
- (getareausers("001-2-33.gat", 42, 32, 45, 38) >= 1))
+ if ((getareausers("001-2-33", 23, 27, 45, 31) >= 1) ||
+ (getareausers("001-2-33", 23, 32, 26, 38) >= 1) ||
+ (getareausers("001-2-33", 42, 32, 45, 38) >= 1))
{
removemapmask "001-2-33", 4;
}