diff options
author | HoraK-FDF <horak-fdf@web.de> | 2025-07-25 09:25:35 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2025-07-25 09:25:35 +0200 |
commit | b3d7ed3115c9d33ea505bbb34e25a6c363343483 (patch) | |
tree | dfc6740de78e4277d0909c570e7144e2c5dcf1e5 | |
parent | 93717322c4ffbcf9e7b1f4ab405e21e753c297b8 (diff) | |
download | serverdata-player_full_access.tar.gz serverdata-player_full_access.tar.bz2 serverdata-player_full_access.tar.xz serverdata-player_full_access.zip |
player_full_access map flagplayer_full_access
-rw-r--r-- | world/map/db/const-mapflags.txt | 63 |
1 files changed, 32 insertions, 31 deletions
diff --git a/world/map/db/const-mapflags.txt b/world/map/db/const-mapflags.txt index 486ab375..9db0f0a8 100644 --- a/world/map/db/const-mapflags.txt +++ b/world/map/db/const-mapflags.txt @@ -1,35 +1,36 @@ // numbers 21 and above were not available in TMWA 14.1.27 or earlier // not all flags actually *do* anything -//MF_ALIAS 21 -//MF_NOMEMO 0 -MF_NOTELEPORT 1 -MF_NORETURN 22 +//MF_ALIAS 21 +//MF_NOMEMO 0 +MF_NOTELEPORT 1 +MF_NORETURN 22 MF_MONSTER_NOTELEPORT 23 -MF_NOSAVE 2 -//MF_NOBRANCH 3 -MF_NOPENALTY 4 -MF_PVP 6 -MF_PVP_NOPARTY 7 -//MF_PVP_NOGUILD 8 -//MF_PVP_NIGHTMAREDROP 24 -MF_PVP_NOCALCRANK 25 -//MF_GVG 9 -//MF_GVG_NOPARTY 10 -//MF_NOZENYPENALTY 5 -//MF_NOTRADE 11 -//MF_NOSKILL 12 -MF_NOWARP 13 -MF_NOWARPTO 26 -MF_NOPVP 14 -MF_MASK 15 -MF_SNOW 16 -MF_FOG 17 -MF_SAKURA 18 -MF_LEAVES 19 -MF_RAIN 20 -MF_NO_PLAYER_DROPS 27 -MF_TOWN 28 -MF_OUTSIDE 29 -MF_RESAVE 30 -//MF_UNUSED3 31 +MF_NOSAVE 2 +//MF_NOBRANCH 3 +MF_NOPENALTY 4 +MF_PVP 6 +MF_PVP_NOPARTY 7 +//MF_PVP_NOGUILD 8 +//MF_PVP_NIGHTMAREDROP 24 +MF_PVP_NOCALCRANK 25 +//MF_GVG 9 +//MF_GVG_NOPARTY 10 +//MF_NOZENYPENALTY 5 +//MF_NOTRADE 11 +//MF_NOSKILL 12 +MF_NOWARP 13 +MF_NOWARPTO 26 +MF_NOPVP 14 +MF_MASK 15 +MF_SNOW 16 +MF_FOG 17 +MF_SAKURA 18 +MF_LEAVES 19 +MF_RAIN 20 +MF_NO_PLAYER_DROPS 27 +MF_TOWN 28 +MF_OUTSIDE 29 +MF_RESAVE 30 +MF_PLAYER_FULL_ACCESS 31 +//MF_UNUSED3 32 // 32 schould not work anymore |