Jump to content
  • 0

Mattack/Magic damage.


Question

Posted

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

  • 0
Posted (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 by sotid
  • 0
Posted (edited)
2 minutes ago, SweeTs said:

This is your 'disproportion'. =)

oh yea I already figured it out:) thanks sweets!

Edited by sotid
Guest
This topic is now closed to further replies.


×
×
  • Create New...