Main Menu
  • Welcome to The RPG Maker Resource Kit.

Modification of MA's HP/MP Equipment Bonus

Started by IXFURU, July 27, 2011, 07:27:05 PM

0 Members and 1 Guest are viewing this topic.

IXFURU

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

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. 


Kotone123

That's a question you should ask MA, and not just any old person out on the internet.

modern algebra

Do you only have one actor/actress? If not, how would you distinguish which variables belonged to which actor?

pacdiggity

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.
it's like a metaphor or something i don't know

IXFURU

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

It took some doin, but it finally was complete. 

This topic can be closed. . .