summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-04 13:53:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-04 13:53:53 -0300
commitece3541fa6755f54d16e1021f2ff8a8786e5e33b (patch)
tree35ef6f75b25a480295863400b37408e1a4c96b79 /server
parentcf1580ed39d63b83f7d772bfac32d1d32130a2e4 (diff)
downloaddocs-ece3541fa6755f54d16e1021f2ff8a8786e5e33b.tar.gz
docs-ece3541fa6755f54d16e1021f2ff8a8786e5e33b.tar.bz2
docs-ece3541fa6755f54d16e1021f2ff8a8786e5e33b.tar.xz
docs-ece3541fa6755f54d16e1021f2ff8a8786e5e33b.zip
Update blockmask
Diffstat (limited to 'server')
-rw-r--r--server/scripts/evol_script_commands.txt16
1 files changed, 8 insertions, 8 deletions
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
---------------------------------------