diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-12-05 13:23:07 +0000 |
commit | 288490094a7fe9167747dc78d416940759a31197 (patch) | |
tree | 53dc4f5c2375f4b688b53ca8841630ddec5e1f88 /conf-tmpl/mapflag/jail.txt | |
parent | 8ec1c47aed09c90343949d57c92760ba84738a46 (diff) | |
download | hercules-288490094a7fe9167747dc78d416940759a31197.tar.gz hercules-288490094a7fe9167747dc78d416940759a31197.tar.bz2 hercules-288490094a7fe9167747dc78d416940759a31197.tar.xz hercules-288490094a7fe9167747dc78d416940759a31197.zip |
- Massive EOL normalization & 'svn:eol-style native' flag setting for all txt/conf/h/c files.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/mapflag/jail.txt')
-rw-r--r-- | conf-tmpl/mapflag/jail.txt | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/conf-tmpl/mapflag/jail.txt b/conf-tmpl/mapflag/jail.txt index 3d4f28675..4cb9d85cb 100644 --- a/conf-tmpl/mapflag/jail.txt +++ b/conf-tmpl/mapflag/jail.txt @@ -1,48 +1,48 @@ -//===== eAthena Script =======================================
-//= Map Flags for Jails ( ATCommand @jail <player> )
-//===== By: ==================================================
-//= eAthena Dev Team
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//=
-//===== Description: =========================================
-//= pvp: Turns on PvP mode
-//= pvp_noparty: Can't attack player in same party
-//= nobranch: No Dead Branching allowed.
-//= nomemo: No Warp Portal Memory Point allowed.
-//= nopenalty: No Exp. penalty when player dies.
-//= nosave: No saving respawn point allowed. Use SavePoint to use the
-//= players previous savepoint, or choose one manually.
-//= noteleport: No Teleporting allowed. No f-wings or b-wings.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-
-// No Memory =============================
-sec_pri.gat mapflag nomemo
-
-// No Save ===============================
-sec_pri.gat mapflag nosave SavePoint
-
-// No Teleport ===========================
-sec_pri.gat mapflag noteleport
-
-// No Warp ===============================
-sec_pri.gat mapflag nowarp
-
-// No Return, Stop people from being pulled out of jail (warpparty/guild)
-sec_pri.gat mapflag noreturn
-
-// Bloody Jail ===========================
-//Uncomment following maps to let your prisoners fight with other prisoners
-
-// PvP ===================================
-sec_pri.gat mapflag pvp
-
-// No Party ==============================
-sec_pri.gat mapflag pvp_noparty
-
-//Nightmare Equipment Drops PVP ==========
-sec_pri.gat mapflag pvp_nightmaredrop random,equip,300
+//===== eAthena Script ======================================= +//= Map Flags for Jails ( ATCommand @jail <player> ) +//===== By: ================================================== +//= eAthena Dev Team +//===== Current Version: ===================================== +//= 1.0 +//===== Compatible With: ===================================== +//= +//===== Description: ========================================= +//= pvp: Turns on PvP mode +//= pvp_noparty: Can't attack player in same party +//= nobranch: No Dead Branching allowed. +//= nomemo: No Warp Portal Memory Point allowed. +//= nopenalty: No Exp. penalty when player dies. +//= nosave: No saving respawn point allowed. Use SavePoint to use the +//= players previous savepoint, or choose one manually. +//= noteleport: No Teleporting allowed. No f-wings or b-wings. +//===== Additional Comments: ================================= +//= +//============================================================ + + +// No Memory ============================= +sec_pri.gat mapflag nomemo + +// No Save =============================== +sec_pri.gat mapflag nosave SavePoint + +// No Teleport =========================== +sec_pri.gat mapflag noteleport + +// No Warp =============================== +sec_pri.gat mapflag nowarp + +// No Return, Stop people from being pulled out of jail (warpparty/guild) +sec_pri.gat mapflag noreturn + +// Bloody Jail =========================== +//Uncomment following maps to let your prisoners fight with other prisoners + +// PvP =================================== +sec_pri.gat mapflag pvp + +// No Party ============================== +sec_pri.gat mapflag pvp_noparty + +//Nightmare Equipment Drops PVP ========== +sec_pri.gat mapflag pvp_nightmaredrop random,equip,300 |