Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted
On 10/26/2019 at 12:43 AM, Start_ said:

Try to cap_value in src i'm not sure where it is maybe search wording 'Calculation, Cal' in src folders.

could you be more specific please i'm behind this for months

  • 0
Posted (edited)

src\map\battle.cpp

 

line 1588

 

try to add

if (damage > 100) {
		if ((flag&BF_WEAPON)
			|| (flag&BF_MAGIC)
			|| (flag&BF_MISC)
			)
			damage = 100;
	}

 

and compile then test. Not sure it's working but you can try.

Edited by Start_

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...