Players Online
153
Changelog
09 Apr 2025 - Several minor map fixes have been applied. Check full changelog...

#1

28.07.2024 23:59:14

Tarsal
Player

Level: 45
Profession: Elder Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 24

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: 45
Profession: Elder Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 24

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: 173

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: 45
Profession: Elder Druid
Residence: Ab'Dendriel

Mau of the Bolts and Cats

Posts: 24

Re: Weapon and shielding damage calculator


Thanks fixed.

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


All times are CEST (GMT+02:00). This page was generated at 22:33.