Jump to content
  • 0

Nerfing Thanatos Card or DefRatioAtkRace..


Elijah23

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

Hello! Good day everyone.. :D

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.. :D 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

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

bump.. :D 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.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

bump anyone?

Link to comment
Share on other sites

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.

×
×
  • Create New...