Jump to content
  • 0

help- EDP error for urgent


strumxz

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  25
  • Reputation:   0
  • Joined:  01/07/12
  • Last Seen:  

Hi, better i go to the point. i use renewal system, and renewal edp

1. i use Guilottine Cross and without using EDP, my cross impact damage is 5000(for example)

2. after using EDP, my damage suppose to be higher than 5000, but it is vice versa, the damage goes down to 3000

3. but when i use sonic blow, the damage is 12000

how to fix this?

hopefully i get fast response, because this thing disturbing my player sad.png

need help for soon please :(

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  295
  • Reputation:   2
  • Joined:  03/06/12
  • Last Seen:  

UP. Got this bug also.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

what svn are u using ? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   14
  • Joined:  08/17/12
  • Last Seen:  

use the latest svn

 

and open 

 

status.c

 

#ifndef RENEWAL_EDP
   val3 = 50*(val1+1); //Damage increase (+50 +50*lv%)
#endif

 

 

change it to 

 

#ifndef RENEWAL_EDP
   val3 = 20*(val1); //Damage increase (+20*lv%)
#endif

 

 

or you can remove renewal edp

 

src > config > renewal.h

 

/// renewal enchant deadly poison algorithm
///
/// leave this line to enable the renewed EDP algorithm
/// under renewal mode:
///  - damage is NOT increased by 400%
///  - it does NOT affect grimtooth
///  - weapon and status ATK are increased
//#define RENEWAL_EDP

 

edit like that

  • Upvote 1
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...