Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Hellfire Dragon on July 16, 2009, 10:42:33 am

Title: Second MP?
Post by: Hellfire Dragon on July 16, 2009, 10:42:33 am
Could someone make a second MP for me?
I wanted this gauge to act exactly like normal MP but only have it's value subtracted by certain skills. Also a way to increase/decrease it and it's max would be nice :)
Also I want it to be compatible with Blizz ABS and show up under the MP gauge on he Blizz ABS HUD.

ty in advance :beer:
Title: Re: Second MP?
Post by: Aqua on July 16, 2009, 12:18:59 pm
Couldn't you technically use the Soul Rage system for this?
Title: Re: Second MP?
Post by: Hellfire Dragon on July 16, 2009, 01:21:42 pm
That only makes your equipment give you skills though :P
Title: Re: Second MP?
Post by: Aqua on July 16, 2009, 02:07:21 pm
Sorry...meant Soul Limit
Their names are too related to not get them confused D:
Title: Re: Second MP?
Post by: Hellfire Dragon on July 16, 2009, 02:42:28 pm
But that only works for 1 skill doesn't it? That's what I got from reading the instructions anyway
Title: Re: Second MP?
Post by: Hellfire Dragon on July 17, 2009, 05:11:06 pm
Bump, also anyone know how to check how many times a certain skill has been used by an actor?
Title: Re: Second MP?
Post by: Ryex on July 17, 2009, 05:23:44 pm
for a skill count you would first need to create a system that keeps track of the skill use
Title: Re: Second MP?
Post by: Hellfire Dragon on July 18, 2009, 06:43:08 am
Okay, so that would be another script :/ Thought there might some way of doing it with the default scripts, guess not :P

Anyway, anything about the second MP?
Title: Re: Second MP?
Post by: Blizzard on July 18, 2009, 07:19:14 am
Why don't you use, Easy Overdrive System instead?
Title: Re: Second MP?
Post by: Hellfire Dragon on July 18, 2009, 08:25:05 am
Because...


Though if I set OVERDRIVE_RATE  to 0 I guess that would remove it :uhm:
Okay guess I'll use that, but we're here, what about the check how many times an actor used a skill thing?
Title: Re: Second MP?
Post by: Blizzard on July 19, 2009, 07:13:55 am
I made EOS so you could use more skills instead of just one like in SLS. :P

The skill use counter is a bit more complicated. What do you need it for anyway?
Title: Re: Second MP?
Post by: Hellfire Dragon on July 19, 2009, 08:03:49 am
I was gonna use it in a common event that checks how many times a skill is used, then when the skill is used a certain amount of times that skill would be replaced with another and it would turn a switch that changes another event as well.