GAME: Fireballs launchers are harmless at point blank range
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

- Sophia
- Concise and Honest
- Posts: 4307
- Joined: Thu Sep 12, 2002 9:50 pm
- Location: Nowhere in particular
- Contact:
GAME: Fireballs launchers are harmless at point blank range
When you are standing right next to a fireball launcher, and facing it, the fireballs do not hurt you. (If you are not facing it, they are still harmful)
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
I havn't checked, but this sounds plausible. The collision detection code only operates when an item moves into a tile position. It is quite possible that when a shooter fires, the fireball is just "added" to a tile position, not "moved" to it (and so the collision detection isn't checked).
I would imagine, that with 4 characters, the fireball would hit the back characters, but miss the front ones.
Doh.
I would imagine, that with 4 characters, the fireball would hit the back characters, but miss the front ones.
Doh.
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
This is now fixed for V0.35.
Amusingly, the problem was down to some code I put in to protect the party from casting fireballs (i.e. when the people at the back cast a fireball, it shouldn't hit anything on the first sub-tile ahead, where the people at the front are). That code was being executed when the fireballs were being launched from the shooters and so not exploding on the first sub-tile.
Amusingly, the problem was down to some code I put in to protect the party from casting fireballs (i.e. when the people at the back cast a fireball, it shouldn't hit anything on the first sub-tile ahead, where the people at the front are). That code was being executed when the fireballs were being launched from the shooters and so not exploding on the first sub-tile.