The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: IXFURU on July 27, 2011, 07:27:05 PM

Title: Modification of MA's HP/MP Equipment Bonus
Post by: IXFURU on July 27, 2011, 07:27:05 PM
I was just wondering if someone could modify this script here to make a bonus to variables, instead of the MP/HP parameters for me.  I'm trying to have extra parameters in my project, which will be based on variables.   Therefor, I require a way to change the parameters when equipment is equipped.  For example.  If I had a Charisma stat parameter, and I made a Shield of Charisma, I would need to be able to increase the value of the charisma variable when the shield is equipped.  I thought about eventing it, but it seems like an awful lot of work and would require some serioius parallel common event tracking, not to mention, I'd have to use more variables to store before and after equip just in case the actor's  charisma variable increases or decreases while he's got it on. 

It would seem to me that you could alias a couple methods dealing with equip, use a note tag to find equipment which has such effects, <varequip = x, y> with x being the variable and y being the amount to increase or decrease the variable while equipped, You wouldn't have to redo the scenes for equipment, to implement the script, as I can just tell the player through the info box "adds +3 to charisma".

http://rmrk.net/index.php/topic,28162.0.html (http://rmrk.net/index.php/topic,28162.0.html)

Though it would be better to make custom variable stats accessible in equip and shop scenes, I can implement it without it.

Anyway, that's what is needed. 

Title: Re: Modification of MA's HP/MP Equipment Bonus
Post by: Kotone123 on August 04, 2011, 12:21:30 AM
That's a question you should ask MA, and not just any old person out on the internet.
Title: Re: Modification of MA's HP/MP Equipment Bonus
Post by: modern algebra on August 04, 2011, 12:30:55 AM
Do you only have one actor/actress? If not, how would you distinguish which variables belonged to which actor?
Title: Re: Modification of MA's HP/MP Equipment Bonus
Post by: pacdiggity on August 04, 2011, 06:06:24 AM
Quote from: Kotone123 on August 04, 2011, 12:21:30 AM
That's a question you should ask MA, and not just any old person out on the internet.
MA reads just about everything in these boards. Other people know how to script as well, you know.
Title: Re: Modification of MA's HP/MP Equipment Bonus
Post by: IXFURU on August 24, 2011, 03:58:03 PM
Should have responded sooner.  But I haven't been on this particular site lately.   I did solve this problem on another site, however.  And here's the link should anyone want to use the script.


http://www.rpgmakervx.net/index.php?showtopic=48130 (http://www.rpgmakervx.net/index.php?showtopic=48130)

It took some doin, but it finally was complete. 

This topic can be closed. . .