10-06-2019, 02:34 PM
just FYI to easy understand for anyone else reading this thread
second number in each line of bbot.items are flags
[spoiler][/spoiler]
in what was posted above
1282,112,0,0,0,
112 would be Immoveable 16 blocking object, like wall 32 and tall enough to not allow shooting arrows or runes 64 (16+32+64=112)
second number in each line of bbot.items are flags
[spoiler]
Code:
# Flags:
# 1. Pickupable
# 2. Stackable
# 4. Countable
# 8. Container
# 16. Immoveable
# 32. BlockWalk
# 64. BlockMissiles
# 128. Ground
in what was posted above
1282,112,0,0,0,
112 would be Immoveable 16 blocking object, like wall 32 and tall enough to not allow shooting arrows or runes 64 (16+32+64=112)