• 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] DMG Calculator

mujica

New Member
Joined
Feb 3, 2010
Messages
203
Reaction score
3
I would like help on making a DMG Calc Creature ive seen on multiple servers but ive searched and searched for something similar but its appears to be forbidden.

Please&&Thanks.
~Mujica
 
easy, just make some maths for it :)
melee part:

make a function to calculate the damage, and using variables as skill & attack value..
in the function you have the damage formula used inside OT sources, and use the variables inside it (replace the new variables with the old ones).
from there you'll be able to use the function like this:

DoCheckCreatureDamage(skill, atk)

Hope you understand my point and find some inspiration in it =)
 
Back
Top