TP

● ARCHIVED · READ-ONLY
Started by shark 5 posts View original ↗
  1. hey there i want to Change how to become tp  anyone a answer where i do that in the Programm?

    thanks shark
  2. What do you want TP to become?


    Do you want to rename it? Terms tab of the database


    Do you want to change where it is used? that are the settings of the skills


    Do you want to change its maximum? that needs scripts, MaxTP is fixed at 100 and can't be changed without scripting...


    Edit:


    and if you want to know how to get TP, that is TP gain by skills, getting damaged in battle and by event commands.


    (German "Bekommen" is english "get", English "become" is German "verwandeln in, etwas werden")
  3. and how i Change how much tp the character become after a attack?
  4. You would need a script to do that (or modify the default scripts)

    Yanfly done one i think. As did I.
  5. Since I don't know if you're specifying on attack from an enemy, or from when you're doing an attack TO an enemy, I'm going to give answers for both. The latter is relatively simple: all you have to do is change the amount of TP the skill generates in the Skill Tab in the database. If you go to line 739 in Game_Battler in your scripts (F12), you will see an option to change how much TP the character receives after being attacked. (I believe the default formula is, if your character takes damage equal to their max HP, they'll gain 50 TP.)