Collision sphere and movement tiles

There is no relation between the size of the collision sphere and the size of the movement tiles:

- A collision sphere of 100 can hit an event on movement tiles of 16*12
- A collision sphere of 10 can not hit an event on movement tiles of 12 * 9

Movement tiles can not go below 10 as a rule of thumb?

------------------

Quote

Originally posted by jeroen goulooze:
There is no relation between the size of the collision sphere and the size of the movement tiles:

I believe your collision sphere should be larger than the tile size or it won't collide with anything.

------------------
My Doctor said I was having too much wine, women, and song - so I gave up singing because 2 out of 3 is not so bad.
The (url="http://"http://www.evula.org/rduck/")Kingdom of Garendall(/url) sectional map is easily printed from gif format pages.
Find those areas you missed the first time around. You'll want to explore those hidden areas now made accessible with Spells Expander.

You are partly correct:

- A collision sphere of 10 does NOT hit a movement tile of 1612
- A collision sphere of 40 does NOT hit a movement tile of 12 * 9
- A collision sphere of 40 DOES hit a movement tile of 16
12, but I already said that 🙂

------------------