Jump to content
  • 0

Enchant Deadly Poison


Bringer

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

im Running Super High Server Base 999 / Job 120 / Stats 500

i want to nerf EDP as if it will have no effect on asura strike and final strike

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  20
  • Reputation:   0
  • Joined:  12/11/14
  • Last Seen:  

find this in battle.cpp:

Quote

 

if (sc->data[SC_EDP]) {
  switch(skill_id) {
  case AS_SPLASHER:
  case ASC_METEORASSAULT:
  // Pre-Renewal only: Soul Breaker ignores EDP
  // Renewal only: Grimtooth and Venom Knife ignore EDP
  // Both: Venom Splasher and Meteor Assault ignore EDP [helvetica]
  #ifndef RENEWAL
  case ASC_BREAKER:
  #else
  case AS_GRIMTOOTH:
  case AS_VENOMKNIFE:
  #endif
  break; // skills above have no effect with EDP

 

 

 

add the following under #endif, as such:

#endif

 

 

case MO_EXTREMITYFIST:

case NJ_ISSEN:

break; // skills above have no effect with EDP

 

then recompile. you can add any skill to this the same way.

 

 
Edited by blinzer
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...