MrKobi Posted June 1, 2014 Posted June 1, 2014 We created a server. never touched anything what had todo with critical damage. with 100 Critical our damage is 8K +- i tought critical damage boost ur damage by 1.5%? with 0 critical our damage is 6k- 10k +- How come? How can i fix this? Quote
MrKobi Posted June 2, 2014 Author Posted June 2, 2014 has it anything todo with this? ------------------------------------- //Add any bonuses that modify the base baseatk+watk (pre-skills) if(sd) { if (sd->bonus.atk_rate) ATK_ADDRATE(sd->bonus.atk_rate); if(flag.cri && sd->bonus.crit_atk_rate) ATK_ADDRATE(sd->bonus.crit_atk_rate); if(sd->status.party_id && (skill=pc_checkskill(sd,TK_POWER)) > 0){ if( (i = party_foreachsamemap(party_sub_count, sd, 0)) > 1 ) // exclude the player himself [inkfish] ATK_ADDRATE(2*skill*i); } Quote
Yusoke Posted June 11, 2014 Posted June 11, 2014 Are you using a Pre-Renewal or renewal server? Quote
Antares Posted June 13, 2014 Posted June 13, 2014 I didn't experience any issue with critical damage. Please provide us the following: (As said above:) Renewal / Pre-renewal Class you used Equipments you used Stats of the character Target you attacked (monster name/player) If the target was a player please provide the equipments, stats he/she used. Also, if you experience the problem continously, try to update your server with the latest GIT. If the issue persists please send us a bug report in the Bug Tarcker. Quote
K e o u g h Posted June 23, 2014 Posted June 23, 2014 experiencing the same problem, using 12244 and Double strafe and critical damage are too high, and when i use @refine 000 1 it should refine +1 but instead of 1 it refine 2 and the costumes refine 1. weird Quote
K e o u g h Posted June 25, 2014 Posted June 25, 2014 Maybe you are using renewal? Using pre-renewal Quote
Question
MrKobi
We created a server.
never touched anything what had todo with critical damage.
with 100 Critical our damage is 8K +- i tought critical damage boost ur damage by 1.5%?
with 0 critical our damage is 6k- 10k +-
How come?
How can i fix this?
6 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.