Jump to content
  • 0

Src =,=


GM Domo

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  06/24/12
  • Last Seen:  

erm can anyone give me a guide how to edit skill damage at src ??

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   2
  • Joined:  11/14/11
  • Last Seen:  

what skill? Each skills got it own code. But here the normal that I always saw.

Example

case PA_PRESSURE:
 status_percent_damage(src, bl, 0,15+1*skilllv, false);
 break;

The

status_percent_damage(src, bl, 0,15+1*skilllv, false);

15+1*skilllv mean it will dmg 15(as base dmg)+1*skilllv(as for pressure it is 5)

so the dmg that will be take is 15+1*skilllvl = 15+5 = 20%

The main point here is always try and repair, make backup if you dont sure what you are doing.

/no1

-Practice make Better-

Maybe you can try this src code.

just found it

http://rathena.org/board/topic/62238-manage-skill-damage-11/

Edited by FrustFenix
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  06/24/12
  • Last Seen:  

Ouhh Thank You .. i'll try it .. :) Thanks ..

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