Jump to content
  • 0

How to change attack by str


Eraumavez

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

 

Good night! I'm working on a 999 server but when I put the maximum in strength (800) it takes only 1.3k of atk. How do I make each point of str give + atk? For example, with same 800 strength get 8k de ataque. I looked for topics and tutorials focused on this teaching, but the ones I found were unanswered.

 

Boa noite! Estou mexendo num server 999 mas quando eu coloco o máximo em força (800) pega apenas 1,3k de atk. Como faço pra cada ponto de str dar + atk? Pra por exemplo, com 800 de força pegar 8k de ataque. Procurei por tópicos e tutoriais voltados a esse ensinamento, porém os que achei estavam sem resposta.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

is renewal mode activated? if yes disable renewal mode, pre-re give more atk iirc

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

1 minute ago, Litro Endemic said:

is renewal mode activated? if yes disable renewal mode, pre-re give more atk iirc

First thanks for ur help, but is there any way I can continue with or renew and modify just that setting?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

yes there is, just inverse the atk calc on renewal part since you want only atk stats part

but that would give you more headache...

or you can try only turn off setting below, to use all pre-re stats calc while enabling renewal feature,

/// Renewal stat calculations
/// (disable by commenting the line)
///
/// Leave this line to enable renewal calculation for increasing status/parameter points
#define RENEWAL_STAT

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

50 minutes ago, Litro Endemic said:

yes there is, just inverse the atk calc on renewal part since you want only atk stats part

but that would give you more headache...

or you can try only turn off setting below, to use all pre-re stats calc while enabling renewal feature,


/// Renewal stat calculations
/// (disable by commenting the line)
///
/// Leave this line to enable renewal calculation for increasing status/parameter points
#define RENEWAL_STAT

 

 

Sorry for the delay I was looking for, but I'm not finding this option, its in which file?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  283
  • Reputation:   76
  • Joined:  06/13/13
  • Last Seen:  

src\config\renewal.hpp

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

1 hour ago, Litro Endemic said:

src \ config \ renewal.hpp

I'm using a old version, doesnt have this option, but thanks man ^^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.01
  • Content Count:  396
  • Reputation:   53
  • Joined:  07/24/12
  • Last Seen:  

You mean you dont have src/config? try find the src/config/renewl.h if you dont see the renewal.hpp

Edited by Zack-
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/22/20
  • Last Seen:  

3 hours ago, Zack- said:

You mean you dont have src/config? try find the src/config/renewl.h if you dont see the renewal.hpp

 

No, I have the file, but it doesn't have that option

/// Leave this line to activate the renewal calculation to increase the status / parameter points

#define RENEWAL_STAT

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