CTB - A Final Fantasy X-like Battle System, Version 3.2 - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: CTB - A Final Fantasy X-like Battle System, Version 3.2 (/thread-2298.html) |
CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - sawai159 - 12-25-2009 I have a question... I have some problem with the script (blah... I have no idea what i did wrong?) When I try to battle test,I get this message: What do I have to do? CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 12-25-2009 Did you import everything according to the instructions? It looks like you are missing some script page. CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - DerVVulfman - 12-26-2009 Could be converting over from an earlier one. Depending on the AnimBat system used in an earlier CTB, there may not have been a 'SCREENTONE_ACTOR_MATCH' value in the older configuration page. I think you didn't use one of the newest 'config' page. There are a few more values from earlier ones. CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - sawai159 - 12-26-2009 Well,I did everything what instruction said... But,I'll see,maybe I did something wrong... Oh,btw, instruction says so copy these skills "Altruismo, Trincea, Steal, Drakoken, Drain, Aspire, Demi" ... Well I didn't find Altruismo and Trincea skills CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 12-26-2009 That's because I changed their names they're called Shield and Sacrifice now... forgot to update the instructions... CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - sawai159 - 12-26-2009 Oh okay :D *goes and changes,tries to figure out what i did wrong* *Edit: Yay! I figured out what I did wrong I just read the old instructions and it says... "STEP 3 Replace the âConfigurationâ script page with the one you find in the demo main folder (it's called âblank config.rtfâ)." So that what I did Also,I was wondering... How to make battlers transform into other form... I tried using "CTB Transform" thing,but when i'm battle testing,and press Transform is says "Immune" ... Had I did something wrong again ? CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Milonar - 12-28-2009 I have trouble with formation. My character stands in the air. I have change the script into this: $sideview_mirror = $game_system.mnk_sm $formation_max_member = $game_system.mnk_fmm $formation_max_height = 200 $formation_max_width = $game_system.mnk_fmw $battlestatus_height = 120 $formation_style = $game_system.mnk_fs But it still doesn't work. My character formation still not changed. So what's wrong with me? CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 12-28-2009 sawai159 Wrote:Oh okay :D *goes and changes,tries to figure out what i did wrong* Summons and Transformations do not work in test battles. Milonar Wrote:I have trouble with formation. My character stands in the air. I have change the script into this: With the introduction of Animated Battlers 12.3 the old way of managing the formations does not work. You need the formation system, available here http://rmvxp.com/showthread.php?tid=510 . I'm going to update the FAQs. CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - sawai159 - 12-29-2009 Have some problems with Summons script... It says: "Script 'Summons 0.8' line 166: NoMethodError occurred. Undefined method `list' for nil:NilClass " CTB - A Final Fantasy X-like Battle System, version 3.1 (NEW Jul 4 2010) - Charlie Fleed - 12-29-2009 I think you didn't configure your summons correctly. It is likely that you didn't put the correct common event id in some summon skill. Uncomment line 163, it will tell you which summon skill is giving you that problem. Also follow the instructions on how to configure the summons and you'll be fine. |