Jump to content
  • 0

Modifying Endure Hit Count


eggroll_666

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/22/13
  • Last Seen:  

I'm trying to change the hits required before endure ends. I want to know how to either change the number of hits or disabling it all together to get old endure back.

I know there's some endure stuff in status.c, but I have no idea what I'm doing in there.

 

Any help would be appreciated.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7894

 

try to change the val2 to your desired amount of hit count

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/22/13
  • Last Seen:  

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7894

 

try to change the val2 to your desired amount of hit count

If I want infinite, do I just change it to "-1"?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

 

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7894

 

try to change the val2 to your desired amount of hit count

If I want infinite, do I just change it to "-1"?

 

i think on this line

 

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7840

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  11/22/13
  • Last Seen:  

 

 

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7894

 

try to change the val2 to your desired amount of hit count

If I want infinite, do I just change it to "-1"?

 

i think on this line

 

https://github.com/rathena/rathena/blob/master/src/map/status.c#L7840

 

Do I just change that to -1? Sorry, I have no idea what I'm doing.

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