Simple enough, health bar is shown hidden under the mana bar as you can see in the image below
I'm almost sure it's a resolution issue, I'm using many YanFly's scripts, and I used the core one to change the resolution to 640x480
So then I changed resolution again to default but it won't work, still the same problem. I do not know how to get rid of this, it is not a small problem Dx It's very importan and I don't know how to fix it....HELP!
Health bar is hidden
● ARCHIVED · READ-ONLY
-
-
I've moved this thread to RGSSx Script Support. Thank you.
Please list all scripts you are using, as one of them is causing this. -
Are you only using yanfly scripts?
Yanfly Menu engine on line 328 it says
- draw_actor_hp(actor, dx + 120, dy + line_height * 1, dw)
and on line 334, 336 and 340 refers to the mp
You can see that if you don't draw the TP bar and don't have the battle engine it goes to this line.
- draw_actor_mp(actor, dx + 120, dy + line_height * 1, dw)
Just change the 1 to a 2. -
[move]RGSSx Script Support[/move]
Please list all scripts you are using, as one of them is causing this.
Oh yes, sorry, I will
It just worked, well, I'm really amazed hahah thank you!Are you only using yanfly scripts?
Yanfly Menu engine on line 328 it says
- draw_actor_hp(actor, dx + 120, dy + line_height * 1, dw)
and on line 334, 336 and 340 refers to the mp
You can see that if you don't draw the TP bar and don't have the battle engine it goes to this line.
- draw_actor_mp(actor, dx + 120, dy + line_height * 1, dw)
Just change the 1 to a 2.