Hello Charlie. I know you get asked a lot of questions about this, so i apologize in advance.
For some reason, when in battle I am unable to use skills. I don't know why but the actual option doesn't show up in the menu. I'm using SephirothSpawns materia system, but i tried taking that out and it still didn't show up. Any ideas?
Oh, and the TECHNIQUE_NAME in the config is set to skill name i am using in the database.
If you can help it would be great, but either way, thanks for an otherwise brilliant script that i have been after for quite a while .
EvenAngels
Maybe you'll find the answer by reading the instructions on how to configure individual battle commands. That's usually the problem when you don't see the commands for your skills.
Note that you HAVE TO configure individual battle commands, even if you want only one category "skills".
This post has been edited by Charlie Lee: Apr 20 2008, 09:40 AM
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
Hello Charlie. I know you get asked a lot of questions about this, so i apologize in advance.
For some reason, when in battle I am unable to use skills. I don't know why but the actual option doesn't show up in the menu. I'm using SephirothSpawns materia system, but i tried taking that out and it still didn't show up. Any ideas?
Oh, and the TECHNIQUE_NAME in the config is set to skill name i am using in the database.
If you can help it would be great, but either way, thanks for an otherwise brilliant script that i have been after for quite a while .
EvenAngels
Maybe you'll find the answer by reading the instructions on how to configure individual battle commands. That's usually the problem when you don't see the commands for your skills.
Note that you HAVE TO configure individual battle commands, even if you want only one category "skills".
well now I feel rather small. Thanks for the help, it's working now.
__________________________
To avoid confusion... I'm a guy! xD Current demo officially rated 8.5/10 by RRR's Reviewer; nighthawk282
Group: Member
Posts: 11
Type: Event Designer
RM Skill: Skilled
I see that something in the CTB script causes item icons in the main menu to become smaller, could anyone tell where that snippet of script is and how I can safely remove it to where items are still divied-up into categories but thay retain their original sizes, thanks. Also, I think that this would be a major improvement towards the CTB script, mainly because the item icons now look grainy and nasty in-game.
__________________________
In the arena of logic, I fight unarmed.
If we disguise ourselves as dragon-food, we could take [the dragon] by surprise.
I'm prepared to passionately argue this point until nothing makes sense anymore. If that doesn't work, then the hours upon hours of whining will.
My plans are always practical! It's the laws of physics that get in the way of my success.
Shut up. I've been hanging out with Fighter all day. I could literally feel him sucking away at my... brain-thinky score thing.
Most plans are critically flawed by their own logic. A failure at any step will ruin everything after it. That's just basic cause and effect. It's easy for a good plan to fall apart. Therefore, a plan that has no attachment to logic cannot be stopped. The success or failure of any given step will have no impact on the macro level.
Find the 'Windows Skill Technique Item' script page, locate the the line
CODE
class Window_Item < Window_Selectable_Plus
. A bit below you find an initialize method with two calls 'super', each with five arguments. The last argument is the row height, change it to your preferred value. The first call is used for the item window in battle, the second one for the menu. You should have no resize if you put 24.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
VERSION 2.8 AVAILABLE! v2.8 New skill Steal. v2.8 New state Thievery. v2.8 Defetead Aeons can be automatically retired from battle. v2.8 Aeons recover a configurable amount of HPs at the end of each battle. v2.8 Defetead Aeons become unavailable for a configurable number of battles. v2.8 Added a new scene to visualize stats and skills of the Aeons and to make them learn new skills.
The new scene:
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
so... hope this isn't a stupid questions, I understand how to work the CTB system but i don't understand how you change the status graphics to look like the one in your first screenshot...
I assumed there was an option for it in the configuration script but i couldnt find it
This post has been edited by buprettyinpink: May 16 2008, 02:29 PM
You shoulda gone to China. You know, 'cause I hear they give away babies like free iPods. You know they pretty much just put them in those t-shirt guns and shoot them out at sporting events.
... And then the Prince Knelt Down and tried to put the Glass Slipper on Cinderella's Foot by Judith Viorst
I really didn't notice that he had a funny nose. And he certainly looked better dressed up in fancy clothes. He's not nearly as attractive as he seemed the other night. So I think I'll just pretend that this glass slipper feels too tight.
The beauty of life is, while we cannot undo what is done, we can see it, understand it, learn from it and change. So that every new moment is spent not in regret, guilt, fear or anger, but in wisdom, understanding and love. Jennifer Edwards
"The Christian system of Religion is an outrage on common sense" -- Thomas Paine
"The Hocus Pocus phantasy of a God, like another Cerberus, with one body and three heads, had its birth and growth in the blood of thousands and thousands of martyrs." -- Thomas Jefferson
"Reality sucks Thats why I play Hungry Hungry Hippo"
"So... what if i had a siamese penis?"
"My doctor says that I have a malformed public-duty gland and a natural deficiency in moral fiber, and that I am therefore excused from saving Universes."
A conservative is a man with two perfectly good legs who, however, has never learned to walk forward. - Franklin D. Roosevelt
You know, if a mere human was mentally split into three personas like your god he'd be in an insane assylm right?
Women who seek to be equal with men lack ambition.
Practice safe lunch: Use a condiment.
The attack on women's reproductive rights has nothing to do with life and everything to do with trying to put women back in their "place"
"you can always tell what kind a person a man thinks you are by the earrings he gives you" --- Audrey Hepburn
The religion of the future will be a cosmic religion. It should transcend personal God and avoid dogma and theology. Covering both the natural and the spiritual, it should be based on a religious sense arising from the experience of all things natural and spiritual as a meaningful unity. Buddhism answers this description. If there is any religion that could cope with modern scientific needs it would be Buddhism. (Albert Einstein)
Group: Member
Posts: 45
Type: None
RM Skill: Beginner
Again Charlie, I love your work. A question though, would it be possible to have different techniques require a different wait time rather then just have all skills have one flat recharge? And would delay attacks (I.E. Your target's turn gets pushed back when hit) be possible as well?
Group: Member
Posts: 8
Type: None
RM Skill: Undisclosed
Good, excuse my English if they do not understand something n_nU is my fault, I have a doubt about the script, which I think is fantastic and I have chosen to use in my project and I have my doubts.
I have created a very small engine that lets you remove a character in battle and replaced by another, an engine type transformation. So when using the ability of this engine works, I removed the basic character and leaves me to the transformation into battle, but the various commands battle each character, including the other characters and I can not use the skills when using this engine.
Group: +Gold Member
Posts: 2,424
Type: Artist
RM Skill: Undisclosed
Hey I checked this system out, one of my favorites. Really well done, although I wish that you could also select ATB based instead of turns... not that the turn feature is bad, it's really good actually. So I'm wondering, is this something you plan to do in the future?
If I correctly understand your situation, you can't see the skill command for any character. Well, it is likely that your "transformation" engine does not have anything to do with that.
The battle system uses individual battle commands. Every skill must be assigned a category in order to be accessed. Read the instructions on the configuration of individual battle commands in the first post and you should figure out how to do it. Ask me if you have further problems.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
Group: Member
Posts: 8
Type: None
RM Skill: Undisclosed
Well back again and I hope not bother. Decided giving up trying to repair the error and then a friend told me that there was a script that towards something similar, with many animos and I decided to use it and everything seems to work well when I miss a mistake.
Do I have resigned and quit using that system transformation? Or there will be any way to fix it? Anyway I will add here a picture with the error and the script that my friend made
#========================================================================= ===== # ** TDS Transform skill # Version: 2.3 #------------------------------------------------------------------------------ # Transforms a player when he uses a skills(Read below for instructions) #==============================================================================
# Used for transformation information TRANSFORMATION = {"Revenge" => [26, 1], "Humano" => [4, 1]}
#-------------------------------------------------------------------------- # * Use of the hash and information input #-------------------------------------------------------------------------- # # "Name of the skill" => [ID of the player to transform into, ID of animation] # # Example: # # "Transform" => [3, 22] # # TRANSFORMATION = {"Transform" => [3, 22]} #============================================================================== # ** Game_Actor #------------------------------------------------------------------------------ # This class handles the actor. It's used within the Game_Actors class # ($game_actors) and refers to the Game_Party class ($game_party). #==============================================================================
class Game_Actor < Game_Battler #-------------------------------------------------------------------------- # * Public Instance Variables #-------------------------------------------------------------------------- attr_accessor :transformed # Transformed flag attr_accessor :turn_back_id # ID for transforming back #-------------------------------------------------------------------------- # * Setup # actor_id : actor ID #-------------------------------------------------------------------------- alias tds_transform_skills_setup setup def setup(actor_id) tds_transform_skills_setup(actor_id) @transformed = false @turn_back_id = 0 end end
#============================================================================== # ** Scene_Battle (part 4) #------------------------------------------------------------------------------ # This class performs battle screen processing. #==============================================================================
class Scene_Battle #-------------------------------------------------------------------------- # * Make Skill Action Results #-------------------------------------------------------------------------- def make_skill_action_result # Get skill @skill = $data_skills[@active_battler.current_action.skill_id] # If not a forcing action unless @active_battler.current_action.forcing # If unable to use due to SP running out unless @active_battler.skill_can_use?(@skill.id) # Clear battler being forced into action $game_temp.forcing_battler = nil # Shift to step 1 @phase4_step = 1 return end end # Use up SP @active_battler.sp -= @skill.sp_cost # Refresh status window @status_window.refresh # Show skill name on help window @help_window.set_text(@skill.name, 1) # Set animation ID @animation1_id = @skill.animation1_id @animation2_id = @skill.animation2_id # Set command event ID @common_event_id = @skill.common_event_id # Set target battlers set_target_battlers(@skill.scope) # If skill name is one used for the transformation execute effect if TRANSFORMATION.has_key?(@skill.name.to_s) # Sets transform ID to a variable transform_id = TRANSFORMATION[@skill.name.to_s][0] # Sets transform animation ID to a variable transform_anim = TRANSFORMATION[@skill.name.to_s][1] # Makes the actor be the transformed one for animation actor = $game_actors[transform_id] # Updates the status window @status_window.update # Checks each party member to transform them for i in 0...$game_party.actors.size # If the party member ID is the same as the active player transform if $game_party.actors[i].id == @active_battler.id # Sets the turn back ID before the transformation turn_back_id = @active_battler.id # Transforms the new player into the desired one $game_party.actors[i] = $game_actors[transform_id] # Gives the transformed character the turn back ID $game_party.actors[i].turn_back_id = turn_back_id # Sets the player transformation flag on $game_party.actors[i].transformed = true end end # Shows transformation animation actor.animation_id = transform_anim @status_window.update @status_window.refresh # Animation ID of the transformation end # Apply skill effect for target in @target_battlers target.skill_effect(@active_battler, @skill) end end
#-------------------------------------------------------------------------- # * Frame Update (after battle phase) #-------------------------------------------------------------------------- alias tds_transform_skill_update_phase5 update_phase5 def update_phase5 tds_transform_skill_update_phase5 # If C button was pressed if Input.trigger?(Input::C) # Battle ends battle_end(0) for i in 0...$game_party.actors.size if $game_party.actors[i].transformed == true $game_party.actors[i].transformed = false id_change = $game_party.actors[i].turn_back_id $game_party.actors[i] = $game_actors[id_change] end end # Refresh player $game_player.refresh # Refresh party members $game_party.refresh end end end
From what i could see, this error actually depends on the interaction with the Animated Battlers script. I implemented a summon script and i saw that it can be difficult to make Animated Battlers and party-changing scripts work together. In this transformation script I would try to implement that part in make_skill_action_result with a common event instead... besides that part is not aliased, which means that one should manually cut and paste the lines needed into my script, you cannot just add the script. I'll give it a look in the next few days.
Anyway, the idea of character transformation is interesting and i could implement this feature in a future release. So i suggest you to wait for the next update of my system to have a full integrated and operating transformation feature.
EDIT: where are you from? I see some spanish in the screens... Maybe with also a spanish version of your messages i could understand better
@antifarea: no, it's not in my plans for the moment. There are lots of features that need to be completed first, and then i will be able too start thinking of that.
This post has been edited by Charlie Lee: Jun 4 2008, 04:38 PM
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point
Group: Member
Posts: 8
Type: None
RM Skill: Undisclosed
Muy bien entonces podre hablar en ambos idiomas por si acaso no se entiende algo de uno pues para que se entienda en el otro por lo menos, porque puede ocurrir que alguien tenga la misma duda que yo y no lo entienda jejeje. Bueno entonces esperare con ansias la siguiente actualizacion para ver como quedara las habilidades de transformación ^^
Trad: Okay then can speak both languages if you do not understand something because of one to be understood in another at least, because it may happen that somebody has the same doubt and he do not understand hehe. Well then wait forward to the next update would be to see how the skills of transformation ^ ^
Only death is 100% sure. I can say that at the moment there are no reported bugs. Read the instructions, copy scripts, states, elements and common events from the demo and you should be fine.
__________________________
Get CTB v3.2 and all the latest versions of my scripts at Planet Fleed and Save-Point