Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
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.
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 =)