The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Lecode on December 29, 2010, 05:18:56 PM

Title: [Request]Equipment's Resistance
Post by: Lecode on December 29, 2010, 05:18:56 PM
Equipment's Resistance
29 December 2010



Summary
Hello^^
I need a script that alows equipment to have a resistence.
Each time the weapon is used, it loses resistance point and % of its stat.
And when the resistence get 0,the equipement lose stat.
Armor and other loses resistence point after battle.
And the player can repair the broken equipment.
Please see Features.
I use SBS Tenkatai last version.
For exemple:
Basic Sword have 100 R(RĂ©sistence point).
When Basic sword are used to attack,it lose 10 R.
Each time Basic sword lose 10 R,the stats decrease by 10%
When the Basic sword's R get 0,this weapon's stat is NIL.

Features Desired



Did you search?
Yes

Where did you search?

What did you search for?


Thank you =)
Title: Re: Equipment's Resistance
Post by: modern algebra on December 29, 2010, 05:28:17 PM
Durability is actually a lot heavier a script than you might think. By default, weapons and armors are not saved on an instance basis, and so to do this script, the scripter needs to rewrite a major way of how items are handled in RMVX. The ones that have been made to date are plagued with compatibility issues. That's not to say that it is impossible to write one that isn't, but it is a slightly more difficult task.

Anyway, I can't find the one that I know exists currently, but it is out there (not on this site though). You might want to take a look. If I recall, it has a bunch of features, not just durability.
Title: Re: [Request]Equipment's Resistance
Post by: Lecode on December 29, 2010, 05:32:27 PM
I did not think it would be so hard to do.
I will do research