Please help!
I need a DSA, that changes (eg: doubles damage) casualties given to a monster during the fight. I would call it "berserk rage" for example.
When BERSERK RAGE DSA is active, all hits caused by the party (not missed) during the fight are doubled. So when normally a character hits a monster causing, say, 11 damage to that monster, the engine ("party attack filter"?) multiplies the damage by 2 (doubles the damage) so the monster takes 22, when berserk rage is active.
When a monster should normally take 1 damage point, it gets 2 when the berserk rage DSA is active... etc.
So the damage is doubled.
It would be also funny (not for a player hehe) to use a similar DSA wchich DIVIDES a damage in the same way.. I would call it "state of exhaution" or something like this.. but it`s not a priority - if it`s not possible to do, I could live with that.
the berserk rage (DSA)
Moderator: Zyx
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

the berserk rage (DSA)
Spoiler
(\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/) (\__/)
Spoiler
(@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@) (@.@)
Spoiler
(>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<) (>s<)
- Paul Stevens
- CSBwin Guru
- Posts: 4322
- Joined: Sun Apr 08, 2001 6:00 pm
- Location: Madison, Wisconsin, USA
A simple matter. When you receive the
second call to the 'Party Attack Filter'
( a 'C0' message) you check for the
attack type and the state of your character
( berserk rage, etc) and adjust the monster
damage parameter.
Unfortunately, the documentation appears to
be a bit confused. At least it confused me.
I will try to update it to be more nearly clear
and accurate.
second call to the 'Party Attack Filter'
( a 'C0' message) you check for the
attack type and the state of your character
( berserk rage, etc) and adjust the monster
damage parameter.
Unfortunately, the documentation appears to
be a bit confused. At least it confused me.
I will try to update it to be more nearly clear
and accurate.
- Paul Stevens
- CSBwin Guru
- Posts: 4322
- Joined: Sun Apr 08, 2001 6:00 pm
- Location: Madison, Wisconsin, USA