EdenEternal Posted March 20, 2010 Posted March 20, 2010 server: L2jTeon 688 at my server all mages hit to fighters and them selfs 4k damage! Critical Attack 13-16k!!! what is problem and how to fix? sorry for my english
0 xAddytzu Posted March 21, 2010 Posted March 21, 2010 firstly is magical attack, critical is for fighters.. skills/formulas damage * = 3 = 3x magic critical find the line } else if (mcrit) { damage *= 3; } damage += Rnd.get() * attacker.getRandomDamage(target);
0 EdenEternal Posted March 21, 2010 Author Posted March 21, 2010 find the line } else if (mcrit) { damage *= 3; } damage += Rnd.get() * attacker.getRandomDamage(target); where i must find these lines?
0 EdenEternal Posted March 21, 2010 Author Posted March 21, 2010 in formulas.java i have this: else if (mcrit) { damage *= 4; } and i must change it to this? } else if (mcrit) { damage *= 3; } damage += Rnd.get() * attacker.getRandomDamage(target);
0 xAddytzu Posted March 21, 2010 Posted March 21, 2010 in formulas.java i have this: else if (mcrit) { damage *= 4; } and i must change it to this? } else if (mcrit) { damage *= 3; } damage += Rnd.get() * attacker.getRandomDamage(target); Your shitpack have x4 (damage *= 4; Retail is 3x but you need to put 2 for custom server(pvp)
0 EdenEternal Posted March 21, 2010 Author Posted March 21, 2010 thanks i have made it! but one skill have problem! Curse Death Linki Have 4000 m.atk damage and magic crit 15000!!! i have change stats of 1159 skill but nothing changed!
0 EdenEternal Posted March 21, 2010 Author Posted March 21, 2010 if i change else if (mcrit) { damage *= 4; } 4 to 2 it will be good for pvp server?
0 varens Posted March 21, 2010 Posted March 21, 2010 if i change else if (mcrit) { damage *= 4; } 4 to 2 it will be good for pvp server? first dont spam and no one sey you that, do you want easy way to get answer? test it by self
0 xAddytzu Posted March 22, 2010 Posted March 22, 2010 if i change else if (mcrit) { damage *= 4; } 4 to 2 it will be good for pvp server? yep, will be double damage :) first dont spam and no one sey you that, do you want easy way to get answer? test it by self be seriously ...he just asked
0 varens Posted March 22, 2010 Posted March 22, 2010 yep, will be double damage :)be seriously ...he just asked yes ofc but for what? he can test taht by self in hmm 5min, yep?
Question
EdenEternal
server: L2jTeon 688
at my server all mages hit to fighters and them selfs 4k damage! Critical Attack 13-16k!!!
what is problem and how to fix?
sorry for my english
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now