diff options
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. |