Individual Battle Commands by Charlie Lee, Language: RGSS -- Version: 1.0 |
|
|
|
|
Feb 19 2008, 02:58 PM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
QUOTE (Saeto @ Feb 19 2008, 07:35 PM)  I tried using this script in conjunction with another custom battle system and it does not work. It does allow me to give my characters specific skills in specific areas, but does not allow my characters to actually use the abilities. When the time comes to input a command I input the command and then they do nothing.
I am right now using Minkoff's Animated Battler battle system that he had based off of a Speed Based battle system written by Trickster, if that matters. Yes, it matters. If you would give me a link to this Speed Based system i could see what i can do. Animated Battlers shouldn't cause any problem instead.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Feb 19 2008, 03:25 PM
|

Level 1

Group: Member
Posts: 9
Type: Event Designer
RM Skill: Undisclosed

|
QUOTE (Charlie Lee @ Feb 19 2008, 05:05 PM)  QUOTE (Saeto @ Feb 19 2008, 07:35 PM)  I tried using this script in conjunction with another custom battle system and it does not work. It does allow me to give my characters specific skills in specific areas, but does not allow my characters to actually use the abilities. When the time comes to input a command I input the command and then they do nothing.
I am right now using Minkoff's Animated Battler battle system that he had based off of a Speed Based battle system written by Trickster, if that matters. Yes, it matters. If you would give me a link to this Speed Based system i could see what i can do. Animated Battlers shouldn't cause any problem instead. Here's the link for the demo of the battle system: http://rpgrevolution.com/script/54/ab_ind_speed.zipI'm a CS Major in college, so I've been dinking around with it for a bit trying to figure out what's happening, but I haven't made any progress yet. It will let me implement the code and it does effectively split up the skills into separate categories, but when a command, whether it's to attack, defend, use a skill, or anything is done it just skips that actor and moves to the next character in line. Thanks for taking the time to look at this for me. -Saeto
|
|
|
|
|
|
|
|
|
Feb 19 2008, 10:11 PM
|

Level 1

Group: Member
Posts: 9
Type: Event Designer
RM Skill: Undisclosed

|
I figured out what was happening and got it to work perfectly! Thanks for this script and any time you spent trying to figure this out. The problem had to do with a method that was declared in both the speed based battle system script, and the individual battle commands script. In the update_phase3_basic_command method the speed based system needed to return and send a signal to the next phase to make it work properly. By overwriting this method with the individual battle commands method the custom battle system was no longer functioning. I managed to merge the two systems and make everything work. Below is the method from your individual commands add on.
indCommand.txt ( 1.84K )
Number of downloads: 51Here is the method from the speed based CBS
indCommand_default.txt ( 692bytes )
Number of downloads: 19As you can see the speed based one needed a return command as well as some others after the if Input.trigger?(Input::C) I merged those two methods and came up with this one:
endedupwith.txt ( 2K )
Number of downloads: 26I tested it out and it seems to be working fine! Thanks again for this script. -Saeto
This post has been edited by Saeto: Feb 19 2008, 10:12 PM
|
|
|
|
|
|
|
|
|
Feb 20 2008, 01:50 AM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
Good, since i'm thinking about merging all the patches for the various BSs i'm asked for in a single configurable script, this will come in handy. I'll test it and add you in the "thanks" section.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Jun 27 2008, 03:33 AM
|

Infantry for life!

Group: Staff
Posts: 1,709
Type: Artist
RM Skill: Skilled
Rev Points: 155

|
Ok i followed your demo link and downloaded it and when i oped it it said unexpeted file format. so what i do?
Reason for edit: Holder: Removed quote of the entire first post.
__________________________
|
|
|
|
|
|
|
|
|
Jun 27 2008, 05:51 AM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
There was no need to quote my entire opening post... edit please  I have just tried the link, it's working and it is a .rar archive. I then exctracted it and i have the project folder and everything works... Do you have a problem with the archive or the executable inside?
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Jun 27 2008, 12:44 PM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
QUOTE (lato22 @ Jun 27 2008, 04:08 PM)  the exacutable inside Maybe it's a problem with your version of RPG Maker..., does it happen with other demos you find in this site? No screens. The only thing you get with this script is one or more commands instead of just "Skill"...
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Jun 27 2008, 04:44 PM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
QUOTE (lato22 @ Jun 27 2008, 10:11 PM)  well theres no point of takeing a screen of it cause all it says is unexpeted file format, and no all the other demos ive tried have worked just fine and ive tried alot Oh, I wasn't talking to you about the screens, it was the answer to C7Edition's question. For your problem, this is more a compatibility issue and not something related to the contents of the script, i cannot be of much help. Maybe you should ask here http://www.rpgrevolution.com/forums/index.php?showforum=77Someone could have had the same problem or similar...
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Aug 16 2008, 02:29 PM
|

Level 7

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

|
this is exelent, but it doesn't work wih the "smart battle system"  also, have you thaughtof puting a system similer to the skill spliting for the menus? there is a skill spliter out there but, it gets really anoing when the menu is filled with all the skill types, in your version they disapear if they aren't used unless there is a way to change the skill spliting script sothat it doesn't show any cure magic slot in the menu, unless you have cure magic, for example
__________________________
 he will never get ahead in life, he will never be head chef because he keeps losing his head. DEMO COMING SOON!
|
|
|
|
|
|
|
|
|
Aug 17 2008, 02:47 AM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
"smart battle system"? what are you talking about?
For your suggestion, i have this feature in my battle system, but since it is likely to mess up things with custom menu systems i did not include it in this stand alone version.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
|
|
Aug 17 2008, 07:15 AM
|

Level 7

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

|
i downloaded the sbs a month or so ago, im new to this so hold up a bit, its a normal looking battle syste, but it has a few diferences from the original, it zooms in and has a active time bar, thats about it i think:P i think im not using the battle system anymore though, it messes up the overdrives also, i think im just going with a diferent one cause this script must be used
__________________________
 he will never get ahead in life, he will never be head chef because he keeps losing his head. DEMO COMING SOON!
|
|
|
|
|
|
|
|
|
Aug 18 2008, 08:09 AM
|

Charlie Fleed

Group: Revolutionary
Posts: 405
Type: Scripter
RM Skill: Undisclosed

|
Every skill must have a category assigned to it through a "CMD name" element, or it won't be displayed. Also make sure that your characters actually have learned those skills.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
|
|
|
|
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
RPG RPG Revolution is an Privacy
Policy and Legal
|
|