Lalalu Posted September 22, 2018 Share Posted September 22, 2018 (edited) Hoooola, hago este post porque quisiera saber que hacer con lo siguiente... Se supone que esta es una barra de vida de un bot, a la hora de hacerle daño al boss la barra baja primero que la vida, lo que trato de decir es que el bot debería morir al bajar toda la barra, no la barra bajar primero mientras el boss sigue vivo ¿qué debo hacer para solucionarlo? local maxHP = exports.extra_health:getElementExtraHealth(Boss) local vidaActual = getElementData(Boss, "vidaActual") if sxx and getElementHealth(Boss) > 0 then dxDrawRectangle(sx+5,sy+25,100*(maxHP/vidaActual),12,tocolor(255,0,0,200),false) Edited September 22, 2018 by Lalalu Link to comment
TRtam Posted September 22, 2018 Share Posted September 22, 2018 Podrias explicar mejor lo que tratas de hacer? 1 Link to comment
Lalalu Posted September 22, 2018 Author Share Posted September 22, 2018 Np np np, gracias por responder, ya lo solucioné Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now