Players Online
148
Changelog
08 Oct 2025 - Thanks to player Tarsal, Tibiantis now has another fansite! We encourage you to check it out! The list of all fansites can be viewed here. (Please bear in mind that although fansites are usually very helpful, they are also created by players, so the information contained therein is not guaranteed to be accurate. Any inaccuracies should be reported to their authors.) Check full changelog...

#1

28.07.2024 23:59:14

Tarsal
Player

Level: 46
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!

https://tibiantis-notes.github.io/

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

#2

12.09.2024 23:53:16

Tarsal
Player

Level: 46
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.

https://tibiantis-notes.github.io/

  • 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: 181

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

Mau of the Bolts and Cats

Posts: 24

Re: Weapon and shielding damage calculator


Thanks fixed.

https://tibiantis-notes.github.io/


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


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