summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-31 23:23:19 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-31 23:23:19 -0300
commit8c43a6ac55a1a825ae4735521c70417bc0d35d3e (patch)
tree686bf1b76f7be994c8662678ef9db4a731f83080
parent6f499d71453a841fca7a243fb8f86f78377337a3 (diff)
downloadserverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.gz
serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.bz2
serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.tar.xz
serverdata-8c43a6ac55a1a825ae4735521c70417bc0d35d3e.zip
Block all GMs and ADMINs from warping to MMO-Protected zones.
Note that @w command is UNAFFECTED by that. (@goto and @hugo might be affected) (Please report bugs) Also: Whitelist Explosive Arrow, may still be broken though
-rw-r--r--conf/groups.conf4
-rw-r--r--db/re/item_db.conf22
-rw-r--r--db/re/map_zone_db.conf1
3 files changed, 17 insertions, 10 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index a6329c0f3..3e63b5876 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -244,7 +244,6 @@ groups: (
permissions: {
who_display_aid: true
view_hpmeter: true
- any_warp: true
all_equipment: true
join_chat: true
kick_chat: true
@@ -344,7 +343,6 @@ groups: (
permissions: {
who_display_aid: true
view_hpmeter: true
- any_warp: true
join_chat: true
kick_chat: true
hide_session: true
@@ -372,7 +370,7 @@ groups: (
permissions: {
who_display_aid: true
view_hpmeter: true
- any_warp: true
+ any_warp: false
join_chat: true
kick_chat: true
hide_session: true
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 5fb5f2194..9f8c5dec6 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11831,6 +11831,7 @@ item_db: (
Id6505: 1
Id6506: 1
Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bHitRate,100;
@@ -12583,7 +12584,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12627,7 +12629,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12670,7 +12673,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12714,7 +12718,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12758,7 +12763,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12802,7 +12808,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bFleeRate,-100;
@@ -12846,7 +12853,8 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
+ Id6508: 1
}
Script: <"
bonus bHPDrainValue,-15;
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf
index 191b3610a..871e8b228 100644
--- a/db/re/map_zone_db.conf
+++ b/db/re/map_zone_db.conf
@@ -157,6 +157,7 @@ zones: (
mapflags: (
"nopenalty",
+ "nowarpto",
"nosave 000-1,22,22",
)