Jump to content

Manage Skill Damage [2.1]


Lilith

Recommended Posts


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  296
  • Reputation:   2
  • Joined:  04/11/13
  • Last Seen:  

I doubt there is a working one in revision 17422.

 

Since the release of renewal atk, this src mod does not work anymore. It is only updated on 17435 and now working copy is rev 17454 and higher.

 

just update your server if you want to use this

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  45
  • Reputation:   1
  • Joined:  10/18/12
  • Last Seen:  

Thanks For the Quick Reply its working v17454 but still in my host the error code still showing but in 2012 recompiler is not. but the good thing there is it is working properly now.



+1

Link to comment
Share on other sites

  • 3 weeks later...

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   4
  • Joined:  06/20/13
  • Last Seen:  

can i have for rA 17515?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

this mod already implement on svn look at db folder skill_damage_db.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   4
  • Joined:  06/20/13
  • Last Seen:  


                            

how to make it work?here i try edit psychic wave but damage still same


 


// Examples:

// 42,1,500 // In normal maps, players deal +50% damage to other players with Mammonite.

// MO_EXTREMITYFIST,1,6,-50 // In PVP and GVG, players deal -50% (half) damage to other players with Asura Strike.

// AB_ADORAMUS,1,6,10,0,10,15 // In PVP and GVG, players deal +50%
damage to other players, +0% to mobs, +10% to bosses, and +15% to other
with Adoramus.

// SO_PSYCHIC_WAVE,1,1,100



                            
                       
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

Added Skill Damage Adjustment! (cd9a776 / r17485)

Disabled by default on src/config/core.h. Uncomment '#define ADJUST_SKILL_DAMAGE' to enable this skill damage adjustment

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   1
  • Joined:  07/27/12
  • Last Seen:  

Do i need to make a .txt file for this?

No. Apply patch and file skill_damage.txt will be created in db folder.

how do i patch it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  407
  • Reputation:   159
  • Joined:  11/18/11
  • Last Seen:  

Please, close this topic.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   4
  • Joined:  04/22/13
  • Last Seen:  

v2.1 work great for r17237

Thank You So Much Lilith.

Link to comment
Share on other sites

  • 2 weeks later...

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

still works on the latest Revision?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

This mode is ready on svn.

src/config/core.h

 

/// Uncomment to enable skills damage adjustments
/// By enabling this, db/skill_damage.txt and the skill_damage mapflag will adjust the
/// damage rate of specified skills.
//#define ADJUST_SKILL_DAMAGE

 

Change this //#define ADJUST_SKILL_DAMAGE to #define ADJUST_SKILL_DAMAGE.

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:  

This mode is ready on svn.

src/config/core.h

 

 

/// Uncomment to enable skills damage adjustments
/// By enabling this, db/skill_damage.txt and the skill_damage mapflag will adjust the
/// damage rate of specified skills.
//#define ADJUST_SKILL_DAMAGE

 

Change this //#define ADJUST_SKILL_DAMAGE to #define ADJUST_SKILL_DAMAGE.

 

i see :) thanks for the information!

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

This mode is ready on svn.

src/config/core.h

 

 

/// Uncomment to enable skills damage adjustments
/// By enabling this, db/skill_damage.txt and the skill_damage mapflag will adjust the
/// damage rate of specified skills.
//#define ADJUST_SKILL_DAMAGE

 

Change this //#define ADJUST_SKILL_DAMAGE to #define ADJUST_SKILL_DAMAGE.

 

I don't have this in mine. I'm using r17442. How can I make this work?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  145
  • Reputation:   15
  • Joined:  01/06/12
  • Last Seen:  

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...