summaryrefslogtreecommitdiff
path: root/npc/commands/warp.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-21 18:37:07 +0000
committerJesusaves <cpntb1@ymail.com>2019-10-21 18:37:07 +0000
commit1abb711b9f4ed87032ad708e42b9f3c9d035ed83 (patch)
treeaf4035c0d1500cd66816d6fcd1e91e922569e396 /npc/commands/warp.txt
parent1959b79d649d7abb021c536281fadf88cd43d974 (diff)
downloadserverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.gz
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.bz2
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.tar.xz
serverdata-1abb711b9f4ed87032ad708e42b9f3c9d035ed83.zip
These are the new GM permissions, levels, and clearances for rEvolt.
See the merge request for a better list of powers as of approved on topic 20808.
Diffstat (limited to 'npc/commands/warp.txt')
-rw-r--r--npc/commands/warp.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/commands/warp.txt b/npc/commands/warp.txt
index e4e5c92c..22eeda39 100644
--- a/npc/commands/warp.txt
+++ b/npc/commands/warp.txt
@@ -76,16 +76,16 @@ OnCall:
OnInit:
if (debug > 0)
{
- bindatcmd("w", "@w::OnCall", 0, 2, 0);
- bindatcmd("go", "@w::OnCall", 0, 2, 0);
- bindatcmd("to", "@w::OnCall", 0, 2, 0);
- bindatcmd("warp", "@w::OnCall", 0, 2, 0);
+ bindatcmd("w", "@w::OnCall", 0, 20, 0);
+ bindatcmd("go", "@w::OnCall", 0, 20, 0);
+ bindatcmd("to", "@w::OnCall", 0, 20, 0);
+ bindatcmd("warp", "@w::OnCall", 0, 20, 0);
}
else
{
- bindatcmd("w", "@w::OnCall", 2, 2, 1);
- bindatcmd("go", "@w::OnCall", 2, 2, 1);
- bindatcmd("to", "@w::OnCall", 2, 2, 1);
- bindatcmd("warp", "@w::OnCall", 2, 2, 1);
+ bindatcmd("w", "@w::OnCall", 20, 60, 1);
+ bindatcmd("go", "@w::OnCall", 20, 60, 1);
+ bindatcmd("to", "@w::OnCall", 20, 60, 1);
+ bindatcmd("warp", "@w::OnCall", 20, 60, 1);
}
}