Dani3lArt Posted July 10, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Dani3lArt Posted November 30, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
1 Easycore Posted September 5, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Dani3lArt Posted September 10, 2021 Author Share Posted September 10, 2021 Okay, let me check and tell you if it works. Quote Link to comment Share on other sites More sharing options...
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 Dani3lArtLink to comment
Share on other sites