Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Hirochi-Zangus on June 13, 2011, 09:17:32 PM

Title: Don't know where this would go but I need help. (2k3 battle script)
Post by: Hirochi-Zangus on June 13, 2011, 09:17:32 PM
Is there any way to make a spell that both enhances and decreases 2 different stats at the same time on RPG2k3? Something like a spell that you use on your opponent that decreases their water defence while increasing their fire defence? I'm sure there's probably some events involved but any help would be appreciated.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Prpl_Mage on June 13, 2011, 09:33:02 PM
This is how I remember it:
Resistance can only be affected by stuff in attacks or when creating monsters / characters. There are no events that are able to change someone's resistances.

So I'm afraid not.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Hirochi-Zangus on June 13, 2011, 09:38:39 PM
huh.... I suppose. Also, another quicky: Is there a way to make items recover a percentage of HP/MP like in Star Ocean. Blueberry recovers 30% HP.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: A Forgotten Legend on June 13, 2011, 11:51:46 PM
Yep, in the database you can see where it says Restore __ % of Max + __ HP which means it recovers a percent and then a constant number.  You can set it to do both or either one.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Prpl_Mage on June 14, 2011, 06:30:19 AM
Yepp, the left one is percentage while the right one is a set number of hp.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Hirochi-Zangus on June 15, 2011, 07:25:48 AM
Oh, duh, hah hah. I meant skill, like a Spell that can heal 30% of their HP?
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: A Forgotten Legend on June 15, 2011, 02:31:22 PM
Well, I guess there might be a very long drawn out way to do that using a common event or something, but I don't have the time to figure it out.  Purp might be able to come up with something though.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Prpl_Mage on June 15, 2011, 07:16:31 PM
Funny thing you brought it up.
Skills don't ; for some reason - have the option to add percentage. You can't damage someone 50% of their hp and you can't heal someone 30% of their hp.

The solution for this is creating a status condition. Let's call it "healing", or simply "none" so noone notices.
In this status condition - go to the bottom where it says "Hp", we're basically making a status that heals 30% of your max health over 1 turn. It will heal once then disappear.
ps. make sure to check the box that says "recovery"

edit: Of course you make your healing spell inflict this status condition on the target.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: Hirochi-Zangus on June 16, 2011, 06:43:21 PM
okay. Thanks Purp
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: SaiKar on June 16, 2011, 08:54:20 PM
Dude. Prpl. You're a genius. I would have NEVER thought of that one-turn healing trick. Holey crap. That opens up so much possibilities for me.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: drenrin2120 on July 01, 2011, 04:45:19 AM
Damn purp. I love you. You just solved a huge problem for me, as well.
Title: Re: Don't know where this would go but I need help. (2k3 battle script)
Post by: ComEd on August 22, 2011, 09:44:39 AM
This is how I remember it:
Resistance can only be affected by stuff in attacks or when creating monsters / characters. There are no events that are able to change someone's resistances.

So I'm afraid not.


Yep. ... stating it correctly...