Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Special skills unlocked when TP is full

Ngaboru

Villager
Xy$
0.00
Hello everyone!
Sorry if the post is in the wrong topic.
I have an idea where, if the hero is in battle, new special skills are unlocked, when the TP reaches 100. I fiddled around with skills, states, conditional branches, but I cant seem to achieve this thing. Anyone know how can I do this? Is there a script for this?
Thank you very much!
 

Ngaboru

Villager
Xy$
0.00
I think this kind of system can be found in some final fantasy games. And I'm eager to find out how to make it happen :)
[doublepost=1446732006,1446719986][/doublepost]I think i found a way around, but it still does not work. This is how i tried to do it:
First, i found out, that i can remove the tp gain when damaged in the rpg_objects.js script, and removed the tp gain from the normal attack.
Then i started working with common events and variables. I made a skill (lets call it skill A) which has a tp gain of 50. This skill A has an effect, to call a common event (event A). Event A is only about adding 50 (equal to the TP gain of skill A) to Variable A. I made a second common event (event B). Event B has a conditional branch, where if Variable A is greater than 99, it applies a state to the hero. The state has the traits to add a skill type (like ultra, or whatever) and a skill.
Now my skill A has the effect to add 50 to the variable, and i also put Event B as an effect of skill A, but no matter how i try to alternate options with the variables and conditional branches, i will never get to gain the state (which gives the hero the special skills)
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
Can you show us some screenshots of your current events, it is easier for the Support Team to see what you already have so we can work it out from there or attempt to try it in our own way.
 

eivl

Local Hero
Xy$
0.00
I will be online late tonight, i will look at it then. You do know that you need a plugin to run more then two common event right? Check Resource section for this.
 

Ngaboru

Villager
Xy$
0.00
Hey! It just worked! I now have a special skill unlocked when tp is 100. Hah, thanks for advice on that common event plugin.
 
Top