Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Name_NA on March 01, 2015, 10:52:26 am

Title: [XP] Gambler class help
Post by: Name_NA on March 01, 2015, 10:52:26 am
Hello!
Sorry to bother, but I've been trying to learn rgss for awhile and I can't do a lot with it :shy:

I'd like to have an actor specific basic attack changed to a random choice between 3 different attacks, each attacks having different damage ranges

Sorry if this too vague, I'll try to help out when I can if you come up with anything

Thank you!

Title: Re: [XP] Gambler class help
Post by: Xim on March 01, 2015, 07:49:18 pm
I'm not sure if this is what you're asking, I think the different damage range can simply be done by setting the damage variance to a higher amount in the skill section in the data base.

As for performing a random skill, you might be able to do that by having the skill call a common event and have the target chosen at random by using Blizzard's "Roulette" skill found in "Tons Of Add-Ons".
Title: Re: [XP] Gambler class help
Post by: KK20 on March 02, 2015, 02:25:46 am
Don't think Roulette is what he's looking for.

Anyways, what you're looking for is an extended version of Ryex's script (http://forum.chaos-project.com/index.php/topic,3509.0.html). Shouldn't be too hard to do.
Title: Re: [XP] Gambler class help
Post by: Name_NA on March 02, 2015, 12:48:49 pm
Thank both of you so very much! I'm sorry if I couldn't get to you guys sooner, I'll try these out ASAP