Jump to content
  • 0

Adjust Skill Damage is not working


GodKnows Jhomz

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

I can't make db/skill_damage_db.txt work.
I already added the #define ADJUST_SKILL_DAMAGE and recompiled but still not working.

SM_BASH,BL_PC,15,100

Is my code wrong?
Please lighten me up how to make it work.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  109
  • Reputation:   5
  • Joined:  08/12/17
  • Last Seen:  

43 minutes ago, GodKnows Jhomz said:

I can't make db/skill_damage_db.txt work.
I already added the #define ADJUST_SKILL_DAMAGE and recompiled but still not working.


SM_BASH,BL_PC,15,100

Is my code wrong?
Please lighten me up how to make it work.

Not necessarly wrong, but, try this:

SM_BASH,1,6,15,15,10,10

Plase note that will increase damage in PvP/GvG maps in 15% against player, 15% against monster, 10% against MVP and 10% against Misc/Etc

Explaining the columms of my example:

SM_BASH = skill name ID

1 = bitmask, working only for player.

6 = bitmask, sum of 2(pvp) and 4(gvg)

15= Damage in %

15= Damage in %

10= Damage in %

10= Damage in %

 

Edited by Rizta
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  333
  • Reputation:   67
  • Joined:  09/05/12
  • Last Seen:  

1 hour ago, Rizta said:

Not necessarly wrong, but, try this:


SM_BASH,1,6,15,15,10,10

Plase note that will increase damage in PvP/GvG maps in 15% against player, 15% against monster, 10% against MVP and 10% against Misc/Etc

Explaining the columms of my example:


SM_BASH = skill name ID

1 = bitmask, working only for player.

6 = bitmask, sum of 2(pvp) and 4(gvg)

15= Damage in %

15= Damage in %

10= Damage in %

10= Damage in %

 

It works. Thank you so much!

Edited by GodKnows Jhomz
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...