- Joined
- Aug 11, 2020
- Messages
- 50
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMZ
Hi,
I'm having trouble figuring out why a few attacks of mine aren't causing damage:
First one: a.hp + atk - b.def * 2
Second one: a.mat * 5.5 - tp - b.mdf
I'm pretty decent at math, so it's definitely not an issue with that. My suspicion is that my issue has something to do with including two stat values the actor (i.e., an attack that is influenced by both the caster's current HP and his attack power).
Is there something structurally wrong with these formulas? Would using parentheses help?
Thanks!
I'm having trouble figuring out why a few attacks of mine aren't causing damage:
First one: a.hp + atk - b.def * 2
Second one: a.mat * 5.5 - tp - b.mdf
I'm pretty decent at math, so it's definitely not an issue with that. My suspicion is that my issue has something to do with including two stat values the actor (i.e., an attack that is influenced by both the caster's current HP and his attack power).
Is there something structurally wrong with these formulas? Would using parentheses help?
Thanks!

