Players Online
243
Changelog
26 Oct 2024 - Thanks to a few tweaks to the back-end infrastructure, the server save will now last 10 minutes at most, rather than way over 20 as it did before. Check full changelog...

#1

28.07.2024 23:59:14

Tarsal
Player

Level: 39
Profession: Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 21

Re: Weapon and shielding damage calculator


I made a damage calculation as I noticed there wasn’t one on the main fansites:

https://www.calconic.com/calculator-widgets/tibiantis-damage-calculator/66a2cbc2f6515e002aa229d9?layouts=true

If it stops working it may have hit its monthly view limit.

Enjoy!
  • Last edited 24.09.2024 01:10:59.
  • Quote

#2

12.09.2024 23:53:16

Tarsal
Player

Level: 39
Profession: Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 21

Re: Weapon and shielding damage calculator


New calculator out now at Tibiantis Notes:

Tibiantis Notes Damage Calculator

* Calculates damage after reductions from shielding and armour.
* Calculates training efficiency.
* Monster stats provided in creature page (use balanced stance).
* Put shielding to 0 for ranged attacks.
  • Last edited 24.09.2024 01:13:23.
  • Quote

#3

13.09.2024 09:53:32

Lord
God

Level: 300
Profession: Master Sorcerer
Residence: Edron
Posts: 165

Re: Weapon and shielding damage calculator


Thank you for your contribution.
We have checked this calculator and found small issue. As Kay figured it out:

let fn_damage = Math.floor((5 * parseInt(fn_skill) + 50) * (fn_modified_stat) * (fn_roll_1 + fn_roll_2) / 2 / 10000);

should be:

let fn_damage = Math.floor((5 * parseInt(fn_skill) + 50) * (fn_modified_stat) * Math.floor((fn_roll_1 + fn_roll_2) / 2) / 10000);



Max hit calculation is okay and this line won't affect it, only averange hit calculations are affected.

#4

13.09.2024 21:34:29

Tarsal
Player

Level: 39
Profession: Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 21

Re: Weapon and shielding damage calculator


Thanks fixed.

© Copyright by Tibiantis Online 2020-2024. All rights reserved.


All times are CET (GMT+01:00). This page was generated at 20:08.