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
»
How do I make...
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I make... (Read 1484 times)
KDykstra1412
Tifa!
Initiate
Posts: 2
How do I make...
«
on:
August 02, 2007, 10:44:22 AM »
Basically, I'm wondering if it is possible to make a condition where if you have it, damage from a certain attribute (we'll use Fire as an example) is increased.
Example: You are facing a monster who has a skill called Oil. If hit by Oil, you get a condition by the same name, which increases damage if you are then hit with a fire attack.
Thank you!
Logged
Dragoon de Sol
Common sense isn't very common
Agent
Posts: 800
(No subject)
«
Reply #1 on:
August 02, 2007, 10:25:22 PM »
Well, I think that you can change character damage parameters on the first page, but I'm not at home so I can't say for sure right now.
Logged
crunkman2000
Lex Luthor stole forty cakes. That's as many as four tens. And that's terrible.
Initiate
Posts: 73
(No subject)
«
Reply #2 on:
August 03, 2007, 08:14:55 PM »
I don't think you can make conditions change your resistance. The only way that you can accomplish this would be with classes and common events:
<>IF [character] has Oil condition:
. <>Change [character] class: [class name] - Oiled
<>Else:
. <> Change [character] class: Normal
and make the Oiled class have less Fire resistance.
Logged
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
How do I make...