The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Stunner on March 21, 2010, 12:08:15 PM

Title: {Resolved} I need some help, please...
Post by: Stunner on March 21, 2010, 12:08:15 PM
Maybe this is a stupid question, but I need  make following skills to my game:
1. Protect
2. barrier
3. Stone/break
4. Focus
5. Sap

Is it possible to make some of this skills? ???

(I am new here...)
Title: Re: I need some help, please...
Post by: modern algebra on March 21, 2010, 01:04:06 PM
What do those skills do?
Title: Re: I need some help, please...
Post by: Stunner on March 21, 2010, 03:04:20 PM
Well....

Protect: Raises the actors defence.
Barrier: Raises the actors magic defence.
Stone/break: Stones the enemy(instant death).
Focus: Raises actors attack.
Sap: Drain the enemies Mp.

(Everyone of this skills can only be used in battles!)
 ;8
Title: Re: I need some help, please...
Post by: modern algebra on March 21, 2010, 03:21:06 PM
Well, most of those can be done by having the skill inflict a new state.

So, for instance, the default state ATK UP raises attack. So Focus needs only inflict that state. The same can be done for Protect, just DEF UP. Stone can inflict the state Incapacitated on an enemy, and that would be instant death. Further, you can set all of the skills that inflict these states to be usable only in battle - that's not a problem.

I don't know about the other two - might need a script if you didn't also want to raise the actor's magic attack as well.
Title: Re: I need some help, please...
Post by: Stunner on March 21, 2010, 03:29:26 PM
Okay ;)

Thanks for the help :)