The RPG Maker Resource Kit

RMRK RPG Maker Creation => VX => VX Scripts Database => Topic started by: Charbel on April 21, 2009, 05:30:28 PM

Title: Actors Options in Status Window
Post by: Charbel on April 21, 2009, 05:30:28 PM
Actor's Options
Version: 2
Author: Charbel Ramy
Date: February 14, 2009

Description


Adds the Actor's Options in the Status Window.

Features

Screenshots

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg213.imageshack.us%2Fimg213%2F3369%2Fselectoptionsgn8.png&hash=eba1099febe16f308d82dee75accb296a64a8950)

(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg213.imageshack.us%2Fimg213%2F5442%2Factorsoptionsrt9.png&hash=5cce25363df31ddcc5b030735b53d10100bf56b6)

Instructions

 1.Past the script in the material section above main.

 2.In a "Script..." event command, call this:
 $game_actors[id].opt(tf)

 id = the actor id in the database
 opt = tss, fxe, atb, sgd, phm, cbn.
 tf = true or false (enable or disable)

 tss = Two Swords Style
 fxe = Fixed Equipment
 atb = Automatic Battle
 sgd = Super Guard
 phm = Pharmacology
 cbn = Critical Bonus

 e.g. to enable Two Swords Style for actor.id1: $game_actors[1].tss(true)

Script


Quote
See attached file

Credit



Support


Email: charbelramy@hotmail.com


Restrictions

Free for use in your work if credit is included.

Title: Re: Actors Options in Status Window
Post by: modern algebra on April 21, 2009, 06:52:20 PM
That's a very good addition to the status menu. Nice work.
Title: Re: Actors Options in Status Window
Post by: Charbel on April 21, 2009, 07:29:43 PM
thank you  :)
Title: Re: Actors Options in Status Window
Post by: Grafikal on April 21, 2009, 09:34:49 PM
Is there the option to have the descriptions of what each option does in the empty space in the menu there? That might be something to think about.
Title: Re: Actors Options in Status Window
Post by: MrMoo on April 21, 2009, 10:10:56 PM
Actually I think that empty space is where your equipment appear. I don't think there's any more room for any extra info. Most are self explanatory anyways.
Title: Re: Actors Options in Status Window
Post by: tSwitch on April 21, 2009, 11:08:52 PM
Actually I think that empty space is where your equipment appear. I don't think there's any more room for any extra info. Most are self explanatory anyways.

pharmacology
Title: Re: Actors Options in Status Window
Post by: Grafikal on April 22, 2009, 12:20:17 AM
Actually I think that empty space is where your equipment appear. I don't think there's any more room for any extra info. Most are self explanatory anyways.

some people are pretty stupid and you should always assume that a new gamer is playing the game, even more if it's an rpgm game. we may know what they mean, but not everyone and if someone is lost in a game they lose interest and game fail. small things like this help. :)
Title: Re: Actors Options in Status Window
Post by: modern algebra on April 22, 2009, 11:48:39 AM
Even still, the emty space is where equipment goes, so there is nowhere to put that information.

The only suggestion I would have for this script is to just not draw the ones the actor does not have, rather than drawing them disabled. And maybe put an outline of a box around them. Though that's just because I like boxes. It looks good as it is.

The other benefit to not drawing the ones the actor does not have is that you could then use that space to put the information on them, if that is something you want to do.
Title: Re: Actors Options in Status Window
Post by: Grafikal on April 22, 2009, 02:20:06 PM
would it be possible to create a box in the upper right corner wide enough to allow even space for the character's name and the box, and then have the description with in it? and have that text scroll horizontally at a customizable speed? im just trying to think best for the user. this is a very good script never the less.
Title: Re: Actors Options in Status Window
Post by: Charbel on April 22, 2009, 03:06:27 PM
thank you for the replies  :D
I'll try to put an outline of a box around the options and add the extra info  :)
I do not have much time but I will try to do it as soon as possible
But if someone wants to make these changes faster, I'll be very happy and thankful
I don't speak english very well  :D  ;)
Title: Re: Actors Options in Status Window
Post by: Grafikal on April 22, 2009, 03:45:16 PM
np. good script charbel :)
Title: Re: Actors Options in Status Window
Post by: Charbel on April 23, 2009, 10:33:15 PM
Thanks grafikal009
I am glad you like it :D
Title: Re: Actors Options in Status Window
Post by: MrMoo on April 24, 2009, 07:45:55 PM
Actually I think there's a section in the script where you can edit what each option is labeled as. So for pharmacology for example, it makes items 100% more effective (So twice as effective).
Maybe you could change it to "Item Effect 2x" or something. Also super guard reduces damage to 25% rather than 50%. I doubt anyone cares about the exact %, so it should be fine as just "super guard".

The script is great so far, but maybe you should let us change the font size so we can squeeze in a little more in there, as well as maybe add a title above it saying "Character Bonuses" or something.
Title: Re: Actors Options in Status Window
Post by: Charbel on May 06, 2009, 07:14:51 PM
great ideas
thank you
 :D
I'll make a new version of the script  :D
Title: Re: Actors Options in Status Window
Post by: sinkay101 on June 14, 2009, 03:38:26 PM
Very cool I may try it out.