Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Vidian on January 02, 2008, 06:29:49 PM
-
Hey, Heres the Problem
I'm redoing all the skills as Events in Battle But I've
Run into a little problem.
I started off With a Basic Skill, Just Damage, No Attributes,
Only Influence by Mind,
Here tis'
Switch On: Water Magic
= = = = = = = = = =
[Set Variable: HERO's INT] = to HERO's Mind
Wait .1
[Set Variable: WATER's Damage] = to [Variable: HERO's INT]
Wait .1
[Set Variable: WATER's DAMAGE] to Divide by 2
Wait .1
[Set Variable: WATER's DAMAGE] + 16-22
BATTLE ANIMATION,
DAMAGE DEALT
TURN SWITCH:WATER MAGIC OFF
SET VARIABLE HERO's INT to 0
SET VARIABLE WATER's DAMAGE to 0
And the problem I'm having is that, It works fine the first time.
Damage dealt is 27,
But the second time its used, It only does 7.
Then the Third time It doesn't do anything...
One part of the Skill is randomized so, the second try is.
First time 29,
Second 5
Third 0
Even with The Variables not turning back to 0, It should be the same..
So why does the Damage Value Degrade???
-
I just tried it and my system seems to work fine. o_0?
Are you somehow influencing your enemy's statistics? Maybe some kind of skill the enemy has is causing this.
You might just have a version of RPG Maker that needs to be updated. If nothing works I'd reinstall it. If not, try redownloading it. Did you get it from an Asian website or from an European/American website? Usually the Asian one has the problems.
-
Yeah, It was a while ago,, But I think I got it from that Big Korean RM Maker site.
It's Unfortunate that it worked for you, Well not for you I guess. :D
I was hoping it was a Universal problem.
Thanks for your help Aboutsoandthis!!
I'll start looking for a new Version.
1.09 they're up to, am I correct?
-
What's with the wait commands of .1?
-
Originally Posted by Vividian
Yeah, It was a while ago,, But I think I got it from that Big Korean RM Maker site.
Yep, for some reason the Asian hosted translations have the most glitches.
Also RotD posted! I agree with him though. You shouldn't put wait commands in any DBS system. When I did it, I took those out.
-
Oh, for some reason I though It would try to Change the Variable Twice at the same time...
I took them out and It stayed the same.