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!
Because "skill" doesn't exist in forgottenserver 1.0. It means that you cannot decrease skills of monster target in any monster's attacks. You have to create spells and add it to your monster - I think it's better way.
It seems good. The interval is counted in milliseconds so your monster is correct. Maybe it is caused by script or something is changed in your source code.
Here is example usage of addEvent(callback, delay in milliseconds, parameters...)
addEvent(function(param)
print('This text is delayed by 5 seconds.')
print(param)
end, 5 * 1000, 'Here is example text!')
You shouldn't run forgottenserver as root (for safety reasons). If you don't know how to manage users, then check this tutorial: http://www.debian.org/doc/manuals/system-administrator/ch-sysadmin-users.html.
You have to add this code to greet callback (don't forget about configuration).
-- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin volutpat,
-- ligula eu luctus aliquet, odio urna facilisis nunc, sit amet vulputate ligula
-- erat sed est. Maecenas pretium ipsum in metus consequat...