• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

The Best Damage Formulas

rstdias

New Member
Joined
Dec 22, 2013
Messages
25
Reaction score
3
Hello,

This week started a project to create the best damage system for tibia 860. And I need some opinions on some things.

See the pictures below and let your opinion. I want to develop a well-balanced damage system, which will be released here to all users of otland .

The rune used for the graphics below is Sudden Death Rune. And the calculations used here not include any percent reduction from special items (ex: yalahari armor, skullcracker armor and koshei's ancient amulet). Show only raw damage.

The current formula is:
PHP:
local min = ((level * 2.5) + (maglevel * 5))
local max = ((level * 2.5) + (maglevel * 5) + 60)

TgNzBpz.png


jnxoceL.png


5kJChI7.png


KwW1jnR.png


nkmMjm1.png


3IeQzs5.png


And the graphic below show the damage for a paladin with the same level.

gCfS262.png


NBOLIu7.png


This system will be a bit based on the old formulas of the tibia, and should not following current tibia damages.

Thanks,
rstdias.
 
Last edited:
Nobody wants a balanced system? aff.

I think that nowadays a system that gives a hit of 2500000k in a spell is better than a balanced system.

:(
 
Back
Top