ileech Posted September 7, 2018 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 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...
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