Dani3lArt Posted July 10, 2021 Posted July 10, 2021 (edited) Hello, I need help with this, I applied the diff of NEMO: Because I want MVP with a big HP bar, but, only mini boss has it: And MVP are like this: Thanks for helping me with this. Edit: My EXE date is 2020-04-01 Edited November 30, 2021 by Dani3lArt Quote
0 Dani3lArt Posted November 30, 2021 Author Posted November 30, 2021 On 9/5/2021 at 4:40 PM, Easycore said: Open cliff.cpp Search every: p.isBoss = ( (mob_data*)bl )->get_bosstype(); And replace for: p.isBoss = ((mob_data*)bl)->get_bosstype()?2:0; PS: Not tested. Don't work but you give me a hint. Fixed changing mob.hpp enum e_mob_bosstype : uint8{ BOSSTYPE_NONE, BOSSTYPE_MINIBOSS, BOSSTYPE_MVP }; to enum e_mob_bosstype : uint8{ BOSSTYPE_NONE, BOSSTYPE_MVP, BOSSTYPE_MINIBOSS }; Thank you so much. Quote
1 Easycore Posted September 5, 2021 Posted September 5, 2021 Open cliff.cpp Search every: p.isBoss = ( (mob_data*)bl )->get_bosstype(); And replace for: p.isBoss = ((mob_data*)bl)->get_bosstype()?2:0; PS: Not tested. Quote
0 Dani3lArt Posted September 10, 2021 Author Posted September 10, 2021 Okay, let me check and tell you if it works. Quote
Question
Dani3lArt
Hello, I need help with this, I applied the diff of NEMO:
Because I want MVP with a big HP bar, but, only mini boss has it:

And MVP are like this:
Thanks for helping me with this.
Edit: My EXE date is 2020-04-01
Edited by Dani3lArt3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.