renton69 Posted March 11, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/20/12 Last Seen: December 4, 2013 Share Posted March 11, 2013 My server setting, 255 base level, but i think the default max sp to reach max damage is 6k (which is for base lvl 99), and lady tanee card and other items that affects max sp don't add Asura damage. How to edit this? Quote Link to comment Share on other sites More sharing options...
Ajjwidjdneidjenw Posted March 12, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 161 Reputation: 31 Joined: 12/06/11 Last Seen: December 25, 2022 Share Posted March 12, 2013 (edited) Battle.cchange: case MO_EXTREMITYFIST: { //Overflow check. [Skotlex] unsigned int ratio = skillratio + 100*(8 + sstatus->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most purposes. if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. skillratio = (unsigned short)ratio; } to: case MO_EXTREMITYFIST: { //Overflow check. [Skotlex] unsigned int ratio = skillratio + 100*(8 + sstatus->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most purposes. //if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. skillratio = /*(unsigned short)*/ratio; } Edited March 12, 2013 by Jeroen 1 Quote Link to comment Share on other sites More sharing options...
renton69 Posted March 12, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/20/12 Last Seen: December 4, 2013 Author Share Posted March 12, 2013 Thank you so much Jeroen it really worked!! Quote Link to comment Share on other sites More sharing options...
Ajjwidjdneidjenw Posted March 12, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 161 Reputation: 31 Joined: 12/06/11 Last Seen: December 25, 2022 Share Posted March 12, 2013 You're welcome!Requesting a moderator to close this topic. Quote Link to comment Share on other sites More sharing options...
renton69 Posted March 13, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 12/20/12 Last Seen: December 4, 2013 Author Share Posted March 13, 2013 w8 how about reducing the asura damage? Quote Link to comment Share on other sites More sharing options...
dice4real Posted August 12, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 10/18/12 Last Seen: October 29, 2024 Share Posted August 12, 2013 how to reduce asura damage Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 8 hours ago Share Posted August 12, 2013 w8 how about reducing the asura damage? how to reduce asura damage find if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. and edit the value of 60000 to lower... 1 Quote Link to comment Share on other sites More sharing options...
dice4real Posted August 12, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 45 Reputation: 1 Joined: 10/18/12 Last Seen: October 29, 2024 Share Posted August 12, 2013 Thank you!! Quote Link to comment Share on other sites More sharing options...
Question
renton69
My server setting, 255 base level, but i think the default max sp to reach max damage is 6k (which is for base lvl 99), and lady tanee card and other items that affects max sp don't add Asura damage. How to edit this?
Link to comment
Share on other sites
7 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.