Naevus 0 Posted January 25, 2014 can anyone help me on making max damage cap on skills like asura/dragaon Breath etc?? or any idea on how to make it Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted January 25, 2014 try to use Map Zone Database it desnt have max damage cap but it can reduce damage by rate. 2 karazu and Denillie reacted to this Quote Share this post Link to post Share on other sites
0 pan 87 Posted January 25, 2014 All damage that's done by any skill passes through skill_attack that's in skill.c, open this file and search for: damage = dmg.damage + dmg.damage2; if( (skill_id == AL_INCAGI || skill_id == AL_BLESSING || skill_id == CASH_BLESSING || skill_id == CASH_INCAGI || skill_id == MER_INCAGI || skill_id == MER_BLESSING) && tsd->sc.data[SC_PROPERTYUNDEAD] ) damage = 1;Just do any cap that you might need after this 'if'... Something like: if( skill_id == MO_EXTREMITYFIST && damage > 9000 ) damage = 9000; Quote Share this post Link to post Share on other sites
0 Viray420 1 Posted March 21, 2016 Not working its working now:). Quote Share this post Link to post Share on other sites
0 astralprojection 35 Posted July 3, 2019 Anyone? how is this possible? 2M asura on VR. Quote Share this post Link to post Share on other sites
can anyone help me on making max damage cap on skills like asura/dragaon Breath etc??
or any idea on how to make it
Share this post
Link to post
Share on other sites