Players Online
146
Changelog
23 Jun 2025 - As of June 30th the following changes to the Rule 5 will come into force: the duration of the automatic ban for exceeding the unjustified kills limit will be derived directly from the number of prior bans imposed for the same reason on the given account. The first ban will be applied for 7 days (as was until now), but the second for 30 days, and each subsequent one for 30 days longer than the pervious one. The limit for unjustified kills remains as is. 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

Leader of the Test Guild

Posts: 175

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 18:55.