Jump to content
  • 0
Subzero

Sharp Shooting Critical

Question

hello im used latest github

some player said even playing dex 99 luk 99

the damage still same when used sharp shooting

is there anyway to fix this issue??

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Man, go to /src/map/battle.cpp in Line 2617 and check it.

 

			case SN_SHARPSHOOTING:
			case MA_SHARPSHOOTING:
#ifdef RENEWAL
				cri += 300; // !TODO: Confirm new bonus
#else
				cri += 200;
#endif
		

if you want increase this value.

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...

Important Information

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