Elijah23 Posted April 14, 2012 Share Posted April 14, 2012 Hello! Good day everyone.. I don't know if this is the right section for this.. So I'm just wondering where to change things in the source or database regarding this.. /$ Is it possible to change the DEF that it considers as high.. Like adding a value where to start the defratio thing.. Since renewal def is high.. So Thanatos Card's script is: { bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{} So I tried searching in the source regarding the bonus, but I can't find it.. LoL.. Thanks in advance.. Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted April 15, 2012 Author Share Posted April 15, 2012 bump.. anyone knows?.. /$ Found the source code for the bonus but I don't know what to change on it.. case SP_DEF_RATIO_ATK_RACE: if(val >= RC_MAX) { ShowError("pc_bonus: SP_DEF_RATIO_ATK_RACE: Invalid race %dn", val); break; } if(!sd->state.lr_flag) sd->right_weapon.def_ratio_atk_race |= 1<<val; else if(sd->state.lr_flag == 1) sd->left_weapon.def_ratio_atk_race |= 1<<val; break; Anyone?.. thanks.. Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted May 11, 2012 Author Share Posted May 11, 2012 bump anyone? Quote Link to comment Share on other sites More sharing options...
Hello! Good day everyone..
I don't know if this is the right section for this..
So I'm just wondering where to change things in the source or database regarding this.. /$
Is it possible to change the DEF that it considers as high..
Like adding a value where to start the defratio thing.. Since renewal def is high..
So Thanatos Card's script is:
{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{}So I tried searching in the source regarding the bonus, but I can't find it.. LoL..
Thanks in advance..
Link to comment
Share on other sites