ferga Posted July 20, 2015 Posted July 20, 2015 I want to know if are possible to player Die if take Falling Damages? If yes, how? Files, Java? For dafault he stay with 1 HP left. Thx in advance.
0 pvpflu Posted January 5, 2016 Posted January 5, 2016 I have same problem. but in char_templates.xml everything is good. maybe need change java files?
0 Tryskell Posted January 10, 2016 Posted January 10, 2016 (edited) Edit isFalling(), edit "getCurrentHp() - 1" for "getCurrentHp()". reduceCurrentHp(Math.min(damage, getCurrentHp() - 1), null, false, true, null); Edited January 10, 2016 by Tryskell
Question
ferga
I want to know if are possible to player Die if take Falling Damages?
If yes, how? Files, Java?
For dafault he stay with 1 HP left.
Thx in advance.
3 answers to this question
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