- Joined
- Aug 13, 2014
- Messages
- 10
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I just started a new project, and when enemies attack actors with skills they sometimes take too much damage and a lot of times faint (die). How can I fix this?
The actor is supposed to take at least 15 points of damage, but it goes up to a whopping 100!by changing and balancing those skills - the default skills are NOT balanced, they can't be balanced because no one can know before where you place which enemies. The entire balancing is something you have to do when creating your game.
If the actors take too much damage, then either the actor defense is too low, the enemy attack is too high or the skill damage formula needs to be changed.
It's what I said on the post above yours.What enemy? What skill? What is the damage formula?
Can't say any more than Andar already said - you have to customize it. If you HAVE customized it, show us what you've done.
No; your post above tells us what is supposed to happen. What we need to help you is the actors/enemy's stats (all stats) and the battle formula that is used in your skill to determine it's damage. Without those things no one could possibly help you with this.It's what I said on the post above yours.
The actor is supposed to take at least 15 points of damage, but it goes up to a whopping 100!
My actors at level 1 have 100 HP.
You'll have to point me to it. Where did you say what enemy it was, what skill it was, or what your damage formula was? I missed it.It's what I said on the post above yours.
Can you find me a formula generator?No; your post above tells us what is supposed to happen. What we need to help you is the actors/enemy's stats (all stats) and the battle formula that is used in your skill to determine it's damage. Without those things no one could possibly help you with this.
I'm using the defaults.You'll have to point me to it. Where did you say what enemy it was, what skill it was, or what your damage formula was? I missed it.
Despite what everyone has said, you haven't even told us if you're using the defaults or if you've made any changes.
The enemy is a hornet, the skill is sting, and the formula is 15 + a.atk * 0.6 - b.def * 0.3How 'bout you stop, take a breath, and answer our questions? We can only help you when you give us the details we need to see. If you're going to ignore us, there's not much point in us saying anything, is there?
This is the third time I have asked...
WHAT ENEMY?
WHAT SKILL?
WHAT IS THE DAMAGE FORMULA?
I accidentally added a recover health feature, but the skill does have a chance to poison the actor.Yeah, I thought so. With the first enemy, slime, and the default skill, attack, they would normally only do about 16 damage, with a variance of 20. That doesn't add up to 100.
Which makes me think you're pitting a higher-levelled enemy against a lower-levelled actor, and of course they're going to do more damage. In the RTP, the higher your enemy id, the tougher they are, and you should be gaining levels before encountering them.
I can't see a skill called Sting. What # is it?
Edit:
Hornets don't have a skill called Sting by default. I may be overlooking it, but I can't FIND a skill called Sting in the list. And the default values have actors at 562 HP on level 1.
So you are NOT using the defaults.
Please paste a screenshot of the skill window here. Since a lot of what you have said is quite misleading, I also doubt the damage formula - one or two changes can make a world of difference. You also didn't state whether there was a variance, which can affect it too.
In short, YOU have made the battle unbalanced.