diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-21 19:56:29 -0800 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-02-22 18:38:12 -0800 |
commit | bd20891febb504002fac8f86eb37d8f6199d32c5 (patch) | |
tree | 28dc2cd26438708fcb4cf2def1cdfdf12f1ca116 /world/map/db/const.txt | |
parent | f93e0ef3fe956391e13ecb631d983777d621f31a (diff) | |
download | serverdata-bd20891febb504002fac8f86eb37d8f6199d32c5.tar.gz serverdata-bd20891febb504002fac8f86eb37d8f6199d32c5.tar.bz2 serverdata-bd20891febb504002fac8f86eb37d8f6199d32c5.tar.xz serverdata-bd20891febb504002fac8f86eb37d8f6199d32c5.zip |
Add mapflag constants
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 7001cce1..289e4581 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -1,36 +1,6 @@ // Constants usable in scripts. // BEFORE UNCOMMENTING ANYTHING, TALK TO o11c! -//MF_NOMEMO 0 -//MF_NOTELEPORT 1 -MF_NOSAVE 2 -//MF_NOBRANCH 3 -//MF_NOPENALTY 4 -//MF_NOZENYPENALTY 5 -MF_PVP 6 -//MF_PVP_NOPARTY 7 -//MF_PVP_NOGUILD 8 -//MF_GVG 9 -//MF_GVG_NOPARTY 10 -//MF_NOTRADE 11 -//MF_NOSKILL 12 -MF_NOWARP 13 -MF_NOPVP 14 -//MF_NOICEWALL 15 -//MF_SNOW 16 -//MF_FOG 17 -//MF_SAKURA 18 -//MF_LEAVES 19 -//MF_RAIN 20 -// Map flags with no assigned value (inaccessible in scripts, -// can only be set initially by mapflag): -// nowarpto, -// noreturn, -// monster_noteleport, -// pvp_nightmaredrop, -// pvp_nocalcrank, -// no_player_drops, -// town, // Note: the type-1 constants and the bWhatever are actually // the same type internally, but they must be used differently. |