Jump to content
  • 0

Hi. Guide about editing specific skill.


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Hi its me again. Hehe. Anyways how can i edit skill? Okay here's the situation.

 

Lets say im a SURA. And the opponent wears GR, DEVI. So my sura will become weak right? I want to edit the GATES OF HELL Attributes. Making it strong to GR / DEVI users. (Balancing Purposes)

 

So how can i do that?

And one more thing. I want to edit the FULL THROTTLE to make it +10 to all stats instead of 20. Something like that. Hope you guys can help me. Thanks and more power.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

For full throttle,

 

Find the 6 lines containing this.

if(sc->data[SC_FULL_THROTTLE])

Below that you will see the formula

str += str * 20 / 100;

Change the 20 to 10. Do the same with the other stats.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

For full throttle,

 

Find the 6 lines containing this.

if(sc->data[SC_FULL_THROTTLE])

Below that you will see the formula

str += str * 20 / 100;

Change the 20 to 10. Do the same with the other stats.

 

And what folder that might be sir? Okay lemme search.

 

 

=============================

 

Can't find it sorry. Tried src > map.h, pc.c, skill.c, skill.h

Edited by gidzdlcrz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Sorry, i forgot. It's in status.c

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Thanks sir!

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