Analyse show HP Bars - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: Analyse show HP Bars (/thread-151.html) Pages:
1
2
|
[Resolved] Analyse show HP Bars - Kread-EX - 06-16-2010 Don't worry, you're not bothering me. Your requests are always very clear, and not of "HELP ME PLZZZZZZ, I'M A NOOB !!!!!!!!!!111" type. Several steps: 1 - In the Scene_Battle section of the CTB script, in the begninning, you'll find this: Code: # Support for hp bars 2 - Forget the common event, and simply paste this below all the CTB-related scripts. Code: class Game_Battler 3 - In the Damage and Colors section of the CTB script, starting at line 107 (within the damage method), you should find this: Code: # Support for HP bars Lol, I forgot that one before. [Resolved] Analyse show HP Bars - Ace - 06-16-2010 Thanks so much, now it's working =D After doing the 3 steps, the bars showed up also when I killed an enemy, but I found the lines, which I deleted in the first step, in the update method and commented it out as well, now it works perfectly :) RE: [Resolved] Analyse show HP Bars - Ace - 12-28-2010 I want get this thread back to life. With the new battle system I have the problem that after a battle the bars disappear. Don't know why^^ |