INDIVIDUAL EQUIPMENT LIMITATION SCRIPT REQUEST..?

Posts

Pages: 1
Is there a script, or is it possible to request a script that consist of a limit on weight. For example, like in games such as Armored Core and/or Front Mission; there is a limit to how many equipment can be equipped on each character (or pieces such as the legs or body), and if this limit is exceed, it results in overweight.

I was wondering if it was possible to make tags and put it on an item which sets a capacity limit and if exceeded; it will not allow the player to proceed.

Below are some examples on what I am working on:


post a picture
LockeZ
I'd really like to get rid of LockeZ. His play style is way too unpredictable. He's always like this too. If he ran a country, he'd just kill and imprison people at random until crime stopped.
5958
I know there's a script for an inventory weight limit, but I haven't seen one for an equipment weight limit.

However, editing that inventory weight limit script to add an equipment weight limit to do what you want doesn't sound too hard. If you ask someone to edit this script to make equipment unequippable if it would exceed your weight limit, you'd have much better luck than asking someone to make a script from scratch, because 75% of the work is already done. They would just need to alias the can_equip? method to loop through everything the character is wearing, and check if the new item would put it over 100 (or whatever you want the limit per character to be).

Sadly, I don't have time.
author=LockeZ
I know there's a script for an inventory weight limit, but I haven't seen one for an equipment weight limit.

However, editing that inventory weight limit script to add an equipment weight limit to do what you want doesn't sound too hard. If you ask someone to edit this script to make equipment unequippable if it would exceed your weight limit, you'd have much better luck than asking someone to make a script from scratch, because 75% of the work is already done. They would just need to alias the can_equip? method to loop through everything the character is wearing, and check if the new item would put it over 100 (or whatever you want the limit per character to be).

Sadly, I don't have time.


Thank you Locke, for the reply. I fully agree with you on editing the script, but unfortunately I have zero scripting knowledge. Would you happen to know of any rpg maker sites would help me on editing that particular script?
Pages: 1