instinctboy Posted July 24, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/09/16 Last Seen: February 28 Share Posted July 24, 2018 Please help me SC_ITEMBOOST for non-boss monster only Because item bubble gum have effect all monster Thanks. Quote Link to comment Share on other sites More sharing options...
0 Dani3lArt Posted July 24, 2018 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 24, 2018 On mob.cpp search: if (sd->sc.data[SC_ITEMBOOST]) and replace with: if (sd->sc.data[SC_ITEMBOOST] && (status->class_ != CLASS_BOSS)) Quote Link to comment Share on other sites More sharing options...
0 instinctboy Posted August 7, 2018 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 03/09/16 Last Seen: February 28 Author Share Posted August 7, 2018 On 7/24/2018 at 1:27 PM, Drego said: On mob.cpp search: if (sd->sc.data[SC_ITEMBOOST]) and replace with: if (sd->sc.data[SC_ITEMBOOST] && (status->class_ != CLASS_BOSS)) Thanks Quote Link to comment Share on other sites More sharing options...
Question
instinctboy
Please help me SC_ITEMBOOST for non-boss monster only
Because item bubble gum have effect all monster
Thanks.
Link to comment
Share on other sites
2 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.