GAME: Fireballs launchers are harmless at point blank range

Messages are moved here (should anyone ever want to see them again) once they are no longer applicable to the current version (e.g. suggestions that have been implemented or bugs that have been fixed).

Moderator: George Gilbert

Forum rules
Please read the Forum rules and policies before posting. You may Image to help finance the hosting costs of this forum.
Post Reply
User avatar
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

Post by Sophia »

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)
User avatar
linflas
My other avatar is gay
Posts: 2445
Joined: Tue Nov 04, 2003 9:58 pm
Location: Lille, France
Contact:

Post by linflas »

does it happen with 4 characters ?
User avatar
Sophia
Concise and Honest
Posts: 4307
Joined: Thu Sep 12, 2002 9:50 pm
Location: Nowhere in particular
Contact:

Post by Sophia »

I didn't test with four, but I did have two, and they were side-by-side, so they should've both gotten hit by an oncoming double fireball launcher.
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

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.
User avatar
beowuuf
Archmastiff
Posts: 20686
Joined: Sat Sep 16, 2000 2:00 pm
Location: Basingstoke, UK

Post by beowuuf »

DM had a similar 'feature' with things teleported I think
User avatar
George Gilbert
Dungeon Master
Posts: 3022
Joined: Mon Sep 25, 2000 11:04 am
Location: London, England
Contact:

Post by George Gilbert »

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.
Post Reply