RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Need help (conditions)

Started by Bobstar, July 30, 2007, 04:44:25 PM

0 Members and 1 Guest are viewing this topic.

Bobstar

Hi,

I am using RPG Maker 2003 and working on a game which I plan to release in 1-2 years from now
and I could use some help.

(Database --> Conditions) I have a condition called "Power Up"

*Problem*

I can't control the amount of turns before conditions will abate.
I want it to abate after 2 turns, however I am not able to do so.

These are my settings:

Base Statistic Alteration "Double" "Attack"
Extent of Effect "Ends after Battle"
Action Restriction "No Restriction"
Hit Percentage "100%"

Condition Always abates after "2" Turns
"0%" Chance to recover each turn
Whenever afflicted target is damaged ther is a "0%" Chance of the condition abating.

Solution?

Is there a solution to this problem without storing the turns in a variable because:
1) if I use this solution then I will have to copy/paste it with each Monster Group
2) I believe the moment you choose the next command for example attack
but then simultaneously the condition abates. (assuming the variable has met it's designated target in this case 2 turns)

I thank you kindly for tips/solutions.


Bob

Qig

Hmm this worked for me
[spoiler][/spoiler]
I dont see what your problem is..
Working on world of sorrow again.

Bobstar

The problem is I set the condition to expire in 2 turns but after 2 turns the character is still afflicted by the condition.
The condition does not abate

Bobstar

I have

0% chance to abate when damaged
and 0% chance to abate each round and I'd like to keep it that way :P