ileech Posted September 7, 2018 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 10/22/17 Last Seen: April 18, 2024 Share Posted September 7, 2018 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! Quote Link to comment Share on other sites More sharing options...
0 lllaaazzz Posted September 19, 2018 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 154 Reputation: 6 Joined: 10/14/17 Last Seen: February 16, 2019 Share Posted September 19, 2018 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... Quote Link to comment Share on other sites More sharing options...
Question
ileech
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.