Scofield Posted February 21, 2014 Group: Members Topic Count: 109 Topics Per Day: 0.02 Content Count: 272 Reputation: 16 Joined: 01/11/13 Last Seen: 13 hours ago Share Posted February 21, 2014 Would increase the damage of skills Cold Bolt, Fire Bolt in src. Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 18 Share Posted February 26, 2014 (edited) In src/map/battle.c Find case MG_FIREBOLT: 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]->val2 * 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 = 0; } break; Add before `break;` skillratio += XYZ; //Replace XYZ with desired percentage of damage to increase.. Edited February 26, 2014 by sandbox 1 Quote Link to comment Share on other sites More sharing options...
Scofield Posted February 25, 2014 Group: Members Topic Count: 109 Topics Per Day: 0.02 Content Count: 272 Reputation: 16 Joined: 01/11/13 Last Seen: 13 hours ago Author Share Posted February 25, 2014 Up. Quote Link to comment Share on other sites More sharing options...
Scofield Posted March 2, 2014 Group: Members Topic Count: 109 Topics Per Day: 0.02 Content Count: 272 Reputation: 16 Joined: 01/11/13 Last Seen: 13 hours ago Author Share Posted March 2, 2014 trx Quote Link to comment Share on other sites More sharing options...
Question
Scofield
Would increase the damage of skills Cold Bolt, Fire Bolt in src.
Link to comment
Share on other sites
3 answers 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.