sotid Posted January 5, 2019 Posted January 5, 2019 l2jfrozen 1004 |interlude. Hello , happy new year. Example , if I have 4k m attack , I do 1000 damage. If I have 8k m attack I do 1500 damage instead of 2000. How can I fix the magical damage being increased or decreased 100% from m attack. Right now its 50%.
0 StinkyMadness Posted January 5, 2019 Posted January 5, 2019 You really want to "deal" with Frozen formulas? xD
0 Pamela32 Posted January 5, 2019 Posted January 5, 2019 check at formulas .. take your time and u will understand ...
0 sotid Posted January 5, 2019 Author Posted January 5, 2019 (edited) 3 hours ago, StinkyMadness said: You really want to "deal" with Frozen formulas? xD No I dont really want to cause my knowledge on java is minimal and dont want to break something but in every interlude server when it comes to pvp the higher def is always better than highter m attack. I will make it more balance like that. Also frozen has a ton of damage modifiers so its gonna be piece of cake:) 2 hours ago, Pamela32 said: check at formulas .. take your time and u will understand ... I took my time , thank stinkymadness and you . This is the line I need/will need to modify , I did some random changes for test and it works. double damage = 91 * Math.sqrt(mAtk) / mDef * skill.getPower(attacker) * calcSkillVulnerability(target, skill); Thanks you can lock it. Edited January 5, 2019 by sotid
0 SweeTs Posted January 5, 2019 Posted January 5, 2019 14 minutes ago, sotid said: Math.sqrt(mAtk) This is your 'disproportion'. =)
0 sotid Posted January 5, 2019 Author Posted January 5, 2019 (edited) 2 minutes ago, SweeTs said: This is your 'disproportion'. =) oh yea I already figured it out:) thanks sweets! Edited January 5, 2019 by sotid
Question
sotid
l2jfrozen 1004 |interlude.
Hello , happy new year.
Example , if I have 4k m attack , I do 1000 damage. If I have 8k m attack I do 1500 damage instead of 2000.
How can I fix the magical damage being increased or decreased 100% from m attack. Right now its 50%.
5 answers to this question
Recommended Posts