The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Mushu on April 29, 2012, 07:39:38 PM

Title: [VXA][Resolved]Always Damage
Post by: Mushu on April 29, 2012, 07:39:38 PM
Always Damage
04/29/12



Summary
Instead of the target taking 0 damage(and saying 'took no damage') when the attackers offense is lower than the enemies defense, it would do 1 damage.
Features Desired

Games its been in



Did you search?
Yes

Where did you search?

What did you search for?

If there is already a script for this can someone redirect me?
Title: Re: [VXA][Request]Always Damage
Post by: Kaidan on April 30, 2012, 03:20:32 AM
Hi there. This thread has a couple of solutions for you: http://forums.rpgmakerweb.com/index.php?/topic/953-set-minimum-damage-to-1/
Title: Re: [VXA][Request]Always Damage
Post by: Zylos on April 30, 2012, 03:35:54 AM
I was going to say that it sounded like a very easy thing to so, but most of the ideas I had for it were already mentioned in the link Kaidan gave to you. Definitely give it a glance and see what you can do here, it's a simple enough fix that you don't need a whole script for.
Title: Re: [VXA][Request]Always Damage
Post by: Mushu on April 30, 2012, 03:46:18 AM
I'll try the (damage = [damage, 1].max) thing listed in the link page, thanks guys!

Edit: It works great. 8)