Jump to content
  • 0

Acis Mage Classes


Question

Posted

Hello guys, so i have a problem in my server with mage classes... All mage classes hit for very low dmg ! Skills are ok, weapons are ok even m attack is ok and they still hit very low damage i searched everywhere but i cant find the problem... no problems in configs or anywhere else.. any ideas?

Recommended Posts

  • 0
Posted

It entirely depends of the power of the debuff itself. If it's 60 base, then you got only 60% chance. Then you compare that 60% chance with enchanting, sometimes you can fail 10 times, sometimes it works 10 times. It's called probability.

 

You can log the formula if it's not already done, and see results by yourself.

  • 0
Posted

It entirely depends of the power of the debuff itself. If it's 60 base, then you got only 60% chance. Then you compare that 60% chance with enchanting, sometimes you can fail 10 times, sometimes it works 10 times. It's called probability.

 

You can log the formula if it's not already done, and see results by yourself.

// Return a multiplier (exemple with resist shock : 1 + (-0,4 stun vuln) = 0,6%

return 1 + (multiplier / 100);

}

 

I tried changing this to 1000 and the chance of debuffs works great

Guest
This topic is now closed to further replies.



×
×
  • Create New...