Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

2 Pages V   1 2 >  
Closed TopicStart new topic
> [YERD] Custom Battle Actions, X-Attack, Mix Items, Dark Wave, etc.
Yanfly
post May 28 2009, 04:44 PM
Post #1


Level 19
Group Icon

Group: Revolutionary
Posts: 384
Type: None
RM Skill: Undisclosed




Custom Battle Actions
Last Update: 2009.05.28
By: Yanfly Engine ReDux

Introduction
For those who would like to have more than just Attack, Skill, Guard, and Item for their actions in their list, this script allows just that. You can rearrange the ordering of the actions, bind new custom actions to skills, and even incorporate subskill actions into the individual command lists.

Screenshots


Script
Click here to view the main script.

Instructions
Here's some screenshots to explain how to use the script. It's not a long script, but it can get a bit confusing.

---------



Each character class will have different commands associated with it. Under CLASS_COMMANDS is a hash of class ID's and their respective commands. Input the class ID and list the commands you desire in the array next to it. If a class ID is not present in that hash, the command list will take class 0's command list. That said, do NOT remove class 0 from the hash.

The reserved commands you can give classes are:

* "-Attack" for regular attacking.
* "-Skill" for skill selection.
* "-Subclass" for subclass unique skills.
* "-Guard" for guarding.
* "-Item" for using items.
* "-Wait" for doing nothing.

If you want to input your own custom commands, look below.

---------



If you have inputted a custom command that does not appear on that reserved commands list, it will then redirect the action's functionality towards the CUSTOM_COMMANDS hash. Here, you can bind a custom command to a skill (and yes, it has to be a skill). This custom command will run off the same rules the skill does. It will cost MP (or HP if you have Custom Skill Effects), target the same enemy or ally groups, or target the user depending on what the skill you referred it to is like.

Make sure you type in your command name correctly.

---------



For those using the Subclass Selection System, using "-Subclass" will reveal a subclass unique command. Match the subclass ID with the command name you would like to appear. Note that this command name will refer back to the CUSTOM_COMMANDS hash. If a subclass does not exist or if it isn't listed, it will take on subclass 0. Note that if the command referred is "", it will skip adding that command to the actions list. Easy as pie, right?

---------

And that's it~

———
IF YOU ARE HAVING PROBLEMS WITH THESE SCRIPTS, REVIEW THE TROUBLESHOOTING PAGE FIRST!

Compatibility
- Anything that involves custom actions will most likely not be compatible.
Please report any compatibility issues and I'll try my best to fix them.

Terms and Conditions
Just give credit where due.

Credits and Thanks
- Alarm clock waking me at 4:00am this morning.

Originally Found Here: Here


__________________________
Go to the top of the page
 
+Quote Post
   
Garlyle
post May 28 2009, 04:52 PM
Post #2


RRR's little gay boy
Group Icon

Group: Revolutionary
Posts: 3,375
Type: Developer
RM Skill: Advanced




I am love you so hard.

Can't decide if I want to use this or not, BUT, I definitely can't see a reason not to. Mostly to replace Guard with something actually useful XD


__________________________
RRR 2006 Awards: Best Topic Starter, Ultimate Debater, Most Likely To Bail You Out of Jail, and Most Likely To Become Ruler of the World.
RRR 2007 Awards: Master Debater, Elite Gamer, and Uber-Nerd
RRR 2008 Awards:
Former staff member - VG Hub & General maker discussion
Go to the top of the page
 
+Quote Post
   
iBash
post May 28 2009, 05:18 PM
Post #3


Level 3
Group Icon

Group: Member
Posts: 35
Type: Event Designer
RM Skill: Beginner




Another great addon to VX, I actually wanted to have a wait option but didnt know how to do it.


__________________________

Click for my current project.
Go to the top of the page
 
+Quote Post
   
TalesOf_Fantasy
post May 28 2009, 09:51 PM
Post #4


Level 3
Group Icon

Group: Member
Posts: 42
Type: Artist
RM Skill: Skilled




will it work with the sideview?
I like to see that happen
It will be awsome laugh.gif


__________________________



MZ Multimedia Studios current projcts:

Divine Fantasy
Entusia 'The Unlimited Sky'
Go to the top of the page
 
+Quote Post
   
Yanfly
post May 28 2009, 10:44 PM
Post #5


Level 19
Group Icon

Group: Revolutionary
Posts: 384
Type: None
RM Skill: Undisclosed




QUOTE (TalesOf_Fantasy @ May 28 2009, 09:51 PM) *
will it work with the sideview?
I like to see that happen
It will be awsome laugh.gif

You'll have to try it. I doubt there would be problems though.


__________________________
Go to the top of the page
 
+Quote Post
   
TalesOf_Fantasy
post May 28 2009, 11:27 PM
Post #6


Level 3
Group Icon

Group: Member
Posts: 42
Type: Artist
RM Skill: Skilled




QUOTE (Yanfly @ May 28 2009, 10:44 PM) *
QUOTE (TalesOf_Fantasy @ May 28 2009, 09:51 PM) *
will it work with the sideview?
I like to see that happen
It will be awsome laugh.gif

You'll have to try it. I doubt there would be problems though.


If there a problem I think you can fix it
as far as i can see...
you have done a lot of great script and some even you can call outstanding laugh.gif
and this is one of them

This post has been edited by TalesOf_Fantasy: May 28 2009, 11:28 PM


__________________________



MZ Multimedia Studios current projcts:

Divine Fantasy
Entusia 'The Unlimited Sky'
Go to the top of the page
 
+Quote Post
   
webbo227
post May 29 2009, 12:34 AM
Post #7


Level 7
Group Icon

Group: Revolutionary
Posts: 100
Type: Event Designer
RM Skill: Intermediate




You are like some sort of all powerful god. You see what people dream about and make it. *bows down*


__________________________
"Oh c'mon Church. They say you're not completely dead as long as someone still remembers you."
"Yeah, but look who's left to remember me. It sure feels like being dead. Like all the way dead. Like being encased in cement and fired at the sun dead."


Red vs Blue - Recreation

[Show/Hide] Most Epic Forum Quote Ever Conceived
Homunculus - "It would be awesome to kill everyone by throwing the moon at earth. NO ONE WOULD EXPECT IT. AND EVEN IF THEY DID. WHAT CAN THEY DO? IT'S THE FUCKING MOON. " [Link]
Adriantepes313 - Agreed. But damn, the moon? Brilliant. But I have a better idea. if we have superpowers, why not throw the fucking sun? [Link]

Bow down to your new lords and masters.


-- Webbo
Go to the top of the page
 
+Quote Post
   
Kurama22
post Jun 6 2009, 07:00 AM
Post #8



Group Icon

Group: Member
Posts: 1
Type: Developer
RM Skill: Intermediate




I have a problem with tankentai 3.3a
CODE
Script "Custom Battle Actions" line 172: NoMethodError occurred.
undefined method 'custom_action_flag=' for nil:NilClass

im tried to fix it, but not succesfully
can someone help me ?


__________________________

Completed: 5%
Go to the top of the page
 
+Quote Post
   
Yanfly
post Jun 6 2009, 10:14 AM
Post #9


Level 19
Group Icon

Group: Revolutionary
Posts: 384
Type: None
RM Skill: Undisclosed




QUOTE (Kurama22 @ Jun 6 2009, 07:00 AM) *
I have a problem with tankentai 3.3a
CODE
Script "Custom Battle Actions" line 172: NoMethodError occurred.
undefined method 'custom_action_flag=' for nil:NilClass

im tried to fix it, but not succesfully
can someone help me ?

That's because Tankentai is generally incompatible with the script. I'm not sure if this will fix it completely, but place the Custom Battle Actions script below Tankentai on the script list.


__________________________
Go to the top of the page
 
+Quote Post
   
michaelaaronhold...
post Aug 19 2009, 01:53 PM
Post #10


Level 1
Group Icon

Group: Member
Posts: 9
Type: Writer
RM Skill: Intermediate




1: AMAZING!
2: I join with my peers in the basking in awe of the godly scripting powers you posess
3: Is there any way to add to the subclass menu, so that it contains a listing of skills from each class you have learned skills? ex..,

actor has learned "Fire" from magician, and "Cure" from priest,

(select battle command) (Class skill set selection) (Skill select)
______ ____________ _____
|Attack | /----> | Black Magic | ---------------> | Fire |
|Skill |-----------------/ | White Magic | =====
|Item | ============
|Wait |
======
it would have to be dynamic, so that when a new class has learned a skill.

btw, i am using the blackmorning job changer script set.


__________________________
Hooray for complication!!!!!!
Go to the top of the page
 
+Quote Post
   
Open.14
post Nov 26 2009, 05:31 PM
Post #11



Group Icon

Group: Member
Posts: 4
Type: None
RM Skill: Intermediate




How do i make it so i can see my people like it does in the screenshots? I hate how you don't get to view ANY of your own actors and only the enemy. It looks fake when the enemy attacks you, ahahaha.


__________________________
-Equation-
If X is Y and Y is PI, why do people sigh?
If D is P and P is £, why do people need me?
If off is Clear and on is Set, why do people fret?
All is clear when you change it all, there is no real threat.
XY • DP
It is all on.
Study the equation, and you’ll see.
If you make it all off it comes clear to you and me.
Go to the top of the page
 
+Quote Post
   
power200
post Nov 26 2009, 08:52 PM
Post #12


Level 10
Group Icon

Group: Revolutionary
Posts: 155
Type: Writer
RM Skill: Intermediate




I would believe this is a necropost, please look at the months that have gone by since the last post. BTW, yanfly has left us. Here's the Script by the way...also..that post you made wasn't even relevant to the topic at hand. xD.


__________________________
Ex-lurker. Mwuahaha
Back from being suspended for being too young. I HOLD NO GRUDGES.
WTF is FTW Backwards!!!

Isn't RPG'in fun? :3
[Show/Hide] Cool Things
Cna yuo raed tihs? Olny 55% of plepoe can.
I cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it whotuit a pboerlm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Azanmig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt!
fi yuo cna raed tihs, palce it in yuor siantugre.


[place for to-be-siggy picture]
Go to the top of the page
 
+Quote Post
   
Shanghai
post Nov 27 2009, 05:47 AM
Post #13


Level 31
Group Icon

Group: Revolutionary
Posts: 747
Type: Developer
RM Skill: Skilled




No, it's this script.


__________________________
Go to the top of the page
 
+Quote Post
   
Open.14
post Nov 27 2009, 12:34 PM
Post #14



Group Icon

Group: Member
Posts: 4
Type: None
RM Skill: Intermediate




...Uhhh....... Well which is it? lol.
I'll just try em both, they both look nifty. Thanks power200 & Shanghai


__________________________
-Equation-
If X is Y and Y is PI, why do people sigh?
If D is P and P is £, why do people need me?
If off is Clear and on is Set, why do people fret?
All is clear when you change it all, there is no real threat.
XY • DP
It is all on.
Study the equation, and you’ll see.
If you make it all off it comes clear to you and me.
Go to the top of the page
 
+Quote Post
   
power200
post Nov 27 2009, 04:57 PM
Post #15


Level 10
Group Icon

Group: Revolutionary
Posts: 155
Type: Writer
RM Skill: Intermediate




Mhm! :3 You're very welcome.


__________________________
Ex-lurker. Mwuahaha
Back from being suspended for being too young. I HOLD NO GRUDGES.
WTF is FTW Backwards!!!

Isn't RPG'in fun? :3
[Show/Hide] Cool Things
Cna yuo raed tihs? Olny 55% of plepoe can.
I cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg. The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it dseno't mtaetr in waht oerdr the ltteres in a wrod are, the olny iproamtnt tihng is taht the frsit and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it whotuit a pboerlm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Azanmig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt!
fi yuo cna raed tihs, palce it in yuor siantugre.


[place for to-be-siggy picture]
Go to the top of the page
 
+Quote Post
   
Runefreak
post Dec 5 2009, 11:10 AM
Post #16


Comic Saaaaaaaans!
Group Icon

Group: Revolutionary
Posts: 140
Type: Developer
RM Skill: Advanced




Awesome script laugh.gif, definitely gonna use this. thumbsup.gif


__________________________
</div>
Go to the top of the page
 
+Quote Post
   
Jacklo
post Dec 5 2009, 06:28 PM
Post #17


Level 7
Group Icon

Group: Member
Posts: 99
Type: Developer
RM Skill: Intermediate




just thought of a unique way to use this!

Just realized this, and the one above mine, are necro-posts

This post has been edited by Jacklo: Dec 5 2009, 07:11 PM


__________________________
Your future depends on your dreams - So go to sleep!
If you can't laugh at yourself, I'll do it for you.
"A lot... Thats my favorite number..."
Self-Proclaimed King of Eventing
Need an idea for an RPG???!

CLICK THE SHINIGAMI!


Click here to level up my card!
Go to the top of the page
 
+Quote Post
   
Sofresh85
post Dec 19 2009, 01:57 AM
Post #18



Group Icon

Group: Member
Posts: 2
Type: None
RM Skill: Undisclosed




Will this work with Tankentai and Spin addon and if so can it incorporate an icon to the spin command for the subclass skill?
Go to the top of the page
 
+Quote Post
   
Metalxgod
post Dec 21 2009, 04:58 AM
Post #19


Level 2
Group Icon

Group: Member
Posts: 21
Type: None
RM Skill: Beginner




Now thats a cool script!

Say, Yanfly, Is there a way to make a sub-menu appear after you pressed a certain custom menu with commands of it's own, like... Umm, in Kingdom Hearts 2?
Go to the top of the page
 
+Quote Post
   
ASCIIgod
post May 18 2010, 07:34 AM
Post #20


Demonic God of Snippets of Doom +10
Group Icon

Group: Revolutionary
Posts: 271
Type: Scripter
RM Skill: Intermediate




hey. how come the download link just pops yahoo? now i cant get it. not even the other YERD scripts. is there any site where i can grab those.

QUOTE (Metalxgod @ Dec 21 2009, 09:58 PM) *
Now thats a cool script!

Say, Yanfly, Is there a way to make a sub-menu appear after you pressed a certain custom menu with commands of it's own, like... Umm, in Kingdom Hearts 2?


i can help you out with that buddy. sorry if it is a year delayed. so here it is.

go grab the custom skill effect ver3 if you are using default battle system.
-----> now make a skill subset that includes all your skill you want to be in there
--> then instead of using the single fire skill or whatever you made use the skill subset

go grab the custom skill effect ver3 with my fix if you are using tankentai SBS
-----> now make a skill subset that includes all your skill you want to be in there
--> then instead of using the single fire skill or whatever you made use the skill subset

you do not need to set the skills you made for the subset so long the skill is inside the subset.


__________________________

Go to the top of the page
 
+Quote Post
   

2 Pages V   1 2 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 18th May 2013 - 07:30 AM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker