Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Muraiko on May 09, 2009, 04:56:50 PM
-
In RPG Maker 2k3, in the database, at the "conditions" tab, there is an option of making a status effect that doubles attributes, like str, def, int, and spd.
I wanted to make an effect that doubled the defense statistic, so I check marked "Double Def", but when I used it in the game, it doubled my intelligence instead. Strength and Speed seem to double the correct attribute though...
Anyone else have this problem? Maybe it's just the RPG Maker version I'm using, and if it is, then how is it going to work for other versions who have it right?
-
I think I have the same version as you. It likes to switch two of the stats for some reason. If I make an equipped item which raises Intelligence, it'll raise Defence, so I have to do everything backwards.
-
I dont think I've ever had that problem.
-
I think I have the same version as you. It likes to switch two of the stats for some reason. If I make an equipped item which raises Intelligence, it'll raise Defence, so I have to do everything backwards.
Yeah, well, it's not like the player is "supposed" to see the data base of the game. So I guess doing things backwards will work out just fine. But, what if other people who DON'T have this problem play it? What will it be when they try the status effect?
-
Yeah, well, it's not like the player is "supposed" to see the data base of the game. So I guess doing things backwards will work out just fine. But, what if other people who DON'T have this problem play it? What will it be when they try the status effect?
I think if someone else plays it using a diffrent version it'll corect it for them, but I'm not sure. I can test it for you if you like.
-
If you have a correct version, then it'll be helpful if you test it out for me, Fish! You already have the demo, right? Just make an event somehwere and inflict "Def UP" On anyone. Oh, and please make sure that you turn on the switch: "Battle" before inflicting it on, It is numbered: [999] or else it won't even show up. Thanks again!