Ernest90 Posted October 22, 2014 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
Emistry Posted October 22, 2014 Posted October 22, 2014 disable renewal settings. src/config/renewal.h Quote
Playtester Posted October 22, 2014 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
Ernest90 Posted October 22, 2014 Author Posted October 22, 2014 sorry can i know which part to remove or change to disable the renewal? kinda confuse Quote
t3quila Posted October 22, 2014 Posted October 22, 2014 in src/config/renewal.h search #define RENEWALthen change to this //#define RENEWAL Quote
Playtester Posted October 22, 2014 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
Ernest90 Posted October 26, 2014 Author 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
Emistry Posted October 26, 2014 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
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?
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.