Jump to content
  • 0

Formulas and Damages


ileech

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  10/22/17
  • Last Seen:  

 

I want to change the damage formula of the memory card of thanatos but I do not think where to edit this damage in the SRC, I would also like to change the damage formula of the SpellFist skill of the wizard, help me please!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  154
  • Reputation:   6
  • Joined:  10/14/17
  • Last Seen:  

spellfist is in battle.c


case MG_COLDBOLT:

case MG_LIGHTNINGBOLT:

if (sc && sc->data[SC_SPELLFIST] && mflag&BF_SHORT) {

skillratio += (sc->data[SC_SPELLFIST]->val4 * 100) + (sc->data[SC_SPELLFIST]->val1 * 50) - 100;// val4 = used bolt level, val2 = used spellfist level. [Rytech]

ad.div_ = 1; // ad mods, to make it work similar to regular hits [Xazax]

ad.flag = BF_WEAPON|BF_SHORT;

ad.type = DMG_NORMAL;

}

break;
 

skillratio line, play with it until satisfied and as for your card 

Im not sure now, its probably something really broad... 

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