Dani3lArt Posted July 10, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/02/17 Last Seen: May 27, 2023 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...
1 Easycore Posted September 5, 2021 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 220 Reputation: 258 Joined: 04/08/13 Last Seen: August 24, 2023 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 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/02/17 Last Seen: May 27, 2023 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...
0 Dani3lArt Posted November 30, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/02/17 Last Seen: May 27, 2023 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...
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 Dani3lArtLink to comment
Share on other sites
3 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.