strumxz Posted February 12, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 25 Reputation: 0 Joined: 01/07/12 Last Seen: June 22, 2015 Share Posted February 12, 2013 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 need help for soon please Quote Link to comment Share on other sites More sharing options...
Ninjamon Posted February 25, 2013 Group: Members Topic Count: 113 Topics Per Day: 0.02 Content Count: 295 Reputation: 2 Joined: 03/06/12 Last Seen: November 4, 2014 Share Posted February 25, 2013 UP. Got this bug also. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted February 25, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted February 25, 2013 what svn are u using ? Quote Link to comment Share on other sites More sharing options...
Yahiko Posted February 28, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 81 Reputation: 14 Joined: 08/17/12 Last Seen: April 19, 2013 Share Posted February 28, 2013 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 1 Quote Link to comment Share on other sites More sharing options...
Question
strumxz
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
need help for soon please
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.