Jump to content
  • 0

help- EDP error for urgent


Question

Posted

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 :(

3 answers to this question

Recommended Posts

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...