Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
New forum theme up and running!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
« previous
next »
Print
Pages: [
1
]
Author
Topic: 2k3 DBS--possible to make an attack that does a fixed amount of HP damage? (Read 2157 times)
orewashinanai
Member
Initiate
Posts: 8
2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
«
on:
November 12, 2009, 07:47:10 PM »
Hi all,
This is my first time posting, so if this has already been addressed somewhere else (didn't notice it in the FAQs) please let me know. I would like to make an attack that does exactly some number of HP damage. Is there a way to do this in the DBS, or will I need to muck around with something more complicated?
I had a couple of ideas:
1) Is there some way to just make a skill that, when successful, takes away X amount of HP?
2) Would I have to do it by figuring out the attack algorithm, messing with stats until I get the amount of damage right, and changing the variance of the attack to 0?
3) Should I just give this up and go into making a CBS that will do this?
Thanks very much!
Logged
blue_emerald777
Initiate
Posts: 30
Re: 2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
«
Reply #1 on:
November 12, 2009, 09:47:04 PM »
All you have to do is set the base damage of a skill to the number you want, set teh attack influence, magic influence, and variance to 0, and then it should always do the same amount of damage.
Logged
orewashinanai
Member
Initiate
Posts: 8
Re: 2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
«
Reply #2 on:
November 12, 2009, 09:51:12 PM »
Wonderful. Thanks!
What influences the probability of a hit succeeding/getting blocked/missing?
Logged
Prpl_Mage
Administrator
Sage
Posts: 7,644
The Administrator Mage
Re: 2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
«
Reply #3 on:
November 13, 2009, 01:01:21 AM »
You also need to check "ignore defence" thingy in the skill tabb. That way the skill will always as in; ALWAYS inflict the exact amount of damage.
Might need to make sure that it have no attributes as well. Not sure about that.
But as blue said. Set all influences to 0 so that the hero's stats won't increase the damage of the skill.
And I'm pretty sure that there's something next to the place where you type the damage that says "Succession rate" or something. This percentage decides the success chance of the skill.
Logged
Cool RPGM Project!
Sprite till you die
Oh my god, this was ...10 years ago...
orewashinanai
Member
Initiate
Posts: 8
Re: 2k3 DBS--possible to make an attack that does a fixed amount of HP damage?
«
Reply #4 on:
November 13, 2009, 07:14:56 PM »
Great--many thanks!
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
2k3 DBS--possible to make an attack that does a fixed amount of HP damage?