Jump to content
  • 0

Skill Reduce !


Yoona

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

How and Where, can i edit the damage of Jupitel and Storm Gust Skills?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  353
  • Reputation:   70
  • Joined:  07/14/12
  • Last Seen:  

battle.c

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

You can alternatively use the skill_damage_db

https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt

 

Don't forget to enable the option in core.h

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

You can alternatively use the skill_damage_db

https://github.com/rathena/rathena/blob/master/db/skill_damage_db.txt

 

Don't forget to enable the option in core.h

 

is this correct Capuche?

/// This MAX_SKILL_DAMAGE_RATE is used to cap max the rate
#ifdef ADJUST_SKILL_DAMAGE
#define MAX_SKILL_DAMAGE_RATE 100000

100k Max Dage Rate?

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Don't touch this part.

Just uncomment

//#define ADJUST_SKILL_DAMAGE

[spoiler=Like that]

#define ADJUST_SKILL_DAMAGE

 

then in db/skill_damage_db.txt follow the examples for your skills

// MC_MAMMONITE,1,1,50 // In normal maps, players deal +50% damage to other players with Mammonite.
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...