Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

Click here to join us on IRC (#charas on irc.freenode.net)!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Don't know where this would go but I need help. (2k3 battle script)
« previous next »
  • Print
Pages: [1]

Author Topic: Don't know where this would go but I need help. (2k3 battle script)  (Read 5999 times)

Offline Hirochi-Zangus

  • Super Mystery Solver
  • Zealot
  • *
  • Posts: 520
Don't know where this would go but I need help. (2k3 battle script)
« 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.
Logged

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #1 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.
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Hirochi-Zangus

  • Super Mystery Solver
  • Zealot
  • *
  • Posts: 520
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #2 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.
Logged

Offline A Forgotten Legend

  • Your neighborhood box of colors
  • Royal
  • *
  • Posts: 4,428
    • Website
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #3 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.
Logged

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #4 on: June 14, 2011, 06:30:19 AM »
Yepp, the left one is percentage while the right one is a set number of hp.
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Hirochi-Zangus

  • Super Mystery Solver
  • Zealot
  • *
  • Posts: 520
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #5 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?
Logged

Offline A Forgotten Legend

  • Your neighborhood box of colors
  • Royal
  • *
  • Posts: 4,428
    • Website
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #6 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.
Logged

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #7 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.
« Last Edit: June 15, 2011, 07:18:15 PM by Prpl_Mage »
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline Hirochi-Zangus

  • Super Mystery Solver
  • Zealot
  • *
  • Posts: 520
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #8 on: June 16, 2011, 06:43:21 PM »
okay. Thanks Purp
Logged

Offline SaiKar

  • KOFFING!
  • Staff
  • Royal
  • *
  • Posts: 4,082
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #9 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.
Logged

Offline drenrin2120

  • Global Moderator
  • Sage
  • *
  • Posts: 6,101
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #10 on: July 01, 2011, 04:45:19 AM »
Damn purp. I love you. You just solved a huge problem for me, as well.
Logged

Offline ComEd

  • Initiate
  • *
  • Posts: 1
    • Comed
Re: Don't know where this would go but I need help. (2k3 battle script)
« Reply #11 on: August 22, 2011, 09:44:39 AM »
Quote from: 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.


Yep. ... stating it correctly...
Logged
ComEd

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • Don't know where this would go but I need help. (2k3 battle script)
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum