Jump to content
  • 0

Please help me SC_ITEMBOOST for non-boss monster only


instinctboy

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  09/02/17
  • Last Seen:  

On mob.cpp search:

if (sd->sc.data[SC_ITEMBOOST])

and replace with:

if (sd->sc.data[SC_ITEMBOOST] && (status->class_ != CLASS_BOSS))

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  03/09/16
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...