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) |
RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Charlie Fleed - 11-05-2011 You can turn on states when you use skills, and overdrives are just skills, so... unless you're asking how to turn on states when the overdrive bar is full. RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Agckuu Coceg - 11-05-2011 Not entirely true. It's meant to add them to the character when he use attacking overdrive cause standard superimposition of state will be aimed at the enemy if skill is use. RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Charlie Fleed - 11-06-2011 Right. Well, a common event could be used, called by the skill. But I only support the last release, not 2.9. The code in the common event would be Code: $scene.active_battler_copy.add_state(N) ..err I hope, I'm a little rusty... RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Agckuu Coceg - 11-06-2011 It's working, thanks. But I have some question again. Quote:You can turn on states when you use skills, and overdrives are just skills, so... unless you're asking how to turn on states when the overdrive bar is full. You talk about it, and I want to know, what can I need to do this. RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Charlie Fleed - 11-07-2011 Currently the system does not trigger any events when the bar is filled (or depleted as a superart is used), and that would be the best way to implement such a feature. It makes a nice idea for the future. RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Chukkaque - 03-22-2012 This is so awesome! RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - AGAFURO - 04-13-2012 Hi again, Charlie! In order to finally finish a demo for my project which uses this battle system, I kinda "need" (I COULD make the demo without it, but the gameplay wouldn't be complete in the demo then) the possibility of doing HP and SP damage at the same time. Like, say, 10% of the normal damage dealt is dealt as SP-damage etc. Only required for skills, if that makes things easier. Finally, being able to see the enemy's SP the same way you can make it so that you can see their HP bars would be awesome too, but is not a must and not as important as the first request. No rush. If you think you'll be able to incorporate this in your battle system at all, it will be a great help just knowing it. =) RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - Charlie Fleed - 04-14-2012 I really don't know if I will go back updating the CTB. I'm focused on the development of my game right now. But your request is "logged". :) RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - DerVVulfman - 04-15-2012 Sending a little help your way, AGAFURO. RE: CTB - A Final Fantasy X-like Battle System, Version 3.2 - AGAFURO - 04-15-2012 Charlie: Ah, I see. @ DerVVulfman: Thanks! =) Edit: Alright, DerVVulfman managed to solve the sp-damage problem for me, so you don't have to worry about that anymore, Charlie. =) |