Jump to content
  • 0
Sign in to follow this  
Tsuuu

Skill MC_LOUD Change ATK Bonus

Question

Incredible as it may seem I did not find where to change this option to change the passive bonus of this skill, even though I searched in various places, can anyone give me a light!?

currently the Crazy Uproar skill gives me a 4 attack bonus, I would like to change this value, I looked at her function in source and found nothing less complicated for my understanding.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 1

The problem is your probably looking up MC_LOUD exclusivly

 

all skills that have statuses attached to them have new entries

 

in this case

 

Look in status.c

find 

MC_LOUD and the associated status 

    status->set_sc( MC_LOUD              , SC_SHOUT        , SI_SHOUT           , SCB_STR );
 

look for sc_shout

	if(sc->data[SC_SHOUT])
		str += 4;

 

Share this post


Link to post
Share on other sites
  • 0
59 minutes ago, Naruto said:

The problem is your probably looking up MC_LOUD exclusivly

 

all skills that have statuses attached to them have new entries

 

in this case

 

Look in status.c

find 

MC_LOUD and the associated status 

    status->set_sc( MC_LOUD              , SC_SHOUT        , SI_SHOUT           , SCB_STR );
 

look for sc_shout

if(sc->data[SC_SHOUT]) str += 4;


	if(sc->data[SC_SHOUT])
		str += 4;

 

Dude, you're a myth, how could I not have realized this, thank you so much for your help.

Topic Solved !

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.