• 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!

Monster damage 8.6

yoates

New Member
Joined
Aug 1, 2021
Messages
1
Reaction score
0
Hi all,

can't seem to find on here. Anyone know how to calculate the max damage a monster can make?

for example: <attack name="melee" interval="2000" skill="31" attack="100" /> What is the formula to calculate the max damage this will do? thanks!
 
i'm not sure about the code but i would experiment with the skill and attack value just try to lower or buff them depending on what you want
 
Open tfs project in visual studio, open monster/monsters/combat cpp files from the project and jump between definitions and references until you figure out. Works every time.
 
Back
Top