Jump to content
  • 0

R>Max MATK Limit


Dissidia

Question


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  535
  • Reputation:   23
  • Joined:  11/19/11
  • Last Seen:  

Hello, how to change the server max matk to 10k? thank you.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  11/10/14
  • Last Seen:  

i need this ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   1
  • Joined:  11/10/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

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