Ernest90 Posted October 22, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Share Posted October 22, 2014 Hi, anyone know how to fix this ? assisan Cross for SBK Beelzebub using Immaterial sword on left , House auger on right . Which pre-ren deal more dmg , renewal no effect. i Like to change back to pre-renewal , any idea how to fix it? Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 22, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 22, 2014 disable renewal settings. src/config/renewal.h Quote Link to comment Share on other sites More sharing options...
Playtester Posted October 22, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 3 hours ago Share Posted October 22, 2014 Not really sure what you are requesting, if you want pre-renewal completely then do what Emistry posted. The "left-to-right cardfix" thingy isn't a renewal-specific thingy as far as I know. It's in a config option... // Whether or not cards and attributes of the left hand are applied to the right hand attack (Note 1) // (It is 'yes' on official servers) left_cardfix_to_right: yes And if the only thing you want to change is how defense works against piercing attacks then just check the function: battle_calc_defense_reductionEspecially the last part of the function where "piercing" is applied. But just using the pre-renewal piercing formula for renewal is a very bad idea, because that would result in huge damage. 1 Quote Link to comment Share on other sites More sharing options...
Ernest90 Posted October 22, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share Posted October 22, 2014 sorry can i know which part to remove or change to disable the renewal? kinda confuse Quote Link to comment Share on other sites More sharing options...
t3quila Posted October 22, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 36 Reputation: 4 Joined: 04/16/12 Last Seen: December 9, 2018 Share Posted October 22, 2014 in src/config/renewal.h search #define RENEWALthen change to this //#define RENEWAL Quote Link to comment Share on other sites More sharing options...
Playtester Posted October 22, 2014 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 897 Reputation: 248 Joined: 01/30/13 Last Seen: 3 hours ago Share Posted October 22, 2014 If you want 100% pre-renewal then don't comment that line. Instead uncommented PRERE in the same file. //quick option to disable all renewal option, used by ./configure //#define PREREChange to: //quick option to disable all renewal option, used by ./configure #define PRERE If you just comment RENEWAL then you will still have all the other renewal systems enabled like RENEWAL_EXP and RENEWAL_ASPD (but maybe you want that?). 1 Quote Link to comment Share on other sites More sharing options...
Ernest90 Posted October 26, 2014 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 09/04/14 Last Seen: April 2, 2021 Author Share Posted October 26, 2014 (edited) sorry still not working. my main purpose is.... i play other server killing beelzebub using Immaterial ( left hand ) + House auger (right hand) basically can deal damage up to 20-30k , but currently my server is only dealing 10k. isit renewal issue or settings Edited October 26, 2014 by Ernest90 Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 26, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2370 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted October 26, 2014 sorry still not working. my main purpose is.... i play other server killing beelzebub using Immaterial ( left hand ) + House auger (right hand) basically can deal damage up to 20-30k , but currently my server is only dealing 10k. isit renewal issue or settings this is a wrong approach to compare your server damage to other private server. you have no idea what have been edited to control the damages. you have no idea what kind of settings is used. you have no idea what database has changed. if you want to compare the damage, follow the official server. Quote Link to comment Share on other sites More sharing options...
Question
Ernest90
Hi, anyone know how to fix this ? assisan Cross for SBK Beelzebub using Immaterial sword on left , House auger on right . Which pre-ren deal more dmg , renewal no effect.
i Like to change back to pre-renewal , any idea how to fix it?
Link to comment
Share on other sites
7 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.