From ece3541fa6755f54d16e1021f2ff8a8786e5e33b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 13:53:53 -0300 Subject: Update blockmask --- server/scripts/evol_script_commands.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'server') diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index 4036030..2af03cb 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -691,14 +691,14 @@ After it can be removed by this name. Example: setcells "test", 14, 11, 17, 11, 3, "wall1"; -Masks: -0 - COLLISION_EMPTY -1 - COLLISION_WALL -2 - COLLISION_AIR -3 - COLLISION_WATER -4 - COLLISION_GROUNDTOP -5 - COLLISION_PLAYER_WALL -6 - COLLISION_MONSTER_WALL +Masks: Blockmask +0 - COLLISION_EMPTY 16 +1 - COLLISION_WALL 128 +2 - COLLISION_AIR 4 +3 - COLLISION_WATER 8 +4 - COLLISION_GROUNDTOP 32 +5 - COLLISION_PLAYER_WALL 64 +6 - COLLISION_MONSTER_WALL 2 --------------------------------------- -- cgit v1.2.3-70-g09d2