Weapons issues

Chris H.'s Ultima / ACS-style game development system!

Moderators: Ice Cream Jonsey, joltcountry

rld
Posts: 223
Joined: Sun Jan 25, 2009 2:17 am
Location: Dallas, TX

Weapons issues

Post by rld »

In addition to the issue of enemy creatures firing distance weapons beyond their specified range, I have noticed two other things in the current ACK version. I don't know if these are intentional features or not.

1) When firing 'blast radius' weapons, creatures are still capable of damaging other creatures (friendly fire)

2) The player can damage himself with his own blast radius weapon if he is within the area of effect. The combat message when this occurs reads "[garbage characters] HITS YOU FOR [x] DAMAGE".

User avatar
Garth's Equipment Shop
Posts: 638
Joined: Fri Dec 05, 2008 5:55 pm
Location: Festering Foothills
Contact:

Post by Garth's Equipment Shop »

Yeah that combat message is messed up but area of effect weapons such as fireball spells or grenades really should cause damage to anyone including NPCs and PCs who are within range unless you are wearing some sort of protection like something fireproof in this case.
Which of you is interested in my fine wares?

Chris H
Posts: 272
Joined: Sun Dec 02, 2007 4:07 pm
Location: California, USA

Post by Chris H »

Some of these may be new issues, from when I rewrote some of the ranged-weapon routines to get some of the more serious bugs out. I'm not happy with NPCs and AoE weapons yet and they probably have quite a few bugs like that still. I think in U4Part2 I just ended up giving NPCs only point-attack weapons, in order to avoid the problem.

The engine is a little weird with AoE weapons, it handles them like multiple attacks from the shooter to each affected square. (Again, something I'm not happy with)

Post Reply